Can't update from 5.4.0.3 to 5.4.0.5

Permalink
This is the second time I run into this, but the first time it was faster to do a clean install, but now the website is filled with a lot of content!

Everyting seems fine, running the update, but it's still telling me I'm running 5.4.0.3?

This version originally comes from 5.4, after that I ran the update to 5.4.0.3.

I see in my update-directory the latest version is present. And yes, the dir is writable.

What am I missing here?

Thanks a lot!
Nick.

nickratering
 
nickratering replied on at Permalink Reply
nickratering
I ran it the 'old' way. No succes.
I've renamed the 5.4.0.5, in the update dir to 5.4.0.3, went to the install-run script, everything fine. But now the name is not correct. Where to find this setting? I can't just rename it to .5, then the error is:
Warning: require(updates/concrete5.4.0.3/concrete/dispatcher.php) [function.require]: failed to open stream: No such file or directory in /var/www/vhosts/..


/* solved! */
The setting was generated in the site config.
So renamed the dir to .5 en changed the config file. There was a double entry, so I could just remove the old one:

<?php //define('DIRNAME_APP_UPDATED', 'concrete5.4.0.3');?>
<?php define('DIRNAME_APP_UPDATED', 'concrete5.4.0.5');?>