I want to uninstall the add-on for the meantime and when I did I am still getting errors.
When I view the online list I get this
XF\Db\Exception: MySQL statement prepare error [1146]: Table 'gamermob_gmobv1.xf_dbtech_shop_category' doesn't exist in src/XF/Db/AbstractStatement.php at line 228...
Even with everything now uninstalled and removed I am still getting a bunch of these server errors.
ErrorException: Template error: [E_USER_WARNING] Method canViewDbtechShopItems is not callable on the given object (NF\GiftUpgrades\XF\Entity\User) src/XF/Template/Templater.php:1161
#0...
So I did that, and uninstalled and removed all the files. It still shows it in my installable add-on even though all the data is removed.
I tried downloading the latest version and it ends up failing and corrupting my database to the point where my site crashes.
So I first installed an older version then it wouldn't finish the install, so I deleted the files manually. I then tried the latest version and got those errors I posted.
It's like my database still has entries for this addon.
INSERT IGNORE INTO xf_dbtech_shop_bank
(`user_id`, `currency_id`, `points`)
SELECT
`user_id`,
'1',
'0.00'
FROM `xf_user` AS `user`
ORDER BY `user_id`...
I am getting errors when installing and would like to remove all instances of the add-on from the database. I manually removed files and now I have left over data from the addon. Is there a query I can run to remove all components of the add-on?