8
Hmmm, I may have found the problem. I edited the PHP config to show ALL errors on the page, and I now get this before the XOOPS debug thing:
"Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 368640 bytes) in /srv/www/htdocs/modules/newbb/xoops_version.php on line 717"
I am now confused. How can it have used 8388608 when it only wanted 368640? Well... anyway, looks like it's a server problem. I am going to try to fix it. I'll let you know how it goes.
Quote:
Bandit-X wrote:
any messages show up in php debug?
See above.
EDIT:
AHHH!!!! It fixed it. *Dances*
I edited my PHP.ini, but you may want to add "ini_set("memory_limit","12M");" to the scripts to pervent this from happening to other people. Thanks for helping.