24 May
2016
24 May
'16
4:25 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.