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

Bug #9510 Misprint
Submitted: 2006-11-30 15:29 UTC
From: hire at ukr dot net Assigned: firman
Status: Closed Package: Image_Tools (version CVS)
PHP Version: 5.1.6 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2006-11-30 15:29 UTC] hire at ukr dot net (Anton)
Description: ------------ Misprint Test script: --------------- Replace line: #715 Tools.php return PEAR::raiseError('Error rendering: ' . $resultImage->getMessage()); to return PEAR::raiseError('Error rendering: ' . $res->getMessage()); Actual result: -------------- Fatal error: Call to a member function getMessage() on a non-object in /var/www/application/xcore/components/XPear/pear/Image/Tools.php on line 715

Comments

 [2006-12-06 23:01 UTC] firman (Firman Wandayandi)
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.