I now have ImageMagick on the server. I still have the thumbnail problem though. Here's my configuration;
Code:
$cfgGalleryDirWeb = '/bb/gallery/'; // absolute web path to gallery files
$cfgImageDirWeb = '/bb/gallery/images/'; // absolute web path to image dir
$cfgImageDirLocal = '/home/virtual/site62/fst/var/www/html/bb/gallery/images/'; //The local path to the image dir
$cfgThumbDirWeb = '/bb/gallery/thumbnails/'; // absolute web path to thumbnails dir
$cfgThumbDirLocal = '/home/virtual/site62/fst/var/www/html/bb/gallery/thumbnails/'; // The local path to the thumbnails dir
// Put the forums usernumbers for the OakGallery Admins here (comma separated).
// Like this: '1,2,3,4' - NOT like this: '1, 2, 3' !!!
$cfgAdminList = '1,2,3';
$cfgForumDir = '/home/virtual/site62/fst/var/www/html/bb/'; // The local path to the forum dir
$cfgGalleryDir = '/home/virtual/site62/fst/var/www/html/bb/gallery/'; // The local path to the vGallery dir
$cfgConvert = '/usr/X11R6/bin/convert'; // Local path to ImageMagick's convert
$cfgComposite = '/usr/X11R6/bin/composite'; // Local path to ImageMagick's composite
I don't need composite and convert CHMODed to 777 as well, do I? :/