Recent content by DimitryMarvel

  1. D

    Pending Link to thread in moderation queue

    Thanks. Any chance to see this option in next release? I really need this :(
  2. D

    Pending Link to thread in moderation queue

    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...
  3. D

    Bug Missed collation for some fields in DB

    Standard for what? For example, xf_style.description, xf_post.message isn't blob.
  4. D

    Bug Missed collation for some fields in DB

    Ok. And why this field has type "BLOB" and not "VARCHAR" or "MEDIUMTEXT"?
  5. D

    Bug Missed collation for some fields in DB

    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.
  6. D

    Bug TypeError: Macro public:dbtech_shop_transaction_macros

    {"currencyid":1,"amount":-1,"content_id":"2"}
  7. D

    Bug TypeError: Macro public:dbtech_shop_transaction_macros

    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]...
  8. D

    Bug Incorrect column name

    I don't know, this was other admin. I've seen it in server error log.
  9. D

    Bug Incorrect column name

    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)...
  10. D

    Bug 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 retur

    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...
  11. D

    Bug Incorrect integer value: '' for column 'dbtech_shop_item_count'

    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...
Back
Top