On Thu, Feb 5, 2009 at 1:55 PM, Robert Soulliere < [email protected]> wrote:
> I recently upgraded to 1.4.0.1 for the server and staff client. > Everything is working except when I try to go into the batch > import/export module, the system hangs. The progress bar appears > indicating that it is trying to load, but nothing happens. > > Any ideas where to look for troubleshooting? Hi Robert, This could be an issue with the Evergreen built-in web authentication proxy. If you want to test that, comment-out the Perl proxy handler in /etc/apache2/eg_vhost.conf. In the section for <LocationMatch /vandelay.*xml> Comment out the proxy code and restart Apache: ... # SetHandler perl-script # PerlSetVar OILSProxyTitle "Vandelay Login" # PerlSetVar OILSProxyDescription "Please log in to import MARC records" # PerlSetVar OILSProxyPermissions "IMPORT_MARC" # PerlHandler OpenILS::WWW::Proxy # Options +ExecCGI # PerlSendHeader On ... Disabling this proxy does not reduce security, it just makes it more difficult to use Vandelay from a browser. -b -- Bill Erickson | VP, Software Development & Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [email protected] | web: http://esilibrary.com
