Trying to upgrade from a clean install of 7.1 to 7.1.1, I have made no changes to the code and have followed the instructions here: http://www.boonex.com/trac/dolphin/wiki/7.1.0-7.1.1
When i run the upgrade script the update is not available. 7.1.0-7.1.1 Update can not be applied Not sure what to do. Could this be a bug in the upgrade script? I also checked the header.inc.php and the version is 7.1.
|
Hi,
I just did it and there were no issues.
Follow the instructions word for word and to the letter and it woks just fine.
Make sure you upload all the changed files and remove the .htaccess from the UPGRADE Folder.
Clear your Cache 's as described etc.
http://www.boonex.com/trac/dolphin/wiki/7.1.0-7.1.1
Regards
Glenn
|
I followed the instructions to a 'T' and getting the same error: 7.1.0-7.1.1 Update can not be applied
I have a fresh install of 7.1.0 from January 2013. Any suggestions. Thanks
|
Do you remember the exact day in January that you downloaded dolphin 7.1.0?
The only explanation is that your not running 7.1.0 final but 7.1.0 B2
If you downloaded before Jan 10 then that may explain it.
Look in your inc/header.inc.php for this line.
$site['build']
What does it say? https://www.deanbassett.com |
|
Thats not what i asked for.
https://www.deanbassett.com |
For some reason build says 0. should I change it to 7.1.0?
$site['ver'] = '7.1';
$site['build'] = '0';
|
For some reason build says 0. should I change it to 7.1.0?
$site['ver'] = '7.1';
$site['build'] = '0';
No. The build is correct i was expecting to see a // B2 on the end of it. But i guess not.
https://www.deanbassett.com |
Run this query from phpmyadmin
SELECT `VALUE` FROM `sys_options` WHERE `Name`='sys_tmp_version'
What are the results.
https://www.deanbassett.com |
Results: 7.1.0.B2 What do I do next? |
I purchased it on January 9th, 2013 |
Your running B2. You need to upgrade to the 7.1.0 final first.
Patch located here. http://www.boonex.com/trac/dolphin/wiki/7.1.0.B2-7.1.0
https://www.deanbassett.com |
I purchased it on January 9th, 2013
Yea. The final was released on January 10'th.
https://www.deanbassett.com |
I have already uploaded the patch for 7.1.1. Do I need to reverse this or can I just upgrade to final? |
I have already uploaded the patch for 7.1.1. Do I need to reverse this or can I just upgrade to final?
There is no way to reverse it unless you have a backup of the files to restore. You do not want to restore a database. That has not be touched yet.
But you should not have to. Just upload the files from the 7.1.0 B2-7.1.0 final patch.
Then perform upgrade to final.
Then re-upload the 7.1.1 files.
And perform that upgrade.
https://www.deanbassett.com |
Thank you ... all is working well now. |