Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.0b4

Bug #8658 Notice: Undefined property: _modeNameSeq in Upload.php on line 860
Submitted: 2006-09-07 18:13 UTC
From: s dot kornev at gmail dot com Assigned: wenz
Status: Closed Package: HTTP_Upload (version CVS)
PHP Version: 4.3.0 OS: WinXP
Roadmaps: (Not assigned)    
Subscription  


 [2006-09-07 18:13 UTC] s dot kornev at gmail dot com (Sergei)
Description: ------------ After upload, getting Notice: Undefined property: _modeNameSeq in Upload.php on line 860 To patch this notice, init array $_modeNameSeq in HTTP_Upload_File class HTTP_Upload_File extends HTTP_Upload_Error { var $_modeNameSeq = array( 'flag' => false, 'prepend' => '', 'append' => '', ); ......... }

Comments

 [2006-09-08 05:55 UTC] wenz (Christian Wenz)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better. applied a different fix, need to talk to the others about moving the initialization (I faintly remember there was a good reasons of putting it where it is). Does the fix work on your testcase?