Quote:
Originally Posted by ouarsenis
I cant unistall this plugin and i get this database error message in my vbulletin 3.8.10 admin panel
please help me to remove this plugin
PHP Code:
Database error in vBulletin 3.8.10:
Invalid SQL:
ALTER TABLE userfield DROP COLUMN field5;;
MySQL Error : Can't DROP 'field5'; check that column/key exists
Error Number : 1091
Request Date : Monday, May 27th 2019 @ 01:22:26 AM
Error Date : Monday, May 27th 2019 @ 01:22:27 AM
Script : http://www.mysite.com/vb/admincp/plugin.php?do=productkill
Referrer : https://www.mysite.com/vb/admincp/plugin.php?do=productdelete&productid=viglink&s=
IP Address : ***.***.***.**
Username : admin
Classname : vB_Database_MySQLi
MySQL Version : 5.7.26-cll-lve
Server : **.**.**.***
User Agent :
|
Because the symbol is not closed in the delete code.
Open .xml file.
Find:
Code:
$vbulletin->db->query_write("DROP TABLE IF EXISTS `" . TABLE_PREFIX . "viglink_link_insertion");
Replace with:
Code:
$vbulletin->db->query_write("DROP TABLE IF EXISTS `" . TABLE_PREFIX . "viglink_link_insertion`");