|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
3.0rc1 -- index.cgi: Use of uninitialized value in substitution(s///) at (eval 38) line 44
Just setup Bugzilla 3.0rc1 with Perl 5.8.8 and MySQL 4.1.22 on Windows 2003
Server and IIS-6. The checksetup.pl output is shown at the bottom of this message. Prior to login this is displayed at the top of the page -- index.cgi: Use of uninitialized value in substitution (s///) at (eval 38) line 44. After logout this appears at the top of the page -- relogin.cgi: Use of uninitialized value in substitution (s///) at (eval 43) line 44. While editing a user it shows -- editusers.cgi: Attempt to free unreferenced scalar: SV 0x2742f08, Perl interpreter: 0x215f6c at Bugzilla/Token.pm line 369. Have run in to a few others like these but don't remember exactly where at this moment. Any suggestions or solutions to clear these up? checksetup.pl reports -- * This is Bugzilla 3.0rc1 on perl 5.8.8 * Running on Win2003 Build 3790 (Service Pack 1) Checking perl modules Checking for CGI (v2.93) ok: found v3.20 Checking for TimeDate (v2.21) ok: found v2.22 Checking for DBI (v1.41) ok: found v1.54 Checking for PathTools (v0.84) ok: found v3.12 Checking for Template-Toolkit (v2.12) ok: found v2.18 Checking for Email-Send (v2.16) ok: found v2.181 Checking for Email-MIME-Modifier (any) ok: found v1.440 Checking available perl DBD modules Checking for DBD-Pg (v1.45) not found Checking for DBD-mysql (v2.9003) ok: found v3.0002 The following Perl modules are optional: Checking for GD (v1.20) ok: found v2.35 Checking for Template-GD (any) ok: found v1.56 Checking for Chart (v1.0) ok: found v2.3 Checking for GDGraph (any) ok: found v1.4308 Checking for GDTextUtil (any) ok: found v0.86 Checking for XML-Twig (any) ok: found v3.26 Checking for MIME-tools (v5.406) ok: found v5.417 Checking for libwww-perl (any) ok: found v2.033 Checking for PatchReader (v0.9.4) ok: found v0.9.5 Checking for PerlMagick (any) not found Checking for perl-ldap (any) not found Checking for SAP-Lite (any) ok: found v0.55 Checking for HTML-Parser (v3.40) ok: found v3.56 Checking for HTML-Scrubber (any) ok: found v0.08 Checking for Email-MIME-Attachment-Stripper (any) ok: found v1.3 Checking for Email-Reply (any) ok: found v1.200 Checking for mod_perl (v1.999022) not found Checking for CGI (v3.11) ok: found v3.20 Checking for Apache-DBI (v0.96) not found support-bugzilla mailing list support-bugzilla (AT) lists (DOT) mozilla.org PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply. |
|
#2
|
|||
|
|||
|
Hi Todd,
In regards to your receiving the error [Use of uninitialized value in substitution (s///) at (eval 38) line 44.] I was getting the same errors. Eventually I edited the .cgi for both relogin and index. #!/usr/bin/perl -wT Just change the "w" to "X" to suppress that warning. (-w = warnings enabled) (-X = warnings suppressed) Hope that helps, Unca Ghrys |
![]() |
| Viewing: Web Development Archives > Mailing Lists > Mozilla > 3.0rc1 -- index.cgi: Use of uninitialized value in substitution(s///) at (eval 38) line 44 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|