PDA

View Full Version : Can't uninstall a product: Catchable fatal error


nxvc
Mon 28th Jan '08, 7:40pm
I can't uninstall a product which causes the forum crashes. I had to activate define('DISABLE_HOOKS', 1); to get vBulletin running again.

If I now try to uninstall the product, it says:

Catchable fatal error: Object of class vB_Database could not be converted to string in /www/mywebsite/forum/admincp/plugin.php(1497) : eval()'d code on line 6


and the Product stays in list. I've never had on of this error, so I don't know what I got to do now.

Steve Machol
Mon 28th Jan '08, 8:38pm
Try removing the xml file for that add-on from the includes/xml directory.

nxvc
Tue 29th Jan '08, 10:28am
Removing the files didn't help, but editing the product and putting
$vbulletin->db into the uninstall-code worked to force uninstalling.

Thank you