Quote:
Originally Posted by SVTOA
To add: If I turn the Garage off in the admin cpanel, I get this:
Fatal error: Call to undefined function: can_administer() in /home/edited/public_html/vb3/vbgarage.php on line 50
|
In
vbgarage.php:
FIND:
PHP Code:
require_once('./includes/functions_user.php');
Add BELOW:
PHP Code:
require_once('./includes/adminfunctions.php');
Sorry about that. I need to update the .ZIP file.