Summary | can not upload the image of the contact |
Queue | Turba |
Queue Version | 3.0.3 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | wangshichen17 (at) gmail (dot) com |
Created | 06/20/2011 (5126 days ago) |
Due | |
Updated | 06/24/2011 (5122 days ago) |
Assigned | 06/20/2011 (5126 days ago) |
Resolved | 06/24/2011 (5122 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
the version of Imagick you are using is both recent AND is compiled
against the same version of ImageMagick that you currently have on
your system.
Alternatively, you can just use the ImageMagick/Convert driver instead
and see if that helps.
New Attachment: case.png
manipulation.
but there is another problem when I upload the photos of the contact.
its can upload the photos now and i can preview the photos when i
click the "upload" button.
but when i click the "save" button, i see the poor image like in attachment!!
i don't know what happen and i don't see any error or warning in log file.
the configure of the image manipulation is like that:
$conf['image']['driver'] = 'Imagick';
$conf['exif']['params']['exiftool'] = '/usr/bin/exiftool';
$conf['exif']['driver'] = 'Exiftool';
am i setting something wrong?
table. The problem is that Horde_Image is used to display (and
possibly edit) the image data.
table. The problem is that Horde_Image is used to display (and
possibly edit) the image data.
Priority ⇒ 1. Low
State ⇒ Feedback
configuration.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ can not upload the image of the contact
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
test all the functionality which I was interested in.
therefore, I found that when i add a new contact, and want to upload
the image (.jpg or .png) file, it seem to have some bug (or problems)
so that I can not view the image file i just upload
here is the error log from syslog file :
Jun 20 12:29:09 ubuntu HORDE: HORDE [horde] Invalid Image driver
specified: Horde_Image_ not found. [pid 25945 on line 33 of
"/usr/share/php/Horde/Core/Factory/Image.php"]
Jun 20 12:29:31 ubuntu HORDE: HORDE [horde] Invalid Image driver
specified: Horde_Image_ not found. [pid 4017 on line 33 of
"/usr/share/php/Horde/Core/Factory/Image.php"]
Jun 20 12:29:34 ubuntu HORDE: HORDE [horde] Invalid Image driver
specified: Horde_Image_ not found. [pid 4191 on line 33 of
"/usr/share/php/Horde/Core/Factory/Image.php"]
and the version of horde_image is the latest (1.0.2)
is there some bugs about this? or it just a configuration mistake?