
cwcollector wrote:This really needs an update. There many errors in the install instructions. It does not seem to work with with gold. I have reinstalled it 8 times now and still get the same errors. I have enabled it and I still get the same same errors.
If I run my forum, I get these errors:
and the admin contact panel gives me this error: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)
It appears this is not an isolated problem.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)
I was unable to get any export from phpmyadmin that was not encoded...finally, I just posted these.eviL<3 wrote:Why do you have the values as hex codes?
Code: Select all
INSERT INTO `phpbb_config` VALUES ('contact_enable', 0);
INSERT INTO `phpbb_config` VALUES ('contact_confirm', 1);
INSERT INTO `phpbb_config` VALUES ('contact_confirm_guests', 1);
INSERT INTO `phpbb_config` VALUES ('contact_max_attempts', 0);
INSERT INTO `phpbb_config` VALUES ('contact_method', 0);
INSERT INTO `phpbb_config` VALUES ('contact_bot_user', 2);
INSERT INTO `phpbb_config` VALUES ('contact_bot_forum', 0);
INSERT INTO `phpbb_config` VALUES ('contact_reasons', '');
INSERT INTO `phpbb_config` VALUES ('contact_version', 0.1.4);
That's simply not true. Unless your $table_prefix is 'phpbb3_'. You have to replace phpbb_ with your table prefix, by default the table prefix is phpbb_.Gremlinn wrote:cwcollector: You said your database is phpbb3? If so, use the edits from Jackanape, except change phpbb_config to phpbb3_config in each of the lines.
Right, his table_prefix is phpbb3, as he stated.eviL<3 wrote:That's simply not true. Unless your $table_prefix is 'phpbb3_'. You have to replace phpbb_ with your table prefix, by default the table prefix is phpbb_.Gremlinn wrote:cwcollector: You said your database is phpbb3? If so, use the edits from Jackanape, except change phpbb_config to phpbb3_config in each of the lines.