I am trying to update the Core module from 14.0.5.9 to 14.0.25.4 and have done the following:
Chosen Admin>Module Admin
Selected ‘Core’ in the applications section
Selected the ‘Upgrade’ action
Clicked on process
Clicked on confirm
A modal pops up saying installing but almost immediately afterwards a get an error debug screen (attached)
I seems it’s performing a database modification and adding fields to the incoming table but somehow there is a duplicate entry for a primary field. Will I need to run a SQL script to resolve the issue and if so what do I need to do? Hopefully it’s a known issue with a fully documented resolution!
If you are MySQL trained, you can remove the duplicate yourself using the MySQL Command Line. Start your search with a SELECT * FROM incoming WHERE cidnum LIKE “0120%” . Note that this solution is definitely for DB-Trained killers only.
Note that this may cause other issues in the system, so be prepared to troubleshoot weird one-off problems.