Anonymous | Login | 2024-11-22 04:09 EST |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
0001266 | PacketFence | captive portal | public | 2011-09-12 10:29 | 2011-10-24 20:24 | |||
Reporter | obilodeau | |||||||
Assigned To | obilodeau | |||||||
Priority | normal | Severity | minor | Reproducibility | always | |||
Status | closed | Resolution | fixed | |||||
Platform | Linux | OS | RHEL / CentOS | OS Version | 5 | |||
Product Version | ||||||||
Target Version | 3.0.0 | Fixed in Version | 3.0.0 | |||||
Summary | 0001266: A ton of perl warnings in the apache error logs | |||||||
Description | Since we added a global ErrorLog statement in the apache config (revno: d6eed242e68ce97e624724d65259bb12302697cb), I start seeing a lot of warnings going out in the error_log file. Stuff like:...WIRED_MAC_AUTH redefined at /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/ModPerl/Util.pm line 69. Prototype mismatch: sub ModPerl::ROOT::ModPerl::PerlRun::usr_local_pf_html_captive_2dportal_register_2ecgi::INSTALL_DIR: none vs () at /usr/lib/perl5/5.8.8/constant.pm line 103 (0000002) (S prototype) The subroutine being declared or defined had previously been declared or defined with a different function prototype. Lots of constant redefinitions, prototype mismatchs. Most of them seems caused by mod_perl and PerlRun mode of operation running into each other as some modules already in memory are use'd again. I want this fixed before we get a lot of reports that stuff is broken (even if it's not). | |||||||
Tags | No tags attached. | |||||||
fixed in git revision | ||||||||
fixed in mtn revision | 847404ba89e8cd5996a817ad1fe2d234b43e8da1 | |||||||
Attached Files | ||||||||
Notes | |
(0002196) obilodeau (reporter) 2011-09-12 13:36 |
Fixed by both revno 575978a7e6bf6724d6d00aae9f217ddc6bf6ec62 and revno 847404ba89e8cd5996a817ad1fe2d234b43e8da1. Quite an intrusive fix: migrated all constants into Readonly style constants. They are lexically scoped and are probably removed cleanly by mod_perl PerlRun's cleanup mechanism. |
(0002233) obilodeau (reporter) 2011-09-21 22:15 |
fix released in 3.0 |
Issue History | |||
Date Modified | Username | Field | Change |
2011-09-12 10:29 | obilodeau | New Issue | |
2011-09-12 13:36 | obilodeau | mtn revision | => 847404ba89e8cd5996a817ad1fe2d234b43e8da1 |
2011-09-12 13:36 | obilodeau | Note Added: 0002196 | |
2011-09-12 13:36 | obilodeau | Status | new => resolved |
2011-09-12 13:36 | obilodeau | Fixed in Version | => trunk |
2011-09-12 13:36 | obilodeau | Resolution | open => fixed |
2011-09-12 13:36 | obilodeau | Assigned To | => obilodeau |
2011-09-21 22:07 | obilodeau | Fixed in Version | trunk => 3.0.0 |
2011-09-21 22:15 | obilodeau | Note Added: 0002233 | |
2011-09-21 22:16 | obilodeau | Status | resolved => closed |
2011-10-24 20:24 | obilodeau | Target Version | +1 => 3.0.0 |
Copyright © 2000 - 2012 MantisBT Group |