scarecr0w12
Customer
Issue occurs in the admin side of things. when i try to make any adjustments to credits both in the Credits plugin and the integrated shop plugin, i get the following error:
Code:
Error Info
Mysqli prepare error: Unknown column 'display' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77
Stack Trace
#0 /home/empire/public_html/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('INSERT INTO xf_...')
#1 /home/empire/public_html/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'INSERT INTO xf_...')
#2 /home/empire/public_html/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('INSERT INTO xf_...')
#3 /home/empire/public_html/src/addons/DBTech/Credits/Application/Db.php(780): Zend_Db_Adapter_Abstract->query('INSERT INTO xf_...')
#4 /home/empire/public_html/src/addons/DBTech/Credits/Application/Db.php(403): DBTech\Credits\Application\Db->query('INSERT INTO xf_...', Array, 'query_write')
#5 /home/empire/public_html/src/addons/DBTech/Credits/Application/Entity.php(1009): DBTech\Credits\Application\Db->insert('dbtech_credits_...', Array, Array)
#6 /home/empire/public_html/src/addons/DBTech/Credits/Application/Entity.php(939): DBTech\Credits\Application\Entity->_save()
#7 /home/empire/public_html/src/addons/DBTech/Credits/Entity/Currency.php(250): DBTech\Credits\Application\Entity->save()
#8 /home/empire/public_html/src/addons/DBTech/Credits/ActionAdmin/Users.php(62): DBTech\Credits\Entity\Currency->verifyAdjustEvent()
#9 /home/empire/public_html/src/addons/DBTech/Credits/Application/Core.php(173): DBTech\Credits\ActionAdmin\Users->actionIndex()
#10 /home/empire/public_html/library/DBTech/Credits/XenForo/ControllerAdmin/Credits.php(25): DBTech\Credits\Application\Core->runAction('DBTech\\Credits\\...')
#11 /home/empire/public_html/library/XenForo/FrontController.php(369): DBTech_Credits_XenForo_ControllerAdmin_Credits->actionIndex()
#12 /home/empire/public_html/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#13 /home/empire/public_html/admin.php(13): XenForo_FrontController->run()
#14 {main}
Request State
Array
(
[url] => https://www.theegn.com/admin.php?dbtech-credits/users
[_GET] => Array
(
[dbtech-credits/users] =>
[do] => users
[id] => 0
)
[_POST] => Array
(
[do] => users
[id] => 0
)
)