UberCMS has encountered an error
Field 'Weights' doesn't have a default value
But weights is already in users?
Printable View
UberCMS has encountered an error
Field 'Weights' doesn't have a default value
But weights is already in users?
Go to your structure in the database and edit it and add a default value (0)
It already is 0 i tried that any other solution?
You have to set a default value appropriate to the field type. Besides that error comes directly from MySQL not UberCMS (I highly doubt he'd waste his time coding error messages that MySQL could spit out), so either you're doing something wrong, or you just need to restart MySQL, but if you don't have a default value setup your next bet is to either get rid of the (possibly?) unused field, or to make PHP insert some data into said field.