Page 1 of 1
500 Internal Server Error - Was Installed & working for while now
Posted: Thu Mar 22, 2007 12:08 am
by chuckienorton
I have had this cmsms installed (1.04) for over a week, and no probs. Then today after hitting "apply" in an admin page, It gave me an error.
After logging off, & attempting re-login- it won't even show me the login screen. It gives the "500: Internal Server Error" screen. However, the website still site still works fine (
www.high5.info/index.php).
PLEASE HELP!!! The site was starting to work out nicely. I can reinstall if that will help.
Thanks,
Re: 500 Internal Server Error - Was Installed & working for while now
Posted: Thu Mar 22, 2007 12:48 am
by Nullig
What, exactly, were you applying?
Was it a mod you installed?
A change to the config.php?
Nullig
Re: 500 Internal Server Error - Was Installed & working for while now
Posted: Thu Mar 22, 2007 12:36 pm
by Pierre M.
And has anything changed "below CMSms" ? I mean webserver, .htaccess, PHP version, PHP config, webserver modules...
Pierre M.
Re: 500 Internal Server Error - Was Installed & working for while now
Posted: Thu Mar 22, 2007 3:44 pm
by chuckienorton
Nothing changed that I know of. And I wasn't applying a mod, just changing a template & I pushed "apply."
It didn't work all last night (at least 6 hours). And this morning I login and everythings peachy for about 20 minutes. Then the same error occurred.
It said "Forbidden. You don't have permission to access /admin/edittemplate.php on this server." And then after loging off and on a few times, it gave me the 500 "internal server error" for entire site. I can't even access admin section now.
Right now I've saved the database, deleted the entire site, and have reinstalled EVERYTHING. It still gives me the same Errors.
Re: 500 Internal Server Error - Was Installed & working for while now
Posted: Thu Mar 22, 2007 6:45 pm
by Nullig
Do you know what your PHP memory limit is? 8M? 16M?
Sometimes this can cause problems. if it's not set high enough.
If your limit is at 8M, you could try adding:
ini_set("memory_limit", "16M");
to your config.php file, to see if it helps.
Do you have any bandwidth limitations with your hosting company?
Nullig