Summary: | Tools>HTML customizations Error 500 | ||
---|---|---|---|
Product: | Koha | Reporter: | Vivek <vivek.yadava> |
Component: | Staff interface | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt |
Version: | 24.05 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | Error |
Description
Vivek
2024-07-17 01:00:41 UTC
Running below command shows the following errors; perl -c /usr/share/koha/intranet/cgi-bin/tools/additional-contents.pl unable to locate Koha configuration file koha-conf.xml at /usr/share/koha/lib/C4/Context.pm line 171. Use of uninitialized value in subroutine entry at /usr/share/perl5/Module/Find.pm line 204. Use of uninitialized value in subroutine entry at /usr/share/perl5/Module/Find.pm line 204. unable to locate Koha configuration file koha-conf.xml at /usr/share/koha/lib/C4/Context.pm line 171. Use of uninitialized value $file in exists at /usr/share/koha/lib/Koha/Config.pm line 78. Use of uninitialized value $file in hash element at /usr/share/koha/lib/Koha/Config.pm line 79. Use of uninitialized value $file in hash element at /usr/share/koha/lib/Koha/Config.pm line 82. Use of uninitialized value $file in exists at /usr/share/koha/lib/Koha/Config.pm line 78. Use of uninitialized value $file in hash element at /usr/share/koha/lib/Koha/Config.pm line 82. unable to locate Koha configuration file koha-conf.xml at /usr/share/koha/lib/C4/Context.pm line 171. /usr/share/koha/intranet/cgi-bin/tools/additional-contents.pl syntax OK Please advice how this issue can be resolved. You can't see the error by running perl -c. The correct way to extract the error from the sytem logs is: tail -f /var/log/koha/name_of_instance/*.log and then hit the page in your browser. |