Bug on Uninstalling Process:
When I Tried to Uninstall the Mod on a Test Forum, I received the Following Two (2) Errors; is Important
Jaxel that you include a Logic Sentence that If Any of the Table don't Exist then Continue to the Next Steps, because the Process Gets Stopped for Each Missing Table.
Tables: ZZZ
videotag and ZZZ
videotagvideo
I had to go to phpMyAdmin, Create the Tables with 1 Field in them (Any), and then Run the Uninstall Process for it to Complete Fine, but the Sentence on the Uninstaller is Very Important for Not to get this Errors:
ZZZ are Table Prefixes.
My Best Regards.
First Error:
Code:
Database error in vBulletin 3.7.3:
Invalid SQL:
DROP TABLE ZZZvideotag;
MySQL Error : Unknown table 'ZZZvideotag'
Error Number : 1051
Request Date : Wednesday, March 4th 2009 @ 10:13:37 AM
Error Date : Wednesday, March 4th 2009 @ 10:13:38 AM
Script : http://ZZZ/forum/admincp/plugin.php?do=productkill
Referrer : http://ZZZ/forum/admincp/plugin.php?do=productdelete&productid=videodirectory&s=
IP Address : ZZZ
Username : ZZZ
Classname : ZZZDatabase
MySQL Version : 5.0.51a-community
Second Error (it happened after the first one, so I had to create the first Table Twice for the Uninstall Process to be Completed):
Code:
Database error in vBulletin 3.7.3:
Invalid SQL:
DROP TABLE ZZZvideotagvideo;
MySQL Error : Unknown table 'ZZZvideotagvideo'
Error Number : 1051
Request Date : Wednesday, March 4th 2009 @ 10:17:57 AM
Error Date : Wednesday, March 4th 2009 @ 10:17:57 AM
Script : http://ZZZ/forum/admincp/plugin.php?do=productkill
Referrer : http://ZZZ/forum/admincp/plugin.php?do=productdelete&productid=videodirectory&s=
IP Address : ZZZ
Username : ZZZ
Classname : ZZZDatabase
MySQL Version : 5.0.51a-community