Register page: Field 'web_ip' doesn't have a default value?

05/27/2017 22:51 MalyAvisek#1
Hello,

Does anyone know, how to fix error: Field 'web_ip' doesn't have a default value?

Thank you!
05/27/2017 23:23 xSincex#2
give "web_ip" a value maybe? it cant be NULL or empty thats why the error occurs.

Btw what are you try to do ? Create an account directly per navicat? if yes then just type something inside "web_ip" that should work.
05/27/2017 23:33 MalyAvisek#3
No, using php at website :)

But, when i set default value for web_ip, problem is same..
[Only registered and activated users can see links. Click Here To Register...]
05/28/2017 02:28 xSincex#4
Hmm... did you try to type 127.0.0.1 as a default value? I always took 127.0.0.1 ^^

But shouldn't the script handle this normaly?
05/28/2017 12:09 bigfish95#5
Go to account -> account -> design table -> find web_IP -> make default 0

:)