XF 2.1 addOn won't uninstall

Status
Not open for further replies.

FedericoS

Active member
Hello, I have a problem with addOn uninstalling:

I am trying to uninstall this add-on: https://xenforo.com/community/resources/bs-telegram.7436/
But when I try to do it, it gives me this error:

XF\Db\Exception: MySQL statement prepare error [1146]: Table 'mcs.xf_bs_telegram_command' doesn't exist in src/XF/Db/AbstractStatement.php at line 217
  1. XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
  2. XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 39
  3. XF\Db\Mysqli\Statement->prepare() in src/XF/Db/Mysqli/Statement.php at line 54
  4. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
  5. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1294
  6. XF\Mvc\Entity\Finder->fetch() in src/addons/BS/Telegram/AddOn/DataType/Command.php at line 61
  7. BS\Telegram\AddOn\DataType\Command->importAddOnData() in src/XF/Job/AddOnData.php at line 106
  8. XF\Job\AddOnData->run() in src/XF/Job/Manager.php at line 253
  9. XF\Job\Manager->runJobInternal() in src/XF/Job/Manager.php at line 195
  10. XF\Job\Manager->runJobEntry() in src/XF/Job/Manager.php at line 111
  11. XF\Job\Manager->runByIds() in src/XF/Admin/Controller/Tools.php at line 120
  12. XF\Admin\Controller\Tools->actionRunJob() in src/XF/Mvc/Dispatcher.php at line 321
  13. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 244
  14. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
  15. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
  16. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2178
  17. XF\App->run() in src/XF.php at line 390
  18. XF::runApp() in admin.php at line 13
Add-on seems to be installed, but it is in the "Installable add-ons" on my add-ons list. Is there a way to solve this problem? Thanks a lot
 
Status
Not open for further replies.
Top Bottom