[Bug 13669] Web installer fails to load sample data on MySQL 5.6+
24 May
2016
24 May
'16
12:55 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13669 --- Comment #53 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Mmm, we have a problem :( RunSQL prints loads of 'warnings', they are catched and treated as errors because they go to stderr. RunSQL have this line 261 } elsif( 0 < $sth->{NUM_OF_FIELDS} ) { but $sth from execute can have that parameter undef for create/delete, and that seems to be the case, not an error but a warning. Now we can't install, even on MySQL < 5.7 !! Can we revert (in another Bug) to something similar to my error treatment? Displayed errors where not as fancy, but worked. -- You are receiving this mail because: You are watching all bug changes.
3708
Age (days ago)
3708
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla-daemon@bugs.koha-community.org