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

Bug #11028 Post Install shows numerous empty variables errors.
Submitted: 2007-05-13 23:01 UTC
From: scottfurry Assigned: tias
Status: Closed Package: PEAR_Frontend_Web (version 0.6.1)
PHP Version: 5.2.1 OS: WinXP SP2
Roadmaps: 0.7.0    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 26 - 4 = ?

 
 [2007-05-13 23:01 UTC] scottfurry (Scott Furry)
Description: ------------ Using Apache 2.2.4 Running web frontend for first time produces stream of undefined variable errors (missing package?). ( ! ) Notice: Undefined variable: title in C:\Programming\PHP5\PEAR\PEAR\Frontend\Web.php on line 1895 Call Stack # Time Memory Function Location 1 0.0007 62512 {main}( ) ..(null):0 2 0.0083 450000 require_once( 'C:\Programming\PHP5\PEAR\PEAR\WebInstaller.php' ) ..(null):52 3 0.1028 3529776 PEAR_Frontend_Web->outputBegin( ) ..(null):201 ( ! ) Notice: Undefined variable: icon in C:\Programming\PHP5\PEAR\PEAR\Frontend\Web.php on line 1901 Call Stack # Time Memory Function Location 1 0.0007 62512 {main}( ) ..(null):0 2 0.0083 450000 require_once( 'C:\Programming\PHP5\PEAR\PEAR\WebInstaller.php' ) ..(null):52 3 0.1028 3529776 PEAR_Frontend_Web->outputBegin( ) ..(null):201

Comments

 [2007-05-14 22:11 UTC] tias (Tias Guns)
Hello Scott, Thanks for the report. Version 0.6.1 is not E_Notice compliant yet, you are probably using error_reporting(E_ALL); The version currently in CVS does not emmit any notices anymore. Thanks for the report, Tias
 [2008-03-03 16:41 UTC] damonuk (Damon Simpson)
Hi, I am having the exact same problem. However, you state the version in CVS does not emmit any notices..... BUT what is cvs? Could you add a link to the go-pear I should download Kind Regards Damon