http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13431|0 |1 is obsolete| | --- Comment #184 from Jonathan Druart <[email protected]> --- Created attachment 13509 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13509&action=edit Bug 7167: Add .pl and .sql examples (In reply to comment #183) > Mystery solved! > > C4/Auth.pm line 588 must also have the correct version set. After I > corrected this line, I was correctly redirected to the webinstaller for the > dummy update using the old system. Oops yes, sorry. I completly forgot it! > That leaves only the issue with the "complext" SQL file example to resolve. I don't understand how this could have worked. The routine C4::Update::Database::execute just runs a dbh->do. The parameter must not contain 2 queries (separated by a semi-colon). So I repropose these files without this test, as it doesn't add many value. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
