Updated c5 version pretends to be 5.4.1.1 instead of 5.6.3.4

Permalink 1 user found helpful
Hi,

I am running a page I 'd like to migrate soon. However, although my update folder lists all updates from 5.4.2.2 to 5.6.3.4, and site.php in root/config has a valid entry

define('DIRNAME_APP_UPDATED', 'concrete5.6.3.4');

when login in to the site the welcome screen suggest to update to a newer version. When I try to update, however, the site states that the version in use is 5.4.1.1

Any help appreciated, I am rather a newbee. Thanks in advance,

Lovic

Lovic
 
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
If you go to root/concrete/config/version.php this will display the version being used in the root.
If you check the same file in the updates/concrete5.6.3.4/concrete/config/version.php this will display the version you are using from the updates folder.
So basically if you deleted that line from your site.php file, the system would revert to using the root version (5.4.1.1)
Lovic replied on at Permalink Reply
Lovic
Thanks a lot, I somehow was able to fix it. I checked all the files (config.php and version.php in the root and version.php in the update folder. When I eventually checked for updates with a different browser, c5 offered to update either to 5.6.3.2 or to the latest version. After the update the config.php showed a reedited line <?php define('DIRNAME_APP_UPDATED', 'concrete5.6.3.4');?>, I guess I edited the config.php myself before and did something wrong.

Thanks again and have a good time,

Lovic