1
I am running
PHP 4.3.1
Apache 2
Mysql 4.0.18
xoops 2.0.6
I have finally successfully installed XOOPS but on entering the site for the first time I am greeted with the header and footer only.
I managed to manually get to user.php and login and then manually go to admin.php for the first time. I found the debugging modes and turned on mysql/blocks debugging.
On trying to view the front page again there were still no blocks but I finally notice that firefox was blocking a pop-up. In the popup I found this error
SELECT b.* FROM xoops_newblocks b, xoops_block_module_link m WHERE m.block_id=b.bid AND b.isactive=1 AND b.visible=1 AND m.module_id IN (0,-1) AND b.bid IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16) ORDER BY b.weight,b.bid
Error number: 1
Error message: Can't create/write to file '/root/tmp/#sql_2aeb_0.MYI' (Errcode: 13)
Why is XOOPS attempting to write here and how do I stop that?
Stu.