Page 1 of 1

Errors on new forum ...

Posted: Sun May 22, 2011 9:40 am
by london_bug
first off - great looking all you need premod :)
Has been a couple of years since I set up a forum so prolly something I missed along the way but ...

when I open the forum - (hxxp://w w w.byte-marks . co . uk/modphp) I get the following at top of screen

Code: Select all

[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4263: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4265: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4266: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4267: Cannot modify header information - headers already sent by (output started at /config.php:1)
and in the chat box i also get the following

Code: Select all

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4267: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4263: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4265: Cannot modify header information - headers already sent by (output started at /config.php:1)
the chat box error just keeps repeating :(

also when i try to log in with admin / random I get a plain white screen with this at the top

Code: Select all

[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2437: Cannot modify header information - headers already sent by (output started at /config.php:1)
really wanna get this up n running so i can make it my main forum :)

many thanks for any help :)

Re: Errors on new forum ...

Posted: Sun May 22, 2011 10:13 am
by LDM
Firstly remember to set the permissions on files and folders as on install. Then, remember to set the cookies and domain again on the install in ACP.

Possibly the errors are given from the config.php not pointing to the database so worth re-checking that file too.

Re: Errors on new forum ...

Posted: Sun May 22, 2011 10:26 am
by london_bug
top man - replaced the config.php and all is well :)

many thanks