Updating

Permalink 1 user found helpful
I'm on 5.5.1 and need to update to 5.5.2.1. Use the link on dashboard to do it and I get

Page Not Found
No page could be found at this address.



Back to Home.

anyone help

 
adajad replied on at Permalink Reply
adajad
You can always do a manual update.

1. Download the latest version of concrete5 and unzip it somewhere.
2. In the unzipped folder you will find a 'concrete' folder, which you need to upload to your webserver root directory. You should already have a 'concrete' folder in there, which you can rename before doing the upload (just to have a backup of the old core files).
3. Once uploaded, use your browser and go to 'yourdomain.com/index.php/tools/upgrade' and run the upgrade script.

Make sure you have made backups before doing any upgrades.
g8xanroger replied on at Permalink Reply
Thnaks tried that and it tells me I'm already upgarded to 5.5.1.
Seems strange
adajad replied on at Permalink Reply
adajad
Make sure you are uploading the 'concrete' folder from the latest release (5.5.2.1).

When you go to 'yourdomain.com/index.php/tools/upgrade' it should ask you if you want to upgrade from 5.5.1 to 5.5.2.1 after you have uploaded the latest 'concrete' folder. If it doesn't, then you probably have the wrong version uploaded.
g8xanroger replied on at Permalink Reply
Right its probably me :o)
I've downloaded and unzipped to folder on desktop called concrete5.5.2.1. Within there is a folder called concrete.
Its this foler that I hav eto upload and replace.

When I do thats and then run the upgrade I get

"Upgrade concrete5

Your site is already up to date! The current version of Concrete5 is 5.5.1. You should remove this file for security.
Back to Home

Click here if you would like to re-run this script."

Thnaks for your time and trouble

Roger
adajad replied on at Permalink Reply
adajad
That is strange...

If you trust me, I can have a look, but then I need ftp access to your hosting account. If you do, then send me a pm and I can have a look at once.
adajad replied on at Permalink Best Answer Reply
adajad
After receiving your pm this is what I found out:

Your problem was one line in your site.php file which basically tells c5 it's updated with the latest version, and also which version that is.
<?php define('DIRNAME_APP_UPDATED', 'concrete5.5.1');?>


I removed that line from your site.php file and went ahead with the upgrade.

PS. I suggest you also turn on prettyURL from the dashboard (which will update your .htaccess file) to get rid of index.php in all your URLs.
g8xanroger replied on at Permalink Reply
Thanks

Your time and help was much appreciated
adajad replied on at Permalink Reply
adajad
I'm glad I could help.
frz replied on at Permalink Reply
frz
Not sure you need to remove that line. Just make sure you're running that update script after downloading the new code.
g8xanroger replied on at Permalink Reply
Well it worked and thats all I'm bothered about :o)