Hello
7.0.6-7.0.7 Available UPGRADE
I'm updating a site for some one from version 7.0.5 to 7.0.6 than from 7.0.6 to 7.0.7 but when I click UPGRADE
I get this red warning messages
ALTER TABLE `sys_acl_levels` ADD `Order` int(11) NOT NULL default '0';: Duplicate column name 'Order'
Can some one tell me what to do so I can finish this update
Thanks
Post Reply - if you going to help - No for - bla bla bla bla |
https://www.deanbassett.com |
Thanks Deano I will try this
Because the I add the patch 7.0.6 and everything when perfect but when I add the 7.0.7
I got this warning messages
Post Reply - if you going to help - No for - bla bla bla bla |
Deano sorry to ask
can you tell me with one I need to remove before I do something stupid to the database
I have backup but I want to know the right one
Post Reply - if you going to help - No for - bla bla bla bla |
Deano sorry to ask
can you tell me with one I need to remove before I do something stupid to the database
I have backup but I want to know the right one
#8. The one at the botton that says Order.
https://www.deanbassett.com |
OK - Deano
I follow your step but when I click upgrade I get the following red warning messages now
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
I can't finish the upgrade page
Post Reply - if you going to help - No for - bla bla bla bla |
That one i may not be able to help with. Appears as if your sys_page_compose table has additional fields perhaps from a mod that causes it not to match the count for the upgrade. https://www.deanbassett.com |
hello,
Do I need to purchase 7.0.7 even I paid in 7.0.6 Permanent License?
|
hello,
Do I need to purchase 7.0.7 even I paid in 7.0.6 Permanent License?
All releases of Dolphin are free, including upgrades. Licenses are not version-specific, and will work on any version. You can read the documentation (and download patches) for upgrades here: http://www.boonex.com/trac/dolphin/wiki/Dol7Upgrade
This is not the same problem as the one being described in this topic. In the future, make a new topic for questions like this.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Nathan Paton, thank you... |
OK - Deano
I follow your step but when I click upgrade I get the following red warning messages now
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
I can't finish the upgrade page
Did you find a solution to this problem? I'm getting the same message.
|
No never I'm still waiting for some one to help me on this so I can finish updating my friend site from version 7.0.6 to 7.0.7 Post Reply - if you going to help - No for - bla bla bla bla |
Whatever happened with your issue? Did you find a solution? Did you have a "Profile Splitter" type mod? I still have been unable to upgrade to D7.0.7 because I still get the 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
|
not that i could fix this but what you can do to troubleshoot further, would be to compare the columns on your current database table sys_page_compose to the sql statement for the upgrade, and see what columns are different. it may be that you will need to undo whatever was done that added columns or removed columns from the sys_page_compose table.
once you have made the adjustments, you can attempt the upgrade again. i have seen, though many not be the case here, but i have seen instances of this on different versions. though your column count should not be changing the core features of dolphin when you install a 3rd party module. that is what disturbs me about the products in the market.
the convention that is to be followed is not being followed, and core elements of the system should not be modified for 3rd party addons/modules. this will in all cases cause problems when upgrading. if these developers are forced to comply with coding conventions, we would all have a better experience with dolphin. but at the same time, if the core elements were written in a manner where there was an actual library which could be utilized by the 3rd party developers, the 3rd party developers would have a better experience writing their products.
Whatever happened with your issue? Did you find a solution? Did you have a "Profile Splitter" type mod? I still have been unable to upgrade to D7.0.7 because I still get the 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
When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
Oh man... I am getting the same error message.. anyone? upgrading from 7.06-7.07
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
|