Concrete5 does not update correctly?
Friday, April 30th, 2010Starting with the newest version of Concrete, 5.4, updates have been integrated into the web interface.
For me, this update process suddenly did not work anymore correctly:
After running the upgrade script, it would still show that we were using the old version of the code and offer to upgrade again – as if nothing had happened inbetween.
The solution to this problem lies in your config/site.php – look at the very end of it, it will contain a statement similar to this one:
<?php define('DIRNAME_APP_UPDATED', 'concrete5.4.0.5');?>
My config/site.php contained two statements – one having the previous version, one the newest version of the update.
Try removing them both and running the upgrade once again. It will work this time – no upgrade will be offered again.