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

Request #10825 Only display the "invalid or missing package file"-error if it makes sense
Submitted: 2007-04-24 14:43 UTC
From: berdir Assigned: dufuz
Status: Closed Package: PEAR (version 1.5.3)
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: 1.8.0alpha1    
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 : 14 + 38 = ?

 
 [2007-04-24 14:43 UTC] berdir (Sascha Grossenbacher)
Description: ------------ At the moment, everytime a upgrade/install failes, after the actual error message is also the following message: Cannot initialize 'channel://pear.php.net/Spreadsheet_Excel_Writer', invalid or missing package file This is true from a technical point of view, but it does not make sense to display it, if there is already a "better" error description, for example: Failed to download pear/Spreadsheet_Excel_Writer within preferred state "stable", latest release is version 0.9.1, stability "beta", use "channel://pear.php.net/Spreadsheet_Excel_Writer-0.9.1" to install In those cases, a second message about a invalid package file only confuses the users. So, a error message could for example set a flag to display the invalid/missing package file or not. Test script: --------------- pear config-set preferred_state stable pear install Spreadsheet_Excel_Writer Expected result: ---------------- Failed to download pear/Spreadsheet_Excel_Writer within preferred state "stable", latest release is version 0.9.1, stability "beta", use "channel://pear.php.net/Spreadsheet_Excel_Writer-0.9.1" to install install failed Actual result: -------------- Failed to download pear/Spreadsheet_Excel_Writer within preferred state "stable", latest release is version 0.9.1, stability "beta", use "channel://pear.php.net/Spreadsheet_Excel_Writer-0.9.1" to install Cannot initialize 'channel://pear.php.net/Spreadsheet_Excel_Writer', invalid or missing package file install failed

Comments

 [2009-01-30 23:39 UTC] dufuz (Helgi Þormar Þorbjörnsson)
Annoys me as well - Will make it so those additional information only get shown when verbosity is bumped up.
 [2009-01-31 19:09 UTC] dufuz (Helgi Þormar Þorbjörnsson)
initialize message is hidden unless you pass -v Package pear/foo is not valid message is still around.
 [2009-02-05 05:40 UTC] dufuz (Helgi Þormar Þorbjörnsson)
-Status: Assigned +Status: Closed
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.