Download & Extend

ERROR 1067 (42000) at line 3: Invalid default value for 'as_number'

Project:IP to Country
Version:4.7.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:sugree
Status:closed (fixed)

Issue Summary

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 ,

fagioli.biz - web services

Comments

#1

Assigned to:Anonymous» sugree

I think it should be fixed in CVS. Please try to get the latest dev version.

#2

Status:active» closed (fixed)

closing due to inactivity + I do not maintain the 4.x version anymore.