Loading...
 
Architecture / Installation

Architecture / Installation


Re: SERIOUS ISSUE: Upgrade gives "Unknown column 'version_minor' in 'field list'" error

posts: 1817 Catalan Countries

mmm, having a quick look around, it might be that for some (misterious) reason, you are missing this from your database:


`version_minor` int(8) NOT NULL default '0',

just after the column "version", in your mysql table:

tiki_pages

I don't know mysql... but probably you could add that missing column to your db through phpmyadmin or similar...

HTH

P.S: Another story is where in the upgrade scripts this command is missing... (I'll keep searching a bit)

There are no comments at this time.