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 ?
Database error in
So this is the error when i try to compile modules languages. Can any one help me ? |
There is only one way this can occur that i am aware of. https://www.deanbassett.com |
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. |
If i had a solution i would have posted one. https://www.deanbassett.com |
Thank you any way :( what i have to do ? do i have to contact the boonex support ? |
Good luck on asking for boonex support, you might be better off finding a magic wand to help you.. You possess an intuitive intelligence so powerful it can help you heal, and relieve stress. |
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. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Oh i have 5000 members with photos videos articles and so on :=) i think reinstalling dolphin is not a good idea :=) |
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 |
I have the same problem avec Advanced Video MOD i wait for a answer of Rayz
|
No i have 4 languages and about 25 modules so if i would like to have more languages boonex must have a solution :D |
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. |
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 ? |