500 internal server error when module manager accessed...
Re: 500 internal server error when module manager accessed...
session.save_path /tmp /tmp
Re: 500 internal server error when module manager accessed...
Use a custom php.ini file:
session.save_path = path/to/temp/directory
The path has to be the path to your account / the directory you want to use for sessions.
Or, have your hosting company enable FASTCGI mode.
Nulli
session.save_path = path/to/temp/directory
The path has to be the path to your account / the directory you want to use for sessions.
Or, have your hosting company enable FASTCGI mode.
Nulli
Last edited by Nullig on Thu May 15, 2008 12:01 am, edited 1 time in total.
Re: 500 internal server error when module manager accessed...
OK, I made this .ini file and first copied it to the modulefolder (modules/ModuleManager). Nothing changed.
Then I moved the php.ini file into the admin-folder and voilà no more 500 error.
But the modulemanager diplays no modules and I can't switch to settings either!?

Just found out, that I got the same problem (no content in the tabs of module-page) with the PageBlocks-Module if the php.ini resides in the admin folder.
After some more testing I head to realize that it's irrelevant if the php.ini file has any content. An empty php.ini file in the admin folder has the same effect as one with the session.save_path line. No 500 error but no content in the tabs of modulemanager and pageblocks.
Then I moved the php.ini file into the admin-folder and voilà no more 500 error.
But the modulemanager diplays no modules and I can't switch to settings either!?

Just found out, that I got the same problem (no content in the tabs of module-page) with the PageBlocks-Module if the php.ini resides in the admin folder.
After some more testing I head to realize that it's irrelevant if the php.ini file has any content. An empty php.ini file in the admin folder has the same effect as one with the session.save_path line. No 500 error but no content in the tabs of modulemanager and pageblocks.
Last edited by lxne on Thu May 15, 2008 7:42 am, edited 1 time in total.