trying to upgrade from 5.4.0 to 5.4.1 but it wont upgrade...

Permalink
I backed up everything. then downloaded 5.4.1, then uploaded the concrete file to overwrite my 5.4.0 version. went to mysite.com/index.php/tools/required/upgrade. when i go to this page, it says that I am running the most current version 5.4.0. how is this possible when i just overwrote that version with the 5.4.1? how do i get it to reflect this change? I would like to run the newest version. Please help...

kchilds
 
cursal replied on at Permalink Reply
cursal
I had same problem.
Fixed it by downloading the config/site.php file after the upgrade.

take a look for
<?php define('DIRNAME_APP_UPDATED', 'concrete5.4.1');?>


there should only be that one.
I had that one and one that said
<?php define('DIRNAME_APP_UPDATED', 'concrete5.4.0.5');?>


in there with it.
Just delete the old version calls and upload.

That should do it
kchilds replied on at Permalink Reply
kchilds
I don't seem to have that line included in the site.php
cursal replied on at Permalink Reply
cursal
Did you download config/site.php after the upgrade?

Just making sure you are not looking at the your old local site.php file.

Mind sharing what do you have in there?

*edit: You did a manual upgrade not the one click in the dashboard?
kchilds replied on at Permalink Reply
kchilds
I think I got it all figured out. I believe I was having a server issue. I always just assume it's me...
Thanks for your reply.