Log in

View Full Version : error place help..


Michael.A
09-11-2009, 07:43 AM
ever time i install a mod i get this error

Fatal error: Call to undefined method vb_activecache::flush() in /home/my site/public_html/forums/includes/adminfunctions_template.php(2359) : eval()'d code on line 6

and ever time i uninstall a mod i get this error

-= my style name =- .Style ... (Templates) (StyleVars) (Replacement Variables)
Fatal error: Call to undefined method vb_activecache::flush() in /home/my site/public_html/forums/includes/adminfunctions_template.php(1014) : eval()'d code on line 4

Marco van Herwaarden
09-11-2009, 11:26 AM
These errors are caused by a mdoification you have installed it seems.

Michael.A
09-11-2009, 03:28 PM
can you take a look at this for me i trad ever thing and is not letting me install mod or uninstall it with out an error!!!!

-= Dark Night =- .Style ... (Templates) (StyleVars) (Replacement Variables)
Fatal error: Call to undefined method vb_activecache::flush() in /home/888888888/public_html/forums/includes/adminfunctions_template.php(1014) : eval()'d code on line 4

Marco van Herwaarden
09-11-2009, 04:15 PM
First disable the plugin system in your config.php.

To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Now you should be able to install/uninstall modifications. I suggest you start by remving the modification that is causing this error.