Announcement

#1 2012-07-19 15:17:03

media-a
Guest

[resolved] Images not displaying after upload, fresh install. Resizing issue?

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)

 

#2 2012-07-19 18:18:48

flop25
Piwigo Team
2006-07-06
6975

Re: [resolved] Images not displaying after upload, fresh install. Resizing issue?

hello
thx for reporting -and that's a great report thx :) . We will look forward


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#3 2012-07-20 15:13:43

media-a
Guest

Re: [resolved] Images not displaying after upload, fresh install. Resizing issue?

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?

 

#4 2012-07-20 15:59:28

flop25
Piwigo Team
2006-07-06
6975

Re: [resolved] Images not displaying after upload, fresh install. Resizing issue?

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.


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#5 2012-07-20 16:21:00

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
6942

Re: [resolved] Images not displaying after upload, fresh install. Resizing issue?

can you test use GD


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#6 2012-07-20 16:24:08

flop25
Piwigo Team
2006-07-06
6975

Re: [resolved] Images not displaying after upload, fresh install. Resizing issue?

ho yes : could you use $conf['graphics_library'] = 'gd'; ?


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#7 2012-07-20 19:50:29

media-a
Guest

Re: [resolved] Images not displaying after upload, fresh install. Resizing issue?

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

 

#8 2012-07-20 21:49:52

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
6942

Re: [resolved] Images not displaying after upload, fresh install. Resizing issue?

active [extension by Piwigo Team] LocalFiles Editor

paste code on tab 'locale'


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#9 2012-07-23 14:16:40

media-a
Guest

Re: [resolved] Images not displaying after upload, fresh install. Resizing issue?

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!

 

#10 2012-07-23 15:16:20

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
6942

Re: [resolved] Images not displaying after upload, fresh install. Resizing issue?

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';
?>


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#11 2012-07-23 16:28:38

media-a
Guest

Re: [resolved] Images not displaying after upload, fresh install. Resizing issue?

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

 

#12 2012-07-23 17:43:14

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
6942

Re: [resolved] Images not displaying after upload, fresh install. Resizing issue?

flop25 has delete link

if you register on forum, you can edit your post ;-)


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#13 2012-07-24 10:08:01

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13404

Re: [resolved] Images not displaying after upload, fresh install. Resizing issue?

developer wrote:

I have same issue [...]

This topic is marked as resolved. Please open a new topic.

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2021 · Contact