Identification



Welcome, Guest
Please Login or Register.    Lost Password?

[SOLVED] Upgrade not working: 3.1.0 to 3.2.0
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: [SOLVED] Upgrade not working: 3.1.0 to 3.2.0
#21223
[SOLVED] Upgrade not working: 3.1.0 to 3.2.0 8 Months, 3 Weeks ago Karma: 0
Version to be upgraded: 3.1.0
Version upgrading to : 3.2.0

Result during attempted login after update:
Code:

Unknown column 'u.ref_int' in 'field list'


I first tried: "Upgrade 3.1.* or 3.2.0 -> 3.2.*"
Lastly I tried: "Fresh Install" (but not creating a new database).

Nothing is working here.

mysqli.
Does anyone know why the database isn't updating correctly? The sql user has full rights, and all files have copied correctly.
John Lance
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: USA Birthday: 06/30
Last Edit: 2012/09/26 05:25 By John Lance.Reason: [SOLVED]
Dolibar 3.2.2 on 3rd party Linux host
The administrator has disabled public write access.
 
#21225
Re:Upgrade not working: 3.1.0 to 3.2.0 8 Months, 3 Weeks ago Karma: 0
Tried:
Code:

ALTER TABLE llx_user ADD ref_int VARCHAR (20) NOT NULL AFTER lang;
ALTER TABLE llx_user ADD ref_ext VARCHAR (20) NOT NULL AFTER ref_int;



At least no errors running the sql code.

Go back to install and do "Fresh Install" to recover with.

This seems to have worked.

From what I've been able to discover, this is an old bug that made it into the release. ???
John Lance
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: USA Birthday: 06/30
Last Edit: 2012/09/26 05:26 By John Lance.
Dolibar 3.2.2 on 3rd party Linux host
The administrator has disabled public write access.
 
Go to topPage: 1