Recent content by Nataf

  1. N

    Bug MySQL query error [1292]: Truncated incorrect INTEGER value: '-10.00000000'

    I'm running MySQL 8.0.23 and PHP 7.4.3. When I run this query manually I get no error, only a warning with the message described above. But I don't know why on xenforo it triggers an error.
  2. N

    Bug MySQL query error [1292]: Truncated incorrect INTEGER value: '-10.00000000'

    Even if I create new currencies with 0 decimals, I get the error.
  3. N

    Bug MySQL query error [1292]: Truncated incorrect INTEGER value: '-10.00000000'

    If you mean the rounding, it's set to 0 and I still get the error.
  4. N

    Bug MySQL query error [1292]: Truncated incorrect INTEGER value: '-10.00000000'

    Hi there, After some time, the error is coming up again. I have checked the dbtech_credits_credits column type and it's decimal(65,8).
  5. N

    Bug MySQL query error [1292]: Truncated incorrect INTEGER value: '-10.00000000'

    Hi, I've reinstalled the addon and now it's working. Any idea how this happened to prevent future problems? Thank you fro your prompt response
  6. N

    Bug MySQL query error [1292]: Truncated incorrect INTEGER value: '-10.00000000'

    Hi, I'm unable to use the credits addon cause each transaction I get the following error: XF\Db\Exception: Job XF:ApprovalQueueProcess: MySQL query error [1292]: Truncated incorrect INTEGER value: '-10.00000000' src/XF/Db/AbstractStatement.php:228 UPDATE xf_user SET...
Back
Top