Quote:
Originally Posted by hotwheels
Work's perfectly now..........I think it is just the way mysql is set up.......
|
Nope. It's my fault. I forgot to add table prefix to the install and uninstall code. I've updated the file now.
Change your uninstall code to the following.
PHP Code:
$db->query_write("DROP TABLE " . TABLE_PREFIX . "admin_ip_checker");
That will avoid any problems when you want to uninstall the product. Or you could change the name of the table you created in phpmyadmin to admin_ip_checker, then uninstall the product and reinstall the updated file.