Koha MYSQL database install errors on Deb
The installer is giving me the following errors and not installing koha.items or koha.systempreferences (but as far as I can tell...it is installing everything else.) 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 An issue with mysql 5? DBD::mysql::st execute failed: Table 'Koha.items' doesn't exist at scripts/updater/updatedatabase line 2047.DBD::mysql::st fetchrow failed: fetch() without execute() at scripts/updater/updatedatabase line 2049. DBD::mysql::st execute failed: Table 'Koha.systempreferences' doesn't exist at scripts/updater/updatedatabase line 2130.DBD::mysql::st execute failed: Table 'Koha.systempreferences' doesn't exist at scripts/updater/updatedatabase line 2138.DBD::mysql::st execute failed: Table 'Koha.systempreferences' doesn't exist at scripts/updater/updatedatabase line 2138. as for gcrypt I managed to find it...figure that deb would add the version number to the package. Matt And all I got was this lousy thing _________________________________________________________________ Can you find the hidden words? Take a break and play Seekadoo! http://club.live.com/seekadoo.aspx?icid=seek_wlmailtextlink
Matthew Stockfleth <mstockfleth@hotmail.com> wrote:
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
An issue with mysql 5?
Yes, but that one's fixed in koha-2.2.9 as far as I can see from http://cvs.savannah.nongnu.org/viewvc/koha/misc/koha.mysql?root=koha&r1=1.10.2.1.6.1&r2=1.10.2.1.6.2&pathrev=R_2-2-9 so you shouldn't be having that problem. You are installing koha-2.2.9, aren't you? Download it from http://www.koha.org/download/ Best wishes, -- MJ Ray - see/vidu http://mjr.towers.org.uk/email.html Experienced webmaster-developers for hire http://www.ttllp.co.uk/ Also: statistician, sysadmin, online shop builder, workers co-op. Writing on koha, debian, sat TV, Kewstoke http://mjr.towers.org.uk/
participants (2)
-
Matthew Stockfleth -
MJ Ray