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

Bug #9431 Can't initiate
Submitted: 2006-11-23 13:21 UTC
From: bbambuk at yandex dot ru Assigned: firman
Status: Closed Package: Image_Tools (version 0.4.0)
PHP Version: 5_2 CVS-2006-11-23 OS: Windows
Roadmaps: (Not assigned)    
Subscription  


 [2006-11-23 13:21 UTC] bbambuk at yandex dot ru (Bambuk)
Description: ------------ Can't initiate an instance of Image_Tools. Test script: --------------- // Create thumbnail object $thumbnail =& Image_Tools::factory('thumbnail', $options); if (PEAR::isError($thumbnail)) { die($thumbnail->toString()); } Expected result: ---------------- Instance of Image_Tools Actual result: -------------- Error: This method may only be called statically[pear_error: message="This method may only be called statically" code=-11 mode=print level=notice prefix="" info=""]

Comments

 [2006-11-23 17:34 UTC] firman (Firman Wandayandi)
This is bug actually already found and fixed on CVS about 3 weeks ago. Here is it: http://cvs.php.net/viewvc.cgi/pear/Image_Tools/Image/Tools.php?view=markup