Re: [Koha] Bug in mainpage.pl?

2015-07-22 Thread Angel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 El 21/07/15 a las 16:34, Bob Ewart escribió: The latest version of CGI puts out that warning every time a statement of the form $xxx = $cgi-param('yyy); is executed. It should be changed to $xxx = scalar $cgi-param('yyy'); and exists throughout

Re: [Koha] Bug in mainpage.pl?

2015-07-21 Thread Mark Tompsett
Greetings, Many of those errors, I have been working on submitting patches as I run into them in areas I am working on. As the other response said they aren't a significant concern, except for floody logs (which I thoroughly deplore and aim to fix every chance I encounter them while working).

[Koha] Bug in mainpage.pl?

2015-07-21 Thread Angel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello all. I've just installed kohan on Debian Jessie, I'm testing and configuring, sometimes I get screen warning to not connect to server. In intranet-error.log I can see errors in cgi: search.pl: CGI::param called in list context from package

Re: [Koha] Bug in mainpage.pl?

2015-07-21 Thread Bob Ewart
The latest version of CGI puts out that warning every time a statement of the form $xxx = $cgi-param('yyy); is executed. It should be changed to $xxx = scalar $cgi-param('yyy'); and exists throughout Koha. My koha-opac-error_log currently contains about 1M of the warnings. It doesn't hurt