When i try to install wall module it gives following error "Database query error" |
Hello can you provide us with full db error description ? Open the - inc\classes\BxDolDb.php and replace this code line : define( 'DB_FULL_DEBUG_MODE', false ); with define( 'DB_FULL_DEBUG_MODE', true ); PS: If possible do not write me personally, please try to ask on the forum first |
Database query error
Query:
INSERT INTO `sys_localization_keys`(`IDCategory`, `Key`) VALUES('61', '_sbs_txt_title_bx_wall')
Mysql error:
Duplicate entry '_sbs_txt_title_bx_wall' for key 'Key' |
Database query error
Query:
INSERT INTO `sys_localization_keys`(`IDCategory`, `Key`) VALUES('61', '_sbs_txt_title_bx_wall')
Mysql error:
Duplicate entry '_sbs_txt_title_bx_wall' for key 'Key' It's seems like wall not delete all his language keys! Try to remove manually this language key - _sbs_txt_title_bx_wall from sys_localization_keys. And try reinstall module PS: If possible do not write me personally, please try to ask on the forum first |
can i remove this from Admin section or i will have to delet from sql using phpmyadmin. regards. |
can i remove this from Admin section or i will have to delet from sql using phpmyadmin. regards. Yes you should remove this row from phpmyadmin.
1. Search the row where Key = _sbs_txt_title_bx_wall from sys_localization_keys. 2. Delete founded row. 3. Try to reinstall the wall module PS: If possible do not write me personally, please try to ask on the forum first |