Problems with the 7.0.2 upgrade

I did my backup and went about doing the upgrade.  From the looks of it, the upgrade wasn't complete as it got stuck with on the Article Mod.  I never received the steps that I had to do manually.

When I brought everything back to the original to try again ... I now get this error:

BoonEx Dolphin Upgrade Script
7.0.1-7.0.2 Update can not be applied

How do I go about fixing this so that I can get my site up to date.

Thanks,

Becky

Quote · 1 Jul 2010

open inc/header.inc.php and change the numbers back

$site['ver']               = '7.0';
$site['build']             = '0';

the upgrade scripts look for these numbers and if you are trying to upgrade to 7.0.2 and have $site['build']             = '2';  the upgrade will not proceed

I have video tutorials to help you mrpowless.com
Quote · 1 Jul 2010

I gave it a try.

The inc/header.inc.php I originally had, said:

$site['ver']               = '7.0';
$site['build']             = '1';


I tried it as:

$site['ver']               = '7.0';
$site['build']             = '0';

...Cleared my cache (just in case) and I am still receiving the same error.

Quote · 1 Jul 2010

build as 1 should be good...you never said how you "brought everything back" did you load backup files and backup database?

I have video tutorials to help you mrpowless.com
Quote · 1 Jul 2010

Ohhh ... I didn't do a backup database - just a backup of the files.  Which is what I used to restore everything back after the failed attempt of the upgrade to 7.0.2.

I should have restored the database too huh?

I changed it back to the $site['build']  = '1';


What would you suggest I do, if I didn't back up the database?

Quote · 1 Jul 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.