Hello @Fillip H.
I have updated DragonByte eCommerce 1.5.3 today.
My problem is as follows. Would you help me with this topic?


Stack trace
Request state
I can't figure out where I did it wrong. Is this a bug or a configuration error? I need an urgent solution.
Thank you for your interest
I have updated DragonByte eCommerce 1.5.3 today.
My problem is as follows. Would you help me with this topic?


Code:
XF\Db\Exception: MySQL statement prepare error [1054]: Unknown column 'xf_dbtech_ecommerce_address.is_default' in 'order clause' src\XF\Db\AbstractStatement.php:228
Stack trace
Code:
SELECT `xf_dbtech_ecommerce_address`.*, `xf_dbtech_ecommerce_country_Country_1`.*
FROM `xf_dbtech_ecommerce_address`
LEFT JOIN `xf_dbtech_ecommerce_country` AS `xf_dbtech_ecommerce_country_Country_1` ON (`xf_dbtech_ecommerce_country_Country_1`.`country_code` = `xf_dbtech_ecommerce_address`.`country_code`)
WHERE (`xf_dbtech_ecommerce_address`.`user_id` = 1)
ORDER BY `xf_dbtech_ecommerce_address`.`is_default` DESC, CONVERT (`xf_dbtech_ecommerce_address`.`title` USING utf8mb4) ASC
------------
#0 src\XF\Db\Mysqli\Statement.php(196): XF\Db\AbstractStatement->getException('MySQL statement...', 1054, '42S22')
#1 src\XF\Db\Mysqli\Statement.php(39): XF\Db\Mysqli\Statement->getException('MySQL statement...', 1054, '42S22')
#2 src\XF\Db\Mysqli\Statement.php(54): XF\Db\Mysqli\Statement->prepare()
#3 src\XF\Db\AbstractAdapter.php(94): XF\Db\Mysqli\Statement->execute()
#4 src\XF\Mvc\Entity\Finder.php(1294): XF\Db\AbstractAdapter->query('
SELECT `xf_...')
#5 src\addons\DBTech\eCommerce\Pub\Controller\Account.php(98): XF\Mvc\Entity\Finder->fetch()
#6 src\XF\Mvc\Dispatcher.php(350): DBTech\eCommerce\Pub\Controller\Account->actionAddressBook(Object(XF\Mvc\ParameterBag))
#7 src\XF\Mvc\Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('DBTech\\eCommerc...', 'AddressBook', Object(XF\Mvc\RouteMatch), Object(DBTech\eCommerce\Pub\Controller\Account), NULL)
#8 src\XF\Mvc\Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(DBTech\eCommerce\Pub\Controller\Account), NULL)
#9 src\XF\Mvc\Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#10 src\XF\App.php(2184): XF\Mvc\Dispatcher->run()
#11 src\XF.php(391): XF\App->run()
#12 index.php(20): XF::runApp('XF\\Pub\\App')
#13 {main}
Code:
<pre class='xdebug-var-dump' dir='ltr'>
<small>C:\wamp64\www\xf\src\XF\Debugger.php:28:</small>
<b>array</b> <i>(size=4)</i>
'url' <font color='#888a85'>=></font> <small>string</small> <font color='#cc0000'>'/xf/store/account/address-book'</font> <i>(length=33)</i>
'referrer' <font color='#888a85'>=></font> <small>string</small> <font color='#cc0000'>'http://localhost/xf/store/'</font> <i>(length=29)</i>
'_GET' <font color='#888a85'>=></font>
<b>array</b> <i>(size=0)</i>
<i><font color='#888a85'>empty</font></i>
'_POST' <font color='#888a85'>=></font>
<b>array</b> <i>(size=0)</i>
<i><font color='#888a85'>empty</font></i>
</pre>
Thank you for your interest