Search results for query: *

  1. G

    Question MySQL Error

    My apologies, thanks for the help!
  2. G

    Question MySQL Error

    I didn't remove the files, I just deactivated it. I still have the errors even long after doing that
  3. G

    Question MySQL Error

    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...
  4. G

    Question MySQL Error

    Thank you so much!
  5. G

    Question MySQL Error

    I've attached it
  6. G

    Question MySQL Error

    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...
  7. G

    Question MySQL Error

    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.
  8. G

    Question MySQL Error

    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.
  9. G

    Question MySQL Error

    XF\Db\Exception: Batch install error: MySQL statement prepare error [1054]: Unknown column 'user_id' in 'field list' src/XF/Db/AbstractStatement.php:228 XF\Db\Exception: MySQL statement prepare error [1054]: Unknown column 'user_id' in 'field list' src/XF/Db/AbstractStatement.php:228
  10. G

    Question MySQL Error

    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`...
  11. G

    Question MySQL Error

    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?
Back
Top