Hello!
From Changelog 5.6.0:
On our forum, users receive points for creating threads/posts. First, this content must be checked and approved by the moderators. But at the moment our moderators cannot approve events that are triggered after the user has created a thread/post. Right now the...
Table "xf_dbtech_shop_currency"
Field "description"
Collation utf8mb4_general_ci missed.
In Forum charset is ok, but in DB this field is not readable.
Same problem for table "xf_dbtech_credits_currency.description".
I would check others fields too, maybe there is more with this problem.
Next one...
TypeError: Macro public:dbtech_shop_transaction_macros :: info() error: Argument 1 passed to DBTech\Shop\Entity\Currency::getFormattedValue() must be of the type float, null given src/addons/DBTech/Shop/Entity/Currency.php:150
#0 [internal function]...
From server error log.
XF\Db\InvalidQueryException: xf_user: MySQL query error [1166]: Incorrect column name '' src/XF/Db/AbstractStatement.php:228
ALTER TABLE `xf_user`
ADD `` DECIMAL(65,8) NOT NULL DEFAULT '0'
------------
#0 src/XF/Db/Mysqli/Statement.php(196)...
This error osccurs, if user without permissions to add item, opening URL /dbtech-shop/add?category_id=1 direct.
TypeError: Return value of DBTech\Shop\Pub\Controller\Item::actionAdd() must be an instance of XF\Mvc\Reply\View, instance of XF\Mvc\Reply\Error returned in...
PHP 7.4.11
Fresh installed XF 2.2.1 and DragonByte Shop 6.4.1.
I've got message on dashboard, that I should finish the task. But I can't, because this error:
XF\Db\Exception: MySQL query error [1366]: Incorrect integer value: '' for column 'dbtech_shop_item_count' at row 1 in...