I had a fresh install of 2.7.0, but had the issue where I couldn't edit the payment options. So when I read that 2.7.0a was available and fixed that issue, I jumped at the opportunity to upgrade and fix that issue.
Upon the install of 2.7.0a I got this message:
Duplicate entry '0' for key 1 SQL=ALTER TABLE `jos_dtregister_group_event` ADD PRIMARY KEY(`slabId`)Incorrect table definition; there can be only one auto column and it must be defined as a key SQL=ALTER TABLE `jos_dtregister_group_event` CHANGE `slabId` `slabId` INT( 11 ) NOT NULL AUTO_INCREMENT
Now my install is pretty messed up. I have single events showing as repeating events, I can't set pay later options because there aren't any displayed there.
vanboke wrote: Upon the install of 2.7.0a I got this message:
Duplicate entry '0' for key 1 SQL=ALTER TABLE `jos_dtregister_group_event` ADD PRIMARY KEY(`slabId`)Incorrect table definition; there can be only one auto column and it must be defined as a key SQL=ALTER TABLE `jos_dtregister_group_event` CHANGE `slabId` `slabId` INT( 11 ) NOT NULL AUTO_INCREMENT
Sorry to say, but I going back to 2.6.9. There are still way too many issues with 2.7, and I am obviously not the only one having issues. I am patient, I really am. But these are issues that should have been taken care of in beta. Next time you folks need to hold a larger public beta before you call a release ready.
2.7 is not ready, as far as I can see it is still very much a beta release.
I will gladly move to 2.7 when it is truly production ready. Take your time and get it right.
Just tried a fresh install of 2.7 (after deleting everything, including db tables) and got a similar error message upon installing:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'int(11) NOT NULL AUTO_INCREMENT' at line 1 SQL=ALTER TABLE `jml_dtregister_group_event` CHANGE `slabId` int(11) NOT NULL AUTO_INCREMENT
same thing here: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'int(11) NOT NULL AUTO_INCREMENT' at line 1 SQL=ALTER TABLE `jos_dtregister_group_event` CHANGE `slabId` int(11) NOT NULL AUTO_INCREMENT