layouts/blocks/definitions.php on line 34

Gamebox for Joomla 1.5 support forum by GavickPro
GK User
Sun Aug 08, 2010 2:54 pm
Notice: Undefined variable: config in /home/public_html/child1/templates/gk_gamebox/layouts/blocks/definitions.php on line 34

What's this, and how to fix it?

Thanks!
User avatar
Junior Boarder

GK User
Sun Aug 08, 2010 3:05 pm
Yes, it is a small bug. In definitions.php file please after line:
Code: Select all
$userID = $user->get('id');


add these lines:
Code: Select all
// getting page configuration
$config = new JConfig();
User avatar
Administrator


cron