http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3608 Summary: Install from scratch, file uploading errors [BibLibre coderun] Product: Koha Version: rel_3_2 Platform: PC OS/Version: All Status: NEW Severity: blocker Priority: P5 Component: Installation (web-based installer) AssignedTo: henridamien@koha-fr.org ReportedBy: paul.poulain@biblibre.com Estimated Hours: 0.0 Change sponsored?: --- Install from scratch. Choosing english, UNIMARC and selecting everything in "populating DB". I get the following errors: # sample_notices.sql ERROR 2005 (HY000) at line 1: Unknown MySQL server host 'to' (1) # sysprefs.sql ERROR 1064 (42000) at line 265: 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 'INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES' at line 2 # userpermissions.sql ERROR 1064 (42000) at line 1: 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 '(11, 'vendors_manage', 'Manage vendors'), (11, 'contracts_manage', 'Manage co' at line 21 # sample_notices_message_transports.sql ERROR 1452 (23000) at line 1: Cannot add or update a child row: a foreign key constraint fails (`koha_CodeRunBase/message_transports`, CONSTRAINT `message_transports_ibfk_3` FOREIGN KEY (`letter_module`, `letter_code`) REFERENCES `letter` (`module`, `code`) ON DELETE CASCADE ON UPDATE CA) -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.