DeanMarshall wrote:
The error 500 is an entirely different beast from the memory error.
The memory error is best solved by raising the memory limit in php.ini - if you have access to, and control or, this file.
I should mail my webspace provider about this then?
Quote:
You may be able to override this setting in .htaccess - I am not sure, its not really my field - although I dabble.
Some htaccess king please see this and help! Quote:
Did you recently enable SEF Urls - is that related in any way?
YES! If I remember correctly I enabled SEF urls 2-3 days back and I'm pretty sure this problem started to happen during the same time. I've disabled it right now but the problem persists.
Quote:
Checking server logs should prove useful, see if you can see what the 500 errors are about.
It could simply be that the memory limit is being hit early and the error output is coming before the http headers are sent, causing the server to see 'illegal' output. Then again it could be something different.
As I said, raising the memory limit is the 'easiest' option.
Dean
Here's what I dug out yesterday
/joomla/administrator/index2.php?option=com_menumanager
[Sat Apr 15 13:23:53 2006] [error] [client 59.92.206.208] Premature end of script headers: php-script, referer:
/joomla/administrator/index2.php?option=com_menumanager
[Sat Apr 15 13:23:54 2006] [error] [client 59.92.206.208] File does not exist:
/home/virtual/site181/fst/var/www/html/favicon.ico
[Sat Apr 15 13:24:06 2006] [error] [client 59.92.206.208] Allowed memory size of 8388608 bytes exhausted (tried to allocate 10 bytes), referer:
/joomla/administrator/index2.php?option=com_menumanager
[Sat Apr 15 13:24:06 2006] [error] [client 59.92.206.208] Premature end of script headers: php-script, referer: /joomla/administrator/index2.php?option=com_menumanager
[Sat Apr 15 13:24:07 2006] [error] [client 59.92.206.208] File does not exist:
I have to get this fixed urgently. Thanks a ton for the help!