i got mine needing the award system when i uninstall the plugin XML file, it gives me this error:
Quote:
Fatal error: Class 'vB_ProfileBlock_MyAwards' not found in /home/usr/public_html/includes/class_profileblock.php on line 64
|
which according to what i could find was :
PHP Code:
$this->cache["$class"] =& new $classname($this->registry, $this->profile, $this);
once i reupload the php file it worked fine then jumped back to the error. any ideas on how to remove it?