ERROR 1067 (42000) at line 3: Invalid default value for 'as_number'
augustofagioli - April 10, 2007 - 04:31
| Project: | IP to Country |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | sugree |
| Status: | closed |
Jump to:
Description
To solve the error
ERROR 1067 (42000) at line 3: Invalid default value for 'as_number' ,
change fetchdb.sh:20
from
as_number int(10) NOT NULL default '' ,
to
as_number int(10) NOT NULL default 0 ,

#1
I think it should be fixed in CVS. Please try to get the latest dev version.
#2
closing due to inactivity + I do not maintain the 4.x version anymore.