Can someone explain me why i keep getting this error? also my position on server isnt saving.

The position columns structure is too small to fit the players position. Make it 250 long and it will quit throwing errors.

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

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.

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

Add a default value of unemployed to the job column on the owned_vehicles column.

1 Like