1
After login or logout I get a blank white page and have to use the back button on my browser to get to the correct page. I have turned on the PHP debugger and get the following message:
"Fatal error: Call to a member function on a non-object in /vhost/vhost4/i/d/a/idateforfree.com/www/include/functions.php on line 417"
On line 417 of functions.php I have the following code:
$xTheme->tplEngine->assign('time', intval($time));
if ($addredirect && strstr($url, 'user.php')) {
if (!strstr($url, '?')) {
$url .= '?xoops_redirect='.urlencode($_SERVER['REQUEST_URI']);
} else {
$url .= '&xoops_redirect='.urlencode($_SERVER['REQUEST_URI']);
}
}
Does anyone know what the problem might be?
Thanks
Barry