krez1
1
Can someone explain me why i keep getting this error? also my position on server isnt saving.
schwim
2
The position columns structure is too small to fit the players position. Make it 250 long and it will quit throwing errors.
krez1
3
it helped but now im getting these 2 errors
[ERROR] [MySQL] [esplugin_mysql] An error happens on MySQL for query “[object Object]”: ER_WARN_DATA_OUT_OF_RANGE: Out of range value for column ‘money’ at row 1
This too
schwim
4
Looks to me like you failed to insert the SQL for gc_phone and your user tables money column is too small to handle the money being added to it.
krez1
5
Now its fixed but i have another fuck*** error.
[ERROR] [MySQL] [esc_vehicleshop] An error happens on MySQL for query “[object Object]”: ER_NO_DEFAULT_FOR_FIELD: Field ‘job’ doesn’t have a default value
schwim
6
Add a default value of unemployed to the job column on the owned_vehicles column.
1 Like