Quote:
Originally Posted by deezelpope
Trying again...
Is there supposed to be a box like in your screenshot? Cuz there isn't.
EDIT: Got the same error message...
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT * FROM guessword WHERE userid='2';
MySQL Error : Table 'forum.guessword' doesn't exist
Error Number : 1146
Date : Wednesday, March 21st 2007 @ 03:29:01 PM
Got this one when I tried to un=install
Database error in vBulletin 3.6.4:
Invalid SQL:
DROP TABLE `guessword`;;
MySQL Error : Unknown table 'guessword'
Error Number : 1051
Date : Wednesday, March 21st 2007 @ 03:56:14 PM
Script :
|
In the last version I made the mistake of dropping the same table twice.
Go to your Product Manager and click "Go" to the right of 'Edit'.
Remove the uninstall code in 1.0.1
Code:
$db->query_write("DROP TABLE `" . TABLE_PREFIX . "guessword`;");
After that is deleted upload the attached file then you can uninstall both products.