Summary | Problem using GD thumbnails |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | leandro.damascena (at) gmail (dot) com |
Created | 07/08/2010 (5473 days ago) |
Due | |
Updated | 07/08/2010 (5473 days ago) |
Assigned | 07/08/2010 (5473 days ago) |
Resolved | 07/08/2010 (5473 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
older snapshot?
Also, unrelated to the Abstract method error you are getting, I just
made some more commits to the Image package, as some of those
methods actually do need to be public so the effect objects can see
them.
problem in nginx config... Working perfectly now..
Thank you for solution :)
snapshot?
Also, unrelated to the Abstract method error you are getting, I just
made some more commits to the Image package, as some of those methods
actually do need to be public so the effect objects can see them.
what you submitted. Horde_Image_Gd::_create is a protected method,
so the underlined prefix is appropriate, I corrected the calls to
that method instead.
Horde_Image_Gd, it Extends EmptyIterator (well, actually, it extends
Horde_Image_Base, which in turn extends EmptyIterator) so the method
should be available.
2010/07/07 21:14:41 [error] 25809#0: *80 FastCGI sent in stderr: "PHP
Fatal error: Class Horde_Image_Gd contains 1 abstract method and must
therefore be declared abstract or implement the remaining methods
(Iterator::rewind) in
/home/c3mail/framework/Image/lib/Horde/Image/Gd.php on line 17"
State ⇒ Feedback
you submitted. Horde_Image_Gd::_create is a protected method, so the
underlined prefix is appropriate, I corrected the calls to that method
instead.
Also, you shouldn't need to implement a noop rewind() method in
Horde_Image_Gd, it Extends EmptyIterator (well, actually, it extends
Horde_Image_Base, which in turn extends EmptyIterator) so the method
should be available.
Please try what I committed and see if you still get those errors.
Fix method name.
Closes
Bug: 9128http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Gd.php?rt=horde-git&r1=ff3e8d523943f55fcfac27b030f44882567657c8&r2=fcb3a7a5af40c81f0bf0775531ae29cbdecc5456
State ⇒ Assigned
Queue ⇒ Horde Framework Packages
Version ⇒ Git master
Priority ⇒ 1. Low
New Attachment: gd-2.diff
problem is in _create function and not _call function... Now the
correct patch.
sorry my mistake.
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Problem using GD thumbnails
Type ⇒ Bug
(recommended)... I'm running horde using nginx and phpfcgi and all the
time I receive this error:
libgomp: Thread creation failed: Resource temporarily unavailable
I've already updated to last version ImageMaick, libgomp and all of
libs that ImageMagick and Imagick requires, however none solved my
problem.
Using GD Library (not recommended for you) has a big problem...
2010/07/07 21:14:41 [error] 25809#0: *80 FastCGI sent in stderr: "PHP
Fatal error: Class Horde_Image_Gd contains 1 abstract method and must
therefore be declared abstract or implement the remaining methods
(Iterator::rewind) in
/home/c3mail/framework/Image/lib/Horde/Image/Gd.php on line 17"
2010/07/07 21:22:14 [error] 25809#0: *104 FastCGI sent in stderr: "PHP
Fatal error: Call to undefined method Horde_Image_Gd::create() in
/home/c3mail/framework/Image/lib/Horde/Image/Gd.php on line 258" "GET
/c3mail/view.php?imp_img_view=view_thumbnail&actionID=view_attach&id=3&uid=48&mailbox=INBOX
HTTP/1.1"
I've made a patch and this working now