I've no point system installed so I've set my arcade and game to 0 points to play. I'm getting the error below:
InvalidArgumentException: Unknown column dbtech_credits_credits in src/XF/Mvc/Entity/Entity.php at line 240
XF\Mvc\Entity\Entity->getValue() in src/addons/Blatchy/Arcade/Pub/Controller/Lobby.php at line 153
Blatchy\Arcade\Pub\Controller\Lobby->actionIndex() in src/XF/Mvc/Dispatcher.php at line 362
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 264
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2824
XF\App->run() in src/XF.php at line 814
XF::runApp() in index.php at line 23
If I remove dbtech_credits_credits from the arcade options and try to play a game, I get the following error:
Oops! We ran into some problems.
Currency system not configured. Please contact administrator.
InvalidArgumentException: Unknown column dbtech_credits_credits in src/XF/Mvc/Entity/Entity.php at line 240
XF\Mvc\Entity\Entity->getValue() in src/addons/Blatchy/Arcade/Pub/Controller/Lobby.php at line 153
Blatchy\Arcade\Pub\Controller\Lobby->actionIndex() in src/XF/Mvc/Dispatcher.php at line 362
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 264
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2824
XF\App->run() in src/XF.php at line 814
XF::runApp() in index.php at line 23
If I remove dbtech_credits_credits from the arcade options and try to play a game, I get the following error:
Oops! We ran into some problems.
Currency system not configured. Please contact administrator.