Hello,
i have following problem: I installed XOOPS 2.0.9.2. The installation finished successfully (setup told me that). I klicked on the "Here" link but then I only got the banner and the footline (xoops copyright). No menu and no login. Thats not good, because not really usefull
OK, because i worked with XOOPS before and because I searched in this forum before writing this, I logged in using directly the user.php script. After that, I manually called the admin.php script.
In the admin section I called "Blocks" and there are no blocks! I called "Groups" but all Blocks are available for the Webmaster Group.
Please, Help me! Where are my blocks? What can I do?
More infos:
- I tried all possible debug-modes, but there are no infos
- I changed the theme (and deleted content of template_c before)
- I use: PHP 4.3.18-12, MySQL 4.0.22, Apache 1.3.33 on Debian
- I have not the same error as:
https://xoops.org/modules/newbb/viewtopic.php?topic_id=19621&forum=1&post_id=117047https://xoops.org/modules/newbb/viewtopic.php?topic_id=29061&forum=7&post_id=126759Update:
I found the error! Now it works!
For people who have a problem like this, read here:
I watched with "tail -f /var/log/mysql/mysql.log" what happens if I call the startpage. Very interesting are all the lines with a SELECT order to the XOOPS database in that moment when I call my xoops-Startpage.
After that, I tried to run this SELECT orders in my phpMyAdmin.The first three SELECT orders works fine but the fourth one told me an error: MySQL was not able to write a file in the /tmp directory. I´m wondering, why MySQL tries to write there. But for a test I changed the permissions to 777. And then, it works.
Funny: After that I set the permissions to the old value, and it still works. (Im wondering about that). It seems, that MySQL usually writes in a different directory than in /tmp but sometimes (why?) it tries to do this there.
I hope, this will be a helfull info for people with the same problem.