Page 2 of 2

Re: 500 internal server error when module manager accessed...

Posted: Wed May 14, 2008 9:19 pm
by lxne
session.save_path /tmp /tmp

Re: 500 internal server error when module manager accessed...

Posted: Wed May 14, 2008 11:56 pm
by Nullig
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

Re: 500 internal server error when module manager accessed...

Posted: Thu May 15, 2008 7:04 am
by lxne
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.