Thanks, Hupulu
Internal Server Error
-
Hupulu
Internal Server Error
Hey, i tested cmsms 1.0 local on MAMP: all perfect! Tried to install on my subdomain: Installation fine, Startpage fine! Admin-page:
Internal Server Error! chmod, config.php tested, all seems to be ok. PHP-Version 4.2, DB generated, can't find the problem. Server-Log: "[Thu Sep 14 00:07:37 2006] [error] [client 213.188.231.188] Premature end of script headers: php-script" What does it mean?
Thanks, Hupulu
Thanks, Hupulu
-
benn
Re: Internal Server Error
This has happened to me too. Worked the first time I installed version 1 but the second time I installed version 1.1 (uploaded to same server but new website) got the Internal Server Error on the admin page. The only thing I did different was chmod files during the installation.
Re: Internal Server Error
I had been facing this problem.
Usually this is because of the access (If over access is provided).
You may want to check your error logs:
[2007-09-05 08:00:52]: error: directory is writable by others: (/home/public_html/cmsmadesimple/modules/TinyMCE)
[2007-09-05 08:00:43]: error: directory is writable by others: (/home/public_html/cmsmadesimple/modules/TinyMCE)
All you gotta do is just change the file attribs to 755 and done.
Hope this helps!
Thanks,
Neelesh
Usually this is because of the access (If over access is provided).
You may want to check your error logs:
[2007-09-05 08:00:52]: error: directory is writable by others: (/home/public_html/cmsmadesimple/modules/TinyMCE)
[2007-09-05 08:00:43]: error: directory is writable by others: (/home/public_html/cmsmadesimple/modules/TinyMCE)
All you gotta do is just change the file attribs to 755 and done.
Hope this helps!
Thanks,
Neelesh

