Page 1 of 1

error message

Posted: 9. May 2009 13:50
by tomhypno
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
I have just installed the board3 mod and now im getting the error message bellow please can some one help me to correct this problem.

http://www.hypnosis-forum.com

this is what i get when i go to the home page of my forum


[phpBB Debug] PHP Notice: in file /includes/session.php on line 990: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 990: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 990: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 990: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 990: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 990: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2)

Fatal error: SQL ERROR [ mysql4 ]

Table 'hypnosi3_pbb01.portal_config' doesn't exist [1146]

An SQL error occurred while fetching this page. Please contact the Board Administrator if this problem persists. in /home/hypnosi3/public_html/forum/includes/db/dbal.php on line 657


this is what i get when i go to the install page:

[phpBB Debug] PHP Notice: in file /includes/session.php on line 990: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 990: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 990: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2)
[phpBB Debug] PHP Notice: in file /install/index.php on line 315: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2)
[phpBB Debug] PHP Notice: in file /install/index.php on line 316: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2)
[phpBB Debug] PHP Notice: in file /install/index.php on line 317: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2)
[phpBB Debug] PHP Notice: in file /install/index.php on line 318: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2)



line 990 says

header('Set-Cookie: ' . $name_data . (($cookietime) ? '; expires=' . $expire : '') . '; path=' . $config['cookie_path'] . $domain . ((!$config['cookie_secure']) ? '' : '; secure') . '; HttpOnly', false);

315 to 318 says

}
else
{
break;
}

Re: error message

Posted: 10. May 2009 09:11
by Marc
With what programm did you edit your functions.php? Make sure you saved it as UTF-8 without BOM. Also, there shouldn't be any free spaces or figures before <?php and after ?>.