Last concrete update to 5.5.2.1 reverted back to 5.5.1?

Permalink
Last week I updated my concrete website from 5.5.1 to 5.5.2.1.

However, in the environment it reports that the version is still 5.5.1.

In /updates both concrete5.5.1 and concrete5.5.2.1 exist.

Is this just an issue with retrieving environment data, or did the update not complete?

 
adajad replied on at Permalink Reply
adajad
Have a look at the site.php file in your config directory. If you have the line below in there, delete it:

<?php define('DIRNAME_APP_UPDATED', 'concrete5.5.1');?>


After that, go to domain.com/index.php/tools/upgrade and run the script again.
CGCommunicatie replied on at Permalink Reply
Thanks.
Now I realize that I caused it myself...
adajad replied on at Permalink Best Answer Reply
adajad
Please mark a best answer so others with the same problem knows how to solve it.