I have VB3.0.7 and trying to intergrate with PhotoPost 5.01
vbulletin and photopost are using separate databases.
Inside vbulletin admincp:
Path to Save Cookies: /
Cookie Domain: [empty]
Inside photopost database:
171 PhotoPost Cookie Path: /
172 Forum Cookie Prefix: [empty]
173 PhotoPost Cookie Domain: [empty]
Inside the pp_usergroups table:
groupid 6 is Administrators, with all settings set to 1 (except diskspace, uploadsize, uplimit)
PROBLEMS:
1) I go to
/photos/adm-index.php and enter my forum Administrator's username and password. It says 'login successful' and takes me to
photos/index.php On this page I see options such as: My Gallery · Album Admin · My Favorites Admin · Home · Search · Profile · Upload Photos
Admin is linked to (photos/adm-index.php), when clicked it requires me to login and does the same thing, ie takes me to
photos/index.php
2) While i'm there I try to upload a photo. I browse, press upload and get this error:
Quote:
Error creating thumbnail! Error code: 127
Command:
"/usr/bin/X11/mogrify" +profile "*" -size 100x36 -quality 70 -geometry 100x36 '/home/www/vhosts/mysite.com/htdocs/photos/data/500/thumbs/Machiavelli_LOGO.jpg'
|
I have looked in my server's phpinfo, and yes GD2 is installed. During installation of photopost, I selected GD2 from the dropdown list. I HAVE set the folder /DATA/ and all folders inside to 777 permission.
Please point me in the right direction.