I have been chasing this for 2 days, I had this installed on a board and now I was building a fresh install with some updates to other mods and can't seem to get this fixed.
I even deleted the tables for it under the config in the database and manually installed it from the previous working version, but it just doesn't work.
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3373: Undefined index: contact_enable
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3393: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3395: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
and the admin contact panel gives me this error:
Code: Select all
[phpBB Debug] PHP Notice: in file /adm/index.php on line 290: Undefined index: contact_enable
[phpBB Debug] PHP Notice: in file /adm/index.php on line 291: Undefined index: contact_enable
[phpBB Debug] PHP Notice: in file /adm/index.php on line 290: Undefined index: contact_confirm
[phpBB Debug] PHP Notice: in file /adm/index.php on line 291: Undefined index: contact_confirm
[phpBB Debug] PHP Notice: in file /adm/index.php on line 290: Undefined index: contact_confirm_guests
[phpBB Debug] PHP Notice: in file /adm/index.php on line 291: Undefined index: contact_confirm_guests
[phpBB Debug] PHP Notice: in file /adm/index.php on line 272: Undefined index: contact_max_attempts
[phpBB Debug] PHP Notice: in file /adm/index.php on line 341: Undefined index: contact_method
[phpBB Debug] PHP Notice: in file /adm/index.php on line 286: Undefined index: contact_reasons
[phpBB Debug] PHP Notice: in file /adm/index.php on line 272: Undefined index: contact_bot_user
[phpBB Debug] PHP Notice: in file /adm/index.php on line 341: Undefined index: contact_bot_forum
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
If I shut the debug off then in the admin panel when I try to enable it I end up with
Code: Select all
General Error
SQL ERROR [ mysqli ]
Duplicate entry 'contact_enable' for key 1 [1062]
SQL
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('contact_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: 438
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()
Its driving me nuts.
Any ideas Evil ?
Thank You