Piwigo.org

You are not logged in. (Register / Login)

Announcement

#1 2012-07-10 01:11:29

stardot
Member
Registered: 2012-07-09
Posts: 3

[resolved] Thumbnail Creation Not Working.

I am trying to apply the troubleshooting tips in previous similar topics to my own thumbnail creation issue.

I have a brand new Piwigo 2.4.1 installation that will not create thumbnails, and I REALLY want it to work.

I posted the URL, but have taken it back out. Apparently that was not good to do here?

It does have this in admin:
Piwigo version
•Piwigo 2.4.1
•Check for upgrade
•Subscribe info@***.com to Piwigo Announcements Newsletter
Environment
•Operating system: Linux
•PHP: 5.2.17 (Show info) [2012-07-09 16:19:21]
•mysql: 5.0.90-log [2012-07-09 16:19:28]
•Graphics Library: External ImageMagick

Show PHP info gives "
Warning: phpinfo() has been disabled for security reasons in /services9/webpages/a/n/anglingtacticsandtechniques.com/public/gallery/admin/intro.php on line 109
" if that's anything.

I was trying to figure out the image.class.php file for imageMagick, but don't know if that's what I need, or what.

Checked and chmodded _data, galleries folders to 755.

So, where am I going from here?

Last edited by stardot (2012-07-10 01:15:43)

Offline

#2 2012-07-10 09:26:22

plg
Piwigo Team
Location: Paris, France, Europe
Registered: 2002-04-05
Posts: 11722
Website

Re: [resolved] Thumbnail Creation Not Working.

Hi stardot,

stardot wrote:

•Graphics Library: External ImageMagick

The fact that the version of ImageMagick is not written (and also the fact that phpinfo() is restricted) makes me think that you can't use the function "exec()".

Activate plugin LocalFiles Editor, then open screen [Administration > Plugins > LocalFiles Editor > local config] and paste:

Code:

<?php
$conf['graphics_library'] = 'gd';
?>

Latest blog post on Piwigo.com: Piwigo 2.5 on Piwigo.com (March 7th, 2013)

Offline

#3 2012-07-10 12:38:27

stardot
Member
Registered: 2012-07-09
Posts: 3

Re: [resolved] Thumbnail Creation Not Working.

Bingo! That worked like a charm.

Is that OK to leave it like that, or is this a temporary fix to something else?

Offline

#4 2012-07-10 13:23:54

flop25
Piwigo Team
Registered: 1970-01-01
Posts: 3396
Website

Re: [resolved] Thumbnail Creation Not Working.

stardot wrote:

Bingo! That worked like a charm.

Is that OK to leave it like that, or is this a temporary fix to something else?

It's not a temporary fix : it means Piwigo will the GD graphic library instead of Imagemagik. You might ask to your hoster to enable the function exec()


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

Board footer

Powered by FluxBB

About this website · Donate · Contact Piwigo project © 2002-2013