Pagina 1 van 1

No double post mod, error 1062

Geplaatst: 12 aug 2008, 12:40
door Designer19734
Zodra ik de module heb toegevoegd en wil beheren via forums > forum beheer > dubbel post
geeft hij na bevestig deze fout:

Code: Selecteer alles

Algemene fout
SQL ERROR [ mysqli ]

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/mysqli.php
LINE: 143
CALL: dbal->sql_error()

FILE: includes/functions.php
LINE: 156
CALL: dbal_mysqli->sql_query()

FILE: includes/acp/acp_board.php
LINE: 441
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()
Hoe kan ik dit weghalen, en de mod laten werken?

Re: No double post mod, error 1062

Geplaatst: 12 aug 2008, 13:00
door marian0810
Probeer eens of het helpt als je je cache leegt?

Re: No double post mod, error 1062

Geplaatst: 12 aug 2008, 13:10
door Designer19734
Bedankt, simpelste optie natuurlijk.

Hij werkt!