Quote:
Originally Posted by Lexserv
I'm trying to delete this add-on, but I keep getting the following error:
Database error in vBulletin 3.8.6:
Invalid SQL:
SELECT TITLE FROM `vb3_cron` WHERE TITLE LIKE 'AboutToday';
MySQL Error : Unknown column 'TITLE' in 'field list'
Error Number : 1054
Request Date : Friday, November 19th 2010 @ 03:24:27 AM
Error Date : Friday, November 19th 2010 @ 03:24:27 AM
Script : http://www.domain.com/admincp/plugin.php?do=productkill
Referrer : http://www.domain.com/admincp/plugin...=abouttoday&s=
Classname : vB_Database
MySQL Version : 5.0.77-community
Any fix to this?
|
browse the vb3_cron db table through phpmyadmin or the SQL console or something. Sounds like like the column doesn't exist or is called something other than "TITLE"