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
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 ,

fagioli.biz - web services

#1

sugree - April 11, 2007 - 04:03
Assigned to:Anonymous» sugree

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

#2

mrfelton - March 7, 2009 - 12:08
Status:active» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.