You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
got this error message the first time after installing the newest esx version, when trying to withdraw or deposit money. it works but iam still getting this error
23:31:49 [ script:oxmysql] Error: esx_banking was unable to execute a query!
23:31:49 [ script:oxmysql] Query: INSERT INTO banking (identifier, label, type, amount, time, balance) VALUES (?, ?, ?, ?, ?, ?)
23:31:49 [ script:oxmysql] ["18174392d552f9fdba66b124a6fe7b44c2148988","DEPOSIT","DEPOSIT",1,1736634709000,10123384494]
23:31:49 [ script:oxmysql] Out of range value for column 'balance' at row 1
Debug Info (please complete the following information):
OS: Windows Server 2022
FiveM Artifact 12255
ESX Version: 1.12.3
The text was updated successfully, but these errors were encountered:
This is not a problem with esx_core, this is a problem with the database storage associated with esx_bank. The current esx_bank database storage defaults to 2147483647, and you have entered 10123384494. This is clearly beyond the database's maximum capacity, which is why you are getting this error.
Describe the bug
got this error message the first time after installing the newest esx version, when trying to withdraw or deposit money. it works but iam still getting this error
23:31:49 [ script:oxmysql] Error: esx_banking was unable to execute a query!
23:31:49 [ script:oxmysql] Query: INSERT INTO banking (identifier, label, type, amount, time, balance) VALUES (?, ?, ?, ?, ?, ?)
23:31:49 [ script:oxmysql] ["18174392d552f9fdba66b124a6fe7b44c2148988","DEPOSIT","DEPOSIT",1,1736634709000,10123384494]
23:31:49 [ script:oxmysql] Out of range value for column 'balance' at row 1
Debug Info (please complete the following information):
The text was updated successfully, but these errors were encountered: