electronicsfreak
Technical User
Ok, I have been having trouble left and right trying to install mods on my site. Well, me and my partner both have. I am pretty sure its something we are doing wrong, but I can not figure out what.
I am not new to webpages, however, I am new to php. I have recently just tried installing mchat mod for the forum on our site. However I get this error when I go to run the install file it ask us to run.
If need be, I can copy the code from the file or files you request. Thanks
There is a point in wisdom and knowledge that when you reach it, you exceed what is considered possible - Jason Schoon
I am not new to webpages, however, I am new to php. I have recently just tried installing mchat mod for the forum on our site. However I get this error when I go to run the install file it ask us to run.
Code:
// BEGIN mChat Mod $lang = array_merge($lang, array( 'MCHAT' => 'Chat', 'MCHAT_COPYRIGHT' => '© Blood Brothers', )); // END mChat Mod [phpBB Debug] PHP Notice: in file /includes/functions.php on line 4208: Undefined index: mchat_enable
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4289: Cannot modify header information - headers already sent by (output started at /language/en/common.php:8)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4291: Cannot modify header information - headers already sent by (output started at /language/en/common.php:8)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4292: Cannot modify header information - headers already sent by (output started at /language/en/common.php:8)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4293: Cannot modify header information - headers already sent by (output started at /language/en/common.php:8)
If need be, I can copy the code from the file or files you request. Thanks
There is a point in wisdom and knowledge that when you reach it, you exceed what is considered possible - Jason Schoon