https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37711

David Cook <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA

--- Comment #58 from David Cook <[email protected]> ---
Oh... but then that got me thinking...

If you apply the patches, restart Koha, but then rely on the web installer...
this won't work. 

Going to http://localhost:8081/ will yield a 500 error with the following in
the plack-error.log:

Template process failed: undef error -
DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st
execute failed: Unknown column 'domains.auto_register_opac' in 'field list' at
/kohadevbox/koha/Koha/Objects.pm line 319
Template process failed: undef error -
DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st
execute failed: Unknown column 'domains.auto_register_opac' in 'field list' at
/kohadevbox/koha/Koha/Objects.pm line 319

--

While the Debian packages are the preferred way to go, I think that we are
still supporting the web installer, and these patches would break the web
installer it seems.

The only solution I can think of would be to change "use
Koha::Auth::Identity::Providers;" to "require Koha::Auth::Identity::Providers;"
and move it into the try/catch block with
"Koha::Auth::Identity::Providers->search". 

When using the web installer, it would fail, but it should fail gracefully.
Gracefully in the sense that they're able to complete the web installer and
maybe have a message saying they need to restart for the upgraded libraries to
come into effect.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to