Doesn't Realize It's Been Upgraded

Permalink
Hi,

I'm having an issue upgrading an old version of Concrete from version 5.2.0RC2 to version 5.3.2 (so I can proceed to 5.3.3 then the newest)

The installation hangs on a blank screen when it appears to be complete. If I go into the dashboard everything seems to have worked and Concrete claims it's running 5.3.2.

However, if I try to upgrade to 5.3.3 it claims it has never been upgraded from 5.2.0RC2 and says I must upgrade to 5.3.2 still.

This is being run on a WAMP server with PHP version 5.2.9-2 (to avoid errors that will pop up when using a newer PHP).

Any advice would be greatly appreciated, thank you!

 
elyon replied on at Permalink Reply
elyon
I had this same problem myself:

1. Open up /config/site.php

2. Locate the line which defines the updated core directory. You probably have two

3. Delete the "define" statement which has two spaces before "define" -- this should likely be the older of the two statements

4. Try updating again ... it should work!
Galapogos replied on at Permalink Reply
This didn't do the trick.

My site.php file only has the one define for the core directory and it is pointing to the correct place.

Thanks anyway..
susannahmp replied on at Permalink Reply
susannahmp
Worked for me! Thanks!