ispCP - Board - Support
Problem admin_functions - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Problem admin_functions (/thread-3177.html)



Problem admin_functions - santerref - 05-01-2008 10:17 AM

Hello,

I have this error :
Notice: Undefined variable: cfg in /var/www/ispcp/gui/include/admin-functions.php on line 2240

This is the line :
if (isset($_SESSION['user_theme'])) {
$theme = $_SESSION['user_theme'];
} else {
$theme = $cfg['USER_INITIAL_THEME'];
}


What is the problem ?


RE: Problem admin_functions - joximu - 05-01-2008 09:28 PM

Seems that a "global $cfg;" is missing at the beginning of the function...

Could you try that and open a ticket with solution?

Thanx