Quote:
Originally Posted by masons
MySQL Error : Unknown table
|
Sorry, it's not coming from my uninstallation procedure. If you go to vBulletin.com you'll find dozens of bug reports for error from users who don't use table prefix. And I don't mean errors with any 3nd party mod, but errors even using the forums.
And a friendly advice, as I've post many times. USE PREFIX in any script that you installing. This way you're keeping your database safe. Most coders, respect the fact that if they use a table "user" maybe this table should already exists and don't overwrite it. But there are some others who remove (drop) the old one replacing it with their own. Adding prefixes protects you from such "accidents".
Try an installation using prefix, and then install and uninstall my mod as many times you want.
Maria