bibliotecakoha@bibliotecakoha-desktop:/usr/share/koha/intranet/cgi-bin$ sudo ls -l total 108 -rw-r--r-- 1 bibliotecakoha bibliotecakoha 3635 2010-02-16 13:23 about.pl drwxr-xr-x 2 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 acqui drwxr-xr-x 2 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 admin drwxr-xr-x 2 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 authorities drwxr-xr-x 2 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 catalogue drwxr-xr-x 3 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 cataloguing -rw-r--r-- 1 bibliotecakoha bibliotecakoha 992 2009-10-20 11:01 changelanguage.pl drwxr-xr-x 2 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 circ -rw-r--r-- 1 bibliotecakoha bibliotecakoha 3749 2009-10-20 11:01 edithelp.pl drwxr-xr-x 2 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 errors -rw-r--r-- 1 bibliotecakoha bibliotecakoha 1919 2009-10-20 11:01 help.pl drwxr-xr-x 3 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 installer -rw-r--r-- 1 bibliotecakoha bibliotecakoha 659 2010-05-15 00:51 kohaversion.pl drwxr-xr-x 2 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 labels -rw-r--r-- 1 bibliotecakoha bibliotecakoha 1894 2009-10-20 11:01 mainpage.pl drwxr-xr-x 2 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 members drwxr-xr-x 2 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 offline_circ drwxr-xr-x 2 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 reports drwxr-xr-x 2 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 reserve drwxr-xr-x 2 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 reviews drwxr-xr-x 2 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 serials drwxr-xr-x 2 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 sms drwxr-xr-x 2 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 suggestion drwxr-xr-x 2 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 svc drwxr-xr-x 2 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 tags drwxr-xr-x 3 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 tools drwxr-xr-x 2 bibliotecakoha bibliotecakoha 4096 2010-06-03 00:28 virtualshelves bibliotecakoha@bibliotecakoha-desktop:/usr/share/koha/intranet/cgi-bin$ 2010/10/13 Chris Cormack <chris@bigballofwax.co.nz>
On 14 October 2010 02:02, Tomas Cohen Arazi <tomascohen@gmail.com> wrote:
On Wed, Oct 13, 2010 at 9:59 AM, Chris Cormack <chris@bigballofwax.co.nz> wrote:
On 14 October 2010 01:03, Hugo Rodrigues <hugoseixasr@gmail.com> wrote:
Cris, I installed the module but my 500 error continues. Even after reboot. I think the system is already messed up beyond repair...
We now have two systems, one with the upgraded koha (but messed up due to our "interventions" and another one were we tried to restore the system by replacing the directories with the backup ones (our IT guy thought this was enough) Can you help here?
Thank you very much for the help!
Is the backup one erroring as well? What is the actual error if you look in the apache error logs?
[Tue Oct 12 06:42:22 2010] [error] [client 127.0.1.1] Premature end of script headers: mainpage.pl [Tue Oct 12 06:42:22 2010] [error] [client 127.0.1.1] (13)Permission denied: exec of '/usr/share/koha/intranet/cgi-bin/errors/500.pl' failed [Tue Oct 12 06:42:22 2010] [error] [client 127.0.1.1] Premature end of script headers: 500.pl [Tue Oct 12 06:42:25 2010] [error] [client 127.0.1.1] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico [Tue Oct 12 06:42:25 2010] [error] [client 127.0.1.1] (13)Permission denied: exec of '/usr/share/koha/intranet/cgi-bin/errors/404.pl' failed [Tue Oct 12 06:42:25 2010] [error] [client 127.0.1.1] Premature end of script headers: 404.pl
Ohh sounds to me a lot like permission errors, do an ls -l in
/usr/share/koha/intranet/cgi-bin/
It sounds to me like they arent set to executable
Chris