Looks like you made a bad choice regarding your text editor! I would suggest to use Notepad++Padz wrote:Hi,
at first i'm sry about my english, because i'm German.
My Problem:
When I edit the /lib/config.php file, I get an error like this:
In this example I edit this line:Code: Select all
at /chat/lib/config.php:1) [phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 36: Cannot modify header information - headers already sent by (output started at /chat/lib/config.php:1) [phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 37: Cannot modify header information - headers already sent by (output started at /chat/lib/config.php:1) [phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 41: Cannot modify header information - headers already sent by (output started at /chat/lib/config.php:1) [phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 45: Cannot modify header information - headers already sent by (output started at /chat/lib/config.php:1)
$config['limitChannelList'] = null;
to this
$config['limitChannelList'] = array(0,1,2);
And these IDs exist!
It is equal whether I edit the languages, so that you can choose only German and English, or chosse only between two themes.
This error above always appears.
Padz
http://notepad-plus.sourceforge.net/de/site.htm
or similar instead, before you try again // by starting from the scratch.

Regards