Field 'auth_ticket' doesn't have a default value

idfk

Member
Oct 6, 2011
232
10
Go to users in your sql and click file->design table->go to auth-ticket
name: auth_ticket type: text Length: 0 Decimals: 0Allow_null: Leave it Character Set: latin1 Collation: latin1_swedish_ci

That should fix it
 

TinyBuilder

Bike ✔
Mar 19, 2012
717
66
Go to users in your sql and click file->design table->go to auth-ticket
name: auth_ticket type: text Length: 0 Decimals: 0Allow_null: Leave it Character Set:latin1 Collation: latin1_swedish_ci

That should fix it

That's not the correct step. The type must be Varchar and Length must be 50.
 

Users who are viewing this thread

Top