Hi All, I need to implement common error handling page in KOHA. The scenario is like , if we got an error which displays the folder structure see for example *"usr/share/koha/intranet/cgi-bin/tools/batch_delete_records.pl <http://batch_delete_records.pl> line 91". *Folder structure error message might be the security flaw of our application. Is it possible to redirect it to a common page whenever this scenario occurs? Kindly help me out to resolve this. Thanks & Regards, Rejeesh K.Nair m: +91 (0) 9495316906 e: rejeeshknair@gmail.com <https://www.facebook.com/rejeeshnairk> <https://twitter.com/rejeeshknair> <http://in.linkedin.com/in/rejeeshknair> <https://www.instagram.com/rejeeshknair/>
Rajeesh, Perl errors are logged -- If you're on a package site running plack, the errors will be in /var/log/koha/<instance>/plack-error.log. If you're running a package site not on plack, look in /var/log/koha/<instance>/intranet-error.log. If you're running git, try sudo grep ErrorLog /etc/apache2/sites-enabled/*.conf ... this should point you to the correct file. On Wed, Feb 1, 2017 at 12:59 AM, Rejeesh K.Nair <rejeeshknair@gmail.com> wrote:
Hi All,
I need to implement common error handling page in KOHA.
The scenario is like , if we got an error which displays the folder structure see for example *"usr/share/koha/intranet/cgi-bin/tools/batch_delete_records.pl <http://batch_delete_records.pl> line 91". *Folder structure error message might be the security flaw of our application.
Is it possible to redirect it to a common page whenever this scenario occurs? Kindly help me out to resolve this.
Thanks & Regards,
Rejeesh K.Nair m: +91 (0) 9495316906 e: rejeeshknair@gmail.com <https://www.facebook.com/rejeeshnairk> <https://twitter.com/rejeeshknair> <http://in.linkedin.com/in/rejeeshknair> <https://www.instagram.com/rejeeshknair/> _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Barton Chittenden -
Rejeesh K.Nair