Stuck at Upgrade from 5.4.2.1 to 5.4.2.2

Permalink 1 user found helpful
Hi there!

My dashboard reminds me that "The latest version of concrete5 is 5.4.2.2. You are running 5.4.2.1. Update Now!"

So clicking on "Update now!" and trying to download 5.4.2.2 does only return an empty page with a "0".

I've tried those steps in different browsers and tried the steps with changed permissions on the update folder (755->777). No success.

Can someone point me in the right direction? What am I missing?

 
TheRealSean replied on at Permalink Best Answer Reply
TheRealSean
If you download the version you are trying upgrade to and upload it manually to your /root/updates folder

Then try to run the update, you may need to adjust the permission of you /config/site.php file so that apache can write to it

Failing that you could try adding the following to your site.php after uploading concrete to your updates folder,

<?php define('DIRNAME_APP_UPDATED', 'concrete5.4.2.2');?>
rcgr replied on at Permalink Reply
Thanx a lot for your help!

Manually down- and uploading + re-setting permissions (-> 000 -> 777) on site.php worked fine.

No further steps were necessary.