EnglishPages: 1
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
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:
<?php $conf['graphics_library'] = 'gd'; ?>
Offline
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()
Offline
Pages: 1