Hi --
Just installed Bugzilla on a Windows Server. It is backed my MySQL and Apache. It relies on Strawberry Perl.
I am seeing errors to this effect in the apache log file:
Bugzilla.pm: sysread() is deprecated on :utf8 handles at C:/Strawberry/perl/site/lib/File/Slurp.pm line 225.: C:/bugzilla/index.cgi
There are many permutations of this error in the log, tracing to line 225. In the descriptions I have found, an exception is thrown in Slurp. I do not have a good feeling about the consequences of that.
I have installed File-Slurp v9999.13.
Any suggestions for what I could do to remedy this? I thought I could work-around by requesting to not use UTF-8, but it says I cannot change it since the database is MySQL.
Thanks,
>Per
Hi Thorsten --
>> I have installed File-Slurp v9999.13.
>
>Are you sure about the version? .13 is from 2008 and I don't see a
>sysread in the mentioned line in there. Line 221 is the following
>instead:
You are correct. The line from checksetup.pl says:
Checking for File-Slurp (v9999.13) ok: found v9999.19
So it would appear as if I am using .19. That version is also what comes out as the File-Slurp version from CPAN. Not sure if any of these alternatives would work instead?
cpan> i /File-Slurp/
Database was generated on Thu, 21 Jul 2016 15:17:08 GMT
Distribution LEONT/File-Slurp-Tiny-0.004.tar.gz
Distribution LEONT/File-Slurper-0.008.tar.gz
Distribution MUIR/modules/File-Slurp-Remote-0.44.tar.gz
Distribution RCLAMP/File-Slurp-Tree-1.24.tar.gz
Distribution SHARYANTO/File-Slurp-Shortcuts-0.05.tar.gz
Distribution URI/File-Slurp-9999.19.tar.gz
6 items found
cpan>
Regards,
>Per