Quote:
Originally Posted by waltercat Thanks for getting it to work. You said you turned on the Addons.
Admincp => vbgallery => Modify Add-Ons
What exactly in here alters image magick? |
Nothing, thats the forumhome, profile addons that tie in the gallery.
There was a php edit needed that ran ImageMagik.
forums/includes/functions_gallery_imageedit.php
@system();
changed to
exec();