Upgrade to 0.8 error

JoeyG

New Member
I am trying to upgrade to 0.8 but I get the error:

Fatal error: Database error in "/home/mysite/public_html/install/index.php" on line 99

Duplicate column name 'owner' in /home/mysite/public_html/sources/sql/mysql.php on line 89

Any Ideas?
 

Basti

Administrator
Staff member
From what version are you trying to upgrade?

From what i see the script tries to perform the update step for 0.2 -> 0.3 , which means either
- your old version was 0.2 ( but you performed the change of the owner update manually at sometime to make use of the multiple sites in account feature ). In that case it should be enough if yo set your version_number to 0.3 manually in phpmyadmin -> VL_etc
- Or, your version numbers was never updaated for some reason
 

Basti

Administrator
Staff member
EDIT::
Uhm you ran /install/index.php , that is the install script.
/install/update.php you need to run
 
Top