[Koha-devel] 2.2.7-installer problems

Dorian Meid dnmeid at gmx.de
Sat Mar 3 02:03:05 CET 2007


Am 03.03.2007 um 01:06 schrieb Dorian Meid:

>
> ERROR 1064 (42000) at line 772: You have an error in your SQL  
> syntax; check the manual that corresponds to your MySQL server  
> version for the right syntax to use near 'return char(4) default NULL,
>   renewals tinyint(4) default NULL,
>   timestamp tim' at line 9
>

Found the bug:
It's in the koha.mysql, line 780

it is:
   return char(4) default NULL,

and should be:
   `return` char(4) default NULL,

since "return" is a key-word in mysql.
Who will fix it in cvs?

Dorian Meid









More information about the Koha-devel mailing list