Table xf_sv_unc doesn't exist

Crazy-Achmet

Member
Reactions
15
I've just installed the beta 1 of user essentials. When loading a report (with installed report centre essentials) i'm getting this error:


XF\Db\Exception: MySQL statement prepare error [1146]: Table 'db-10.xf_sv_unc' doesn't exist in src/XF/Db/AbstractStatement.php at line 228
  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/Db/AbstractAdapter.php at line 150
  6. XF\Db\AbstractAdapter->fetchOne() in src/XF/Mvc/Entity/Finder.php at line 1334
  7. XF\Mvc\Entity\Finder->total() in src/addons/SV/ReportCentreEssentials/XF/Pub/Controller/Report.php at line 387
  8. SV\ReportCentreEssentials\XF\Pub\Controller\Report->actionView() in src/XF/Mvc/Dispatcher.php at line 350
  9. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
  10. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
  11. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
  12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2300
  13. XF\App->run() in src/XF.php at line 465
  14. XF::runApp() in index.php at line 20
 

Users who are viewing this thread

Back
Top