Database error in sys_localization_keys URGENT

Database error in

Query:

INSERT INTO `sys_localization_keys`(`IDCategory`, `Key`) VALUES('68',
'_bx_ava_avatar') Mysql error: Duplicate entry '65535' for key 1

 

 

So this is the error when i try to compile modules languages.

Can any one help me ?

Quote · 28 Aug 2010

There is only one way this can occur that i am aware of.

You must have a hell of a lot of modules installed, or you have experimented with different language keys so much that you have a ton of unused language keys in the database.

This error indicates you have exhausted all 65535 available entries for language keys.

https://www.deanbassett.com
Quote · 28 Aug 2010

So how this can be resolved ? i tried to empty the table & recompile modules but this is not working.

Here is the modules that i have 25 modules but i had more than 30 modules installed with no problems.

Quote · 28 Aug 2010

If i had a solution i would have posted one.

But emptying the tables was most likely a mistake. That would wipe out all of your stored language keys.

https://www.deanbassett.com
Quote · 28 Aug 2010

Thank you any way :( what i have to do ? do i have to contact the boonex support ?

Quote · 28 Aug 2010

Good luck on asking for boonex support, you might be better off finding a magic wand to help you..Cool

You possess an intuitive intelligence so powerful it can help you heal, and relieve stress.
Quote · 28 Aug 2010

65,535 is the maximum number of keys that can be stored in this table.  If you empty the table, you also need to reset the auto increment counter.  In phpmyadmin, select the sys_localization_keys table, then click on the 'Operations' tab,  Replace the value 65,535 in the AUTO_INCREMENT field with '1' and then click go.

HOWEVER..... it appears as though you installed Dolhin into the same database more than once.   Doing so, will probably do the same thing to every auto increment counter.  You really should consider reinsalling Dolphin into a new database.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 28 Aug 2010

Oh i have 5000 members with photos videos articles and so on :=) i think reinstalling dolphin is not a good idea :=)

Quote · 28 Aug 2010

How many languages do you have installed. If just the english language i could most likley create a SQL file you can run in phpMyAdmin that would restore the language tables back to the defaults.

https://www.deanbassett.com
Quote · 28 Aug 2010

I have the same problem avec Advanced Video MOD

i wait for a answer of Rayz

 

Quote · 28 Aug 2010

No i have 4 languages and about 25 modules so if i would like to have more languages boonex must have a solution :D

Quote · 29 Aug 2010

Changing the field type from smallint(5) to mediumint(7) of both sys_localization_keys and sys_localization_strings database tables will increase the number of possible records from 65535 to 16777215...

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 29 Aug 2010

Thank you it's done now no database error but when i compile languages i have just the keys shown in the site :)

So what do you think ? what is the solution ?

Quote · 29 Aug 2010
 
 
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.