installation loop

Permalink
Hi,

not sure where to post this... but after i've upgraded the server's php from 5.1.x to 5.3.0 (mainly needed for magento) all the concrete5 sites goes to install mode (as if the files just uploaded)

tried to install a new site, it also goes back to the install page after the installation is completed,.. i think for some reason the config/site.php file is ignored... help?

kutis
 
andrew replied on at Permalink Reply
andrew
Try opening concrete/startup/config_check.php and changing

if (!@include(CONFIG_FILE)) {

To

if (!include(CONFIG_FILE)) {

Does it print out any errors?

If you print out CONFIG_FILE, what does it say? Is it looking for CONFIG_FILE in the proper spot?
AndrewWade replied on at Permalink Reply
I have this same install loop problem.

http://www.andrew-wade.co.uk

you can fill in the details once is says to check out your new website bit, click on that, shows me the password, and then back to install screen. if i re do the install, it tells me there are already tables in the database.