MyBB Community Forums

Full Version: Errors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get this error whenever I go on my site
http://i242.photobucket.com/albums/ff269/xGrimShadow/header_errors.png

On line 1541-1542 for inc/functions.php
header($cookie, false);
}

On line 98 for inc/class_session.php
$this->load_guest();

On line 106 for inc/class_session.php
my_setcookie("sid", $this->sid, -1, true);

On line 360 for inc/class_session.php
my_setcookie("mybb[lastvisit]", $time);

On line 365 for inc/class_session.php
my_setcookie("mybb[lastactive]", $time);

On line 56 for global.php
$session->init();

On line 18 for index.php
require_once "./global.php";


Now the funny thing is, is that this only appears when you are not logged in on my website. I'm using 1.4.8 btw
Reupload index.php. Have you edited it in notepad??
that worked...I don't think I ever did edit it but thanks Smile