Bug 15031

Summary: PLACK looping installer
Product: Koha Reporter: Nick Clemens <nick>
Component: Installation and upgrade (web-based installer)Assignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, tomascohen
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15019
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Nick Clemens 2015-10-19 19:28:47 UTC
Running the Ansible-kohadev with plack

Did a git pull.  Was able to keep testing for a while, then was kicked into installer (after closing an invoice)

Installer kept looping me back through, never performing update.

Disabled plack and update went through.
Comment 1 Tomás Cohen Arazi 2015-10-20 22:54:08 UTC
This is fixed by bug 14778. If you look at the plack logs, you will notice it says "MySQL server has gone away" which is the root cause of Koha redirecting to the installer.

Please test against master+14778

*** This bug has been marked as a duplicate of bug 14778 ***