So I run the upgrade script and first get this error message:
ALTER TABLE `sys_acl_levels` ADD `Order` int(11) NOT NULL default '0';: Duplicate column name 'Order'
So I go into PHPmyadmin and delete the "order" column from the sys_acl_levels strucuture.
Re-run the upgrade and then get this error message:
INSERT INTO `sys_page_compose` VALUES(NULL, 'pedit', '998px', 'Profile membership', '_edit_profile_membership', 2, 2, 'Membership', '', 1, 50, 'memb', 0, 0);: Column count doesn't match value count at row 1
This is where I am stuck currently. I also noticed, the "order" column gets re-added to the DB again after I re-run the upgrade script.
Any ideas?