Code: Select all
SQL ERROR [ mysql4 ]
Duplicate entry 'adp_enable' for key 1 [1062]
SQL
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('adp_enable', 1, 0)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: includes/functions.php
LINE: 156
CALL: dbal_mysql->sql_query()
FILE: includes/acp/acp_board.php
LINE: 469
CALL: set_config()
FILE: includes/functions_module.php
LINE: 471
CALL: acp_board->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
I also got the same duplicate entry error .Then, I dropped the sql entries seen in instal.xml file and enabled the mod at ACP which also create insert those sql values seen in install.xmlrashy wrote:I get the following error when i try to enable it: