FIX: Duplicate Entry in 'sys_localization_key'

Ok so I did an upgrade from 7.0.9 to 7.0.1 (B1 then B2).

But when it came to re-installing some modues it said the was a duplicate entry in 'sys_localization_key'

Here is the code i ran in phpMyAdmin

DELETE FROM `sys_localization_keys` WHERE `Key` =  '_sys_module_blogs';

Just replace blogs with what ever module is giving you the error.

eg:

DELETE FROM `sys_localization_keys` WHERE `Key` =  '_sys_module_ads';
DELETE FROM `sys_localization_keys` WHERE `Key` =  '_sys_module_blogs'; 
DELETE FROM `sys_localization_keys` WHERE `Key` =  '_sys_module_files'; 
DELETE FROM `sys_localization_keys` WHERE `Key` =  '_sys_module_poll'; 
DELETE FROM `sys_localization_keys` WHERE `Key` =  '_sys_module_simple_messenger'; 

Hope this helps fixing issues after updating a little easier 

~~Mike ~~ This Signature is missing something :(
Quote · 2 Jan 2013

I had this same problem with simple mensenger.

Simply delete the duplicate key in the database and then install the module through the panel adm.

Hope that helps!

Quote · 3 Jan 2013

I'll appreciate your help.

Quote · 9 Aug 2013

 

I'll appreciate your help.

Do you need help, if so, PM me.

Geeks, making the world a better place
Quote · 10 Aug 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.