https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37978
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Victor Grousset/tuxayo <[email protected]> --- > Middleware/CSRF.pm in error logs. The timestamps of the errors don't seem relevant. It might just a bot/crawler scanning webserver and having found your koha instance and making these weird CONNECT request. That are blocked early and verbosely since Bug 36863 Anyway, the suspicious things might rather be these > [Tue Oct 01 09:00:17.923588 2024] [cgi:error] [pid 3494:tid 3494] [client > 192.168.1.254:58900] AH01215: stderr from > /usr/share/koha/intranet/cgi-bin/tools/upload-cover-image.pl: Use of > uninitialized value $name in index at > /usr/lib/x86_64-linux-gnu/perl-base/Symbol.pm line 42., referer: > http://intra.atpf.gr:8080/cgi-bin/koha/tools/upload-cover-image.pl?itemnumber=3269&filetype=image > [Tue Oct 01 09:00:17.924077 2024] [cgi:error] [pid 3494:tid 3494] [client > 192.168.1.254:58900] AH01215: stderr from > /usr/share/koha/intranet/cgi-bin/tools/upload-cover-image.pl: Use of > uninitialized value $name in index at > /usr/lib/x86_64-linux-gnu/perl-base/Symbol.pm line 42., referer: > http://intra.atpf.gr:8080/cgi-bin/koha/tools/upload-cover-image.pl?itemnumber=3269&filetype=image > [Tue Oct 01 09:00:17.924283 2024] [cgi:error] [pid 3494:tid 3494] [client > 192.168.1.254:58900] AH01215: stderr from > /usr/share/koha/intranet/cgi-bin/tools/upload-cover-image.pl: Use of > uninitialized value $name in pattern match (m//) at > /usr/lib/x86_64-linux-gnu/perl-base/Symbol.pm line 45., referer: > http://intra.atpf.gr:8080/cgi-bin/koha/tools/upload-cover-image.pl?itemnumber=3269&filetype=image > [Tue Oct 01 09:00:17.924477 2024] [cgi:error] [pid 3494:tid 3494] [client > 192.168.1.254:58900] AH01215: stderr from > /usr/share/koha/intranet/cgi-bin/tools/upload-cover-image.pl: Use of > uninitialized value $name in hash element at > /usr/lib/x86_64-linux-gnu/perl-base/Symbol.pm line 45., referer: > http://intra.atpf.gr:8080/cgi-bin/koha/tools/upload-cover-image.pl?itemnumber=3269&filetype=image > [Tue Oct 01 09:00:17.924693 2024] [cgi:error] [pid 3494:tid 3494] [client > 192.168.1.254:58900] AH01215: stderr from > /usr/share/koha/intranet/cgi-bin/tools/upload-cover-image.pl: Use of > uninitialized value $pkg in concatenation (.) or string at > /usr/lib/x86_64-linux-gnu/perl-base/Symbol.pm line 53., referer: > http://intra.atpf.gr:8080/cgi-bin/koha/tools/upload-cover-image.pl?itemnumber=3269&filetype=image > [Tue Oct 01 09:00:17.924937 2024] [cgi:error] [pid 3494:tid 3494] [client > 192.168.1.254:58900] AH01215: stderr from > /usr/share/koha/intranet/cgi-bin/tools/upload-cover-image.pl: Use of > uninitialized value $name in concatenation (.) or string at > /usr/lib/x86_64-linux-gnu/perl-base/Symbol.pm line 53., referer: > http://intra.atpf.gr:8080/cgi-bin/koha/tools/upload-cover-image.pl?itemnumber=3269&filetype=image > [Tue Oct 01 09:00:17.925119 2024] [cgi:error] [pid 3494:tid 3494] [client > 192.168.1.254:58900] AH01215: stderr from > /usr/share/koha/intranet/cgi-bin/tools/upload-cover-image.pl: not found: No > such file or directory at /usr/lib/x86_64-linux-gnu/perl5/5.36/GD/Image.pm > line 100., referer: > http://intra.atpf.gr:8080/cgi-bin/koha/tools/upload-cover-image.pl?itemnumber=3269&filetype=image > [Tue Oct 01 09:00:18.057414 2024] [cgi:error] [pid 3494:tid 3494] [client > 192.168.1.254:58900] End of script output before headers: > upload-cover-image.pl, referer: > http://intra.atpf.gr:8080/cgi-bin/koha/tools/upload-cover-image.pl?itemnumber=3269&filetype=image Some missing config about the directory path for uploads? In my koha-conf.xml i have <upload_path>/var/lib/koha/kohadev/uploads</upload_path> And switching from an old install without plack (if that's what happened) might lead to a different koha-conf.xml used and a wrong value for <upload_path> In a Debian or Ubuntu Koha install via packages, I thing it's supposed to be in /etc/koha/sites/MY_KOHA_INSTANCE_NAME/koha-conf.xml -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
