Errors on new forum ...

Having trouble installing ModphpBB3 - Post any questions or issues in here.
Post Reply
london_bug
Forum Member
Forum Member
Posts: 12
Joined: Sun May 22, 2011 8:22 am

Errors on new forum ...

Post 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 :)
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Errors on new forum ...

Post 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.
london_bug
Forum Member
Forum Member
Posts: 12
Joined: Sun May 22, 2011 8:22 am

Re: Errors on new forum ...

Post by london_bug »

top man - replaced the config.php and all is well :)

many thanks
Post Reply