D DaiMinzz Member Aug 7, 2011 52 1 Nov 25, 2011 #1 Hi all, i have a error on the cms it says: Database Error Field 'ip_last' doesn't have a default value how to fix it?
Hi all, i have a error on the cms it says: Database Error Field 'ip_last' doesn't have a default value how to fix it?
E enet Member Oct 28, 2011 36 2 Nov 25, 2011 #2 Go into the structure of your database and edit the ip_last column and set 127.0.0.1 to it's default value. Upvote 0 Downvote
Go into the structure of your database and edit the ip_last column and set 127.0.0.1 to it's default value.
D DaiMinzz Member Aug 7, 2011 52 1 Nov 26, 2011 Thread starter #3 enet said: Go into the structure of your database and edit the ip_last column and set 127.0.0.1 to it's default value. Click to expand... there is no ip_last in the database. Upvote 0 Downvote
enet said: Go into the structure of your database and edit the ip_last column and set 127.0.0.1 to it's default value. Click to expand... there is no ip_last in the database.
E enet Member Oct 28, 2011 36 2 Nov 26, 2011 #4 Code: ALTER TABLE `USERS` ADD `ip_last` varchar(120) NOT NULL Run that query Upvote 0 Downvote