flop25 wrote:
be sure the path is correct, and maybe try without the / at the end and/or at the beginning
Thanks . Setting worked to display imagemagick under environment section is $conf['ext_imagick_dir'] = '/usr/local/bin/';
but looks like imagemagick is a no go for me. On most of the images I started seeing "[External ImageMagick] Corrupt image array ( )". Switched back to GD and same images where above error msg was displaying started showing up.
Back to square one. At this point , I am not sure how to debug this anymore. Thanks to everyone who helped.
ppat
Offline
Seems to be a IM issue https://bugs.php.net/bug.php?id=59643
I notify someone who might know better
Offline
flop25 wrote:
Seems to be a IM issue https://bugs.php.net/bug.php?id=59643
I notify someone who might know better
Thanks. Also after digging a little bit deeper for GD issue (original post. At this point I am back on GD) , I narrowed the error to "Fatal error: Call to undefined function imagerotate() in /*path*/admin/include/image.class.php on line 732" . After doing google search , found below article which matches my situation.
http://stackoverflow.com/questions/5406 … magerotate
Any thought where I can post the piece of code provided in that article ? . I am running ubuntu 9.10 server
ppat
Last edited by ppat (2012-11-06 19:35:24)
Offline
okayyy But Im would be much more efficient
see i.php (or just do a search in all piwigo package a " grep " for linux no?)
Offline
flop25 wrote:
okayyy But Im would be much more efficient
see i.php (or just do a search in all piwigo package a " grep " for linux no?)
Sent you an email with IM id. Reason I asked as we shouldn't be updating the base files right ? as next upgrade will overwrite the changes.
ppat
Edit : Oh ..silly me .. I thought you were asking for IM (Instant Messanger) :) . Please ignore this post
Last edited by ppat (2012-11-06 22:43:51)
Offline
for the benefit of others , GD version from below post resolved my issue of "X" on the images. I will still need to rotate the images manually.
http://www.php.net/manual/en/function.i … .php#86075
Is there anything piwigo team can do to address this issue ?
I am marking this thread as resolved but would love to see a fix in the piwigo package.
Thanks everyone for the help.
ppat
Offline
ppat wrote:
Is there anything piwigo team can do to address this issue ?
glad you managed it. sorry no correction for some ubuntu decision ...
Offline
+1
You still can use IM
You might also change of environment
Offline
flop25 wrote:
+1
You still can use IM
You might also change of environment
I would love to use IM but I am still getting error "[External ImageMagick] Corrupt image array ( )" which I posted before. if there is any solution , I would move to ImageMagick.
Last edited by ppat (2012-11-06 22:45:37)
Offline
rvelices wrote:
ppat wrote:
Is there anything piwigo team can do to address this issue ?
glad you managed it. sorry no correction for some ubuntu decision ...
fair enough. But I am certain that many other users would be using ubuntu for their server needs .. Hope this thread helps them as well.
Offline