Quote:
Originally posted by Donkeyballz
Here you get a few lines before and after:
|
I can't see anything wrong with it, does the page show, but with that error at the top?
Whats on your line 1604 of functions.php, in the deafult 2.2.6 its cookie stuff and this could(?) have something to do with it, heres the comment:
PHP Code:
// It's been reported that there's a bug in PHP 4.2.0/4.2.1 with Apache 2 causing setcookie() to not work correctly.
// This is the workaround. If you need to use this code, please add:
// define('USE_COOKIE_WORKAROUND', 1);
// to your config.php.