Page 1 of 1

Can't install

Posted: Fri Aug 19, 2005 2:10 pm
by Mnementh
Hi all,

I followed the install.txt, but get 500 internal server error (plus a 404 not found) when I call on install.php.

I tried with a config.php in the main directory of the cms, without - no difference.

Any ideas?

Re: Can't install

Posted: Mon Sep 05, 2005 7:29 am
by Mnementh
Hi again,

still can't install, uploaded the files several times and tried to no avail.

Is there some known problem which I might investigate?

Re: Can't install

Posted: Mon Sep 05, 2005 12:24 pm
by Ted
This definitely isn't a known problem.  Are you running any other php apps on that server as well?  Because 500 errors almost sound like configuration problems to me.

Re: Can't install

Posted: Wed Mar 15, 2006 6:32 pm
by Tom
Hm..... old thread but just in case someone else will be searching for the same thing, as just happened to me today: I had the same problem and it was solved by removing these three lines from .htaccess file:

Code: Select all

php_flag magic_quotes_gpc Off
php_flag register_globals Off
php_flag session.use_trans_sid Off 
Not sure if that was the only culprit, but when I retest now, adding these lines turns my site back to 500. Might also have something to do with server config - I was running Hatutu version and all of a sudden, it just stopped working and started giving 500's, so by that point I also decided to upgrade to the lates Fiji version, which didn't solve the problem, but the above .htaccess change did.

Moreover, from the admin panel of your hosting account, try to look at the last error messages, it might give you more clue.

Re: Can't install

Posted: Wed Nov 01, 2006 5:21 pm
by dcdent
as for me, I have got 500 error due to wrong permissions to folders (775 instead of 755) after extracting archive via c-panel

Re: Can't install

Posted: Wed Nov 01, 2006 5:24 pm
by tsw
error 500 problems really need access to server logs, it can be anything ranging from running out of free diskspace to having some weird permissions..