http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167
--- Comment #183 from Chris Nighswonger <[email protected]> --- (In reply to comment #182) > (In reply to comment #181) > > (In reply to comment #180) > > > 4. installer/install.pl line 323 is "my $koha39 = "3.0900066";" > > > > > > I am still not redirected to the webinstaller to run updatedatabase.pl. > > > > Checking if you need to updatedatabase cost much more than previously, so > > it's done only on mainpage.pl > > Could it be because you're not looking at mainpage.pl ? > > Navigating directly to cgi-bin/koha/mainpage.pl does not redirect me to the > webinstaller. > > Interestingly enough: adding a 'die' at 322 in installer/install.pl has no > effect, so it appears that we're never getting to that block of code. > > I'll look somemore. 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. That leaves only the issue with the "complext" SQL file example to resolve. -- 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/
