Pages: 1
Hello,
I am trying to get my image uploads working on ***deleted on request of the webmaster***. The images are not displaying appropriately when uploaded, not displaying at all actually. They are, though, in the correct folder if I check through FTP.
My host confirmed it is something with the way it is trying to resize the images:
[Thu Jul 19 07:07:32 2012] [error] [client 66.6.147.80] Premature end of script headers: i.php, referer: ***deleted on request of the webmaster***
[Thu Jul 19 07:07:32 2012] [error] [client 66.6.147.80] php: magick/resize.c:581: AcquireResizeFilter: Assertion `UndefinedFilter < filter && filter < SentinelFilter' failed., referer: ***deleted on request of the webmaster***
My Host: It's an issue with how it's attempting to resize the image and is missing a required variable. Unfortunately, this would be something you would need to check with the developers with. I have confirmed we have ImageMagick installed, perhaps it required a specific version?
root@bochetti [~]# convert -version
Version: ImageMagick 6.6.5-8 2010-12-31 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Could you advise how to resolve this issue? Please do not link to another thread, any tailored assistance is appreciated.
Thanks,
Alex
Last edited by flop25 (2012-07-23 16:29:50)
hello
thx for reporting -and that's a great report thx :) . We will look forward
Offline
Is there a fix for this error? I am not sure I understand your message - I'd like to get this resolved to show images on the site!
Does anyone have a fix?
It's the first time we've seen this error ; my searches about that didn't returned any relevant info
Sry but it will take time, we might ask to your host to upgrade ImageMagick : the current release is ImageMagick 6.7.8-4.
Offline
can you test use GD
Offline
ho yes : could you use $conf['graphics_library'] = 'gd'; ?
Offline
Sure, I will try this out.
Where do I need to insert this code and how? Do I need to edit a config file or can I go through the browser?
Thanks,
Alex
active [extension by Piwigo Team] LocalFiles Editor
paste code on tab 'locale'
Offline
Hello Flop25 and ddtddt,
I am not sure how to interpret your instructions. I don't have a "config_local.inc.php" file in my files unfortunately. I have a "config_default.inc" though, that is the closest file I have.
I usually edit files manually via FTP, can you specify exactly which file needs the additional line of code and exactly where in the file to put the line of code?
Also, the mystery thickens, I can upload photos with the iPad app that display on my piwigo gallery in full size, but the thumbnails do not work.
Thank you for your support!
media-a wrote:
I usually edit files manually via FTP, can you specify exactly which file needs the additional line of code and exactly where in the file to put the line of code?
NO
1/ Go to administration -> plugins -> manage
active [extension by Piwigo Team] LocalFiles Editor
2/ go to administration -> plugins -> Localfile editor -> tab 1 'local config'
paste
<?php
$conf['graphics_library'] = 'gd';
?>
Offline
Fantastic!
The issue is solved. Thank you so much for your support.
As a final request, could you remove the link to my website from the posts in this thread so that it is not indexed by Google and other search engines?
Thank you!
Alex
flop25 has delete link
if you register on forum, you can edit your post ;-)
Offline
developer wrote:
I have same issue [...]
This topic is marked as resolved. Please open a new topic.
Offline
Pages: 1