Excellent Winky6! That fixed the problem perfectly. Thank you.
So far in addition to the instructions I had to do the following to get the gallery to work.
1. As Winky6 mentioned above, you have to go into the php files in your include folder and manually modify the include paths. ( Details in post above ).
2. My server paths for ImageMagick's convert and composite are as follows. You might want to try dropping the "X11" if having troubles.
$cfgConvert = '/usr/bin/convert';
$cfgComposite = '/usr/bin/composite';
3. I CHMOD'd my image and thumbnail folders to 777.
4. Used an iframe to integrate this with vbportal. If anyone has any other idea that works please let me know if possible. Thanks.
I'm still testing this, but everything seems to now work. Again thanks to winky6 for the kickstart and I hope my settings above will provide other users with some additional ideas for tweaking if needed.
Thanks again. Nice script so far.
Ricoche :bunny:
|