#213916 - 06/03/0810:10 AMNew gallery images not appearing (ImageMagick and 7.3)
Flaming Carrot
stranger
Registered: 10/07/05
Posts: 20
Loc: United Kingdom
Hello, I have installed ImageMagick on my linux server, and checked that it works OK from the terminal. I then entered the paths to mogrify and convert into the UBB control panel, which in this case was...
/usr/local/bin/convert /usr/local/bin/mogrify
I then selected to use ImageMagick on the gallery section of the control panel.
However, when I try to post new images to the gallery pages on my forum they just appear as broken links. Checking the gallery directory the image files are not being added there either (the permissions for that directory and all enclosed directories were set to 777 as instructed). Any ideas what is going wrong?
#213969 - 06/04/0812:55 PMRe: New gallery images not appearing (ImageMagick and 7.3)
[Re: Flaming Carrot]
Flaming Carrot
stranger
Registered: 10/07/05
Posts: 20
Loc: United Kingdom
...though when I tested imagemagick from the command line I could generate an image fine. I would use GD2 instead (which I was using fine in 7.2.2) but since upgrading to 7.3, using GD2 I keep getting a message "fatal error: Allowed memory size of 33554432 bytes exhausted" which I have noticed a few other users posting too. Even though the files were well under 33554432 bytes and the permissions allowed for fair sized images. Anyway, I would rather get ImageMagick working than GD2 if possible.
#214053 - 06/05/0801:42 PMRe: New gallery images not appearing (ImageMagick and 7.3)
[Re: Sirdude]
Flaming Carrot
stranger
Registered: 10/07/05
Posts: 20
Loc: United Kingdom
Right, I have gone crazy and upped the php.ini to: memory_limit = 48M, and that seems to have fixed GD2 now, fingers crossed. Many thanks.
Seems I will have to stick with GD2, could never get ImageMagick to work, it did not write the images into the gallery directories for some reason. I could get it to work from the terminal and the paths were definitely correct, does it need any permission changes or anything? All gallery directories were set to cmod 777.