Quote:
Originally Posted by Mattikana
I get errors when I click on some menu options in the ModCP:
vbBux -> Arcade Quick Editor
PHP Code:
Fatal error: Call to undefined function: is_newer_version() in /home/DIKKETETTEN/public_html/forum/modcp/vbplaza.php on line 1271
vbBux -> Arcade Update All
PHP Code:
Fatal error: Call to undefined function: is_newer_version() in /home/DIKKETETTEN/public_html/forum/modcp/vbplaza.php on line 1177
Both menu options work fine in the AdminCP though. All the other menu options in the ModCP work fine too.
|
Right it needs the adminfunctions_template.php, I forgot about this, I didnt include it as I wasnt sure it was "safe" to include it. I'll look and see if its ok.
EDIT: Add this line to /modcp/vbplaza.php
Code:
require_once(DIR . '/includes/adminfunctions_template.php');
After it does require_once for the global.php.
-CMX