Can't install

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Mnementh

Can't install

Post 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?
Mnementh

Re: Can't install

Post 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?
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: Can't install

Post 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.
Tom

Re: Can't install

Post 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.
Last edited by Tom on Wed Mar 15, 2006 6:45 pm, edited 1 time in total.
dcdent

Re: Can't install

Post 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
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Can't install

Post 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..
Locked

Return to “[locked] Installation, Setup and Upgrade”