[Koha-bugs] [Bug 15032] Plack testing -- Stage MARC records for import -- Internal Server Error/Stalled Staged Import

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 26 18:27:44 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |In Discussion

--- Comment #11 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
The last patch fixes the popup with not the internal server error.
I only get the error with a kohadevbox install, using a dev install and my "old
Plack config", everything works fine with this patch.

My "old Plack config" is:


INTRANET=1 INTRANETDIR=/home/koha/src plackup --reload --port 5001
$HOME/src/misc/plack/koha.psgi -E deployment


Apache config:
    <Proxy>
      Order deny,allow
      Allow from 127.0.0.1,localhost
    </Proxy>
    <location /cgi-bin/koha/>
      ProxyPass http://localhost:5001/cgi-bin/koha/
    </location>

% INTRANET=1 INTRANETDIR=/home/koha/src plackup --reload --port 5001
$HOME/src/misc/plack/koha.psgi -E deployment


service apache2 restart

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list