Search results for query: *

  • Users: kick
  • Content: Threads
  • Order by date
  1. K

    Bug Phrase

    dbtech_donate_currencyid dbtech_donate_currency_id 2 phrases with the same values and meaning
  2. K

    Bug Typo or bug?

  3. K

    Bug Extra block in reviews

    In the previous version, it was fixed with additional fields, but they also apply to product reviews. https://www.dragonbyte-tech.com/store/dragonbyte-ecommerce.371/reviews
  4. K

    Bug TIcket redirect

    XF\Mvc\Reply\Exception: src/XF/Mvc/Controller.php:401 Generated by: User May 9, 2020 at 12:09 PM #0 [internal function]: XF\Mvc\Controller->exception(Object(XF\Mvc\Reply\Error)) #1 src/XF/ControllerPlugin/AbstractPlugin.php(79): call_user_func_array(Array, Array) #2...
  5. K

    Bug Product filter on create product

    When creating a product and specifying filters, when creating a product, they are not applied. When editing, the indication of product filters is applied.
  6. K

    Bug Admin permission

    If the product is softly removed, the administrator cannot restore it later. Analyze permissions: If you specify the Default product owner, then it is not possible for another user to fill in the images, change the icon and a couple of little things.
  7. K

    Bug Typo in category breadcrumbs

    public function getBreadcrumbs($includeSelf = true, $linkType = 'public') { if ($linkType == 'public') { $link = 'dbtech-ecommerce/categories'; } else { $link = 'dbtech-ecommerce/categories'; } return...
  8. K

    Implemented New position custom field products

    it would be nice if there was an opportunity to post information here
  9. K

    Pending More details

    Is it possible to make better readability? When filling out a forum, it is difficult to determine the requirements for supplementing the user. Can I somehow highlight this and what is this requirement?
  10. K

    Bug Design of custom fied in eCommerce

    The design of an additional field in a new tab turns into extra tags
  11. K

    Bug eComerce Errors

    XF\Db\Exception: MySQL query error [1406]: Data too long for column 'version_string' at row 1 in src/XF/Db/AbstractStatement.php at line 228 XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196 XF\Db\Mysqli\Statement->getException() in...
  12. K

    Bug Slow query.

    SELECT xf_dbtech_donate_drive., xf_dbtech_donate_currency_PrimaryCurrency_1., xf_dbtech_donate_donation_LastDonation_2.* FROM xf_dbtech_donate_drive LEFT JOIN xf_dbtech_donate_currency AS xf_dbtech_donate_currency_PrimaryCurrency_1 ON (xf_dbtech_donate_currency_PrimaryCurrency_1.primary_currency...
  13. K

    Bug XF\Db\Exception: MySQL query error [1264]: Out of range value for column 'amount' at row 1 src/XF/Db/AbstractStatement.php:228

    NSERT INTO xf_dbtech_donate_donation (user_id, amount, currency_id, dateline, drive_id, recurring, length_amount, length_unit, message, is_public, is_test, is_confirmed, donation_id, ip_id, transaction_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ------------ #0...
  14. K

    Pending donations best person widget

    It would be nice to see a widget that displayed the best person who donated this month and year with the exception of moderators and resource administrators.
  15. K

    Bug Amount in donation

    XF\Db\Exception: MySQL query error [1264]: Out of range value for column 'amount' at row 1 src/XF/Db/AbstractStatement.php:217 NSERT INTO xf_dbtech_donate_donation (user_id, amount, currency_id, dateline, drive_id, recurring, length_amount, length_unit, message, is_public, is_test...
  16. K

    Bug Payment Profile

    When installing the add-on, it is not possible to remove the payment profile. XF\Db\Exception: MySQL statement prepare error [1146]: Table 'xf2.xf_dbtech_donate_drive' doesn't exist in src\XF\Db\AbstractStatement.php at line 217 XF\Db\AbstractStatement->getException() in...
Back
Top