Quote:
Originally Posted by d1635d
TO~3.0.1
open:includes/functions.php
Find this code
========================
$name = COOKIE_PREFIX . $name;
========================
The replace is
=====================
if ($name != 'sessionhash')
{
$name = COOKIE_PREFIX . $name;
}
=====================
OK
|
This is in the forums functions.php?? If so, when I use this the forum and all other pages on my machine/server become blank pages.