Quote:
Originally Posted by motw I'm having trouble determining my forum path. I created the info.php file as suggested in the install instructions ( phpinfo()) and could not locate _SERVER["PATH_TRANSLATED"]
I did find _SERVER["PATH"] and inputted "/bin:/usr/bin" into the gallery_config.php file but I assume this is incorrect? |
yes this is incorrect..
the easiest way would be to look for DOCUMENT_ROOT
that is:
/home/psp/public_html
so this is the path of your site home
http://www.phillysportspulse.com
now your forum would be (in your case):
http://www.phillysportspulse.com/forums
so the forumspath would be
/home/psp/public_html/forums
Your gallery filespath would be (settings to fill in in ACP=>vbgallery)
/home/psp/public_html/gallery/files
and your users directory path would be
/home/psp/public_html/gallery/users
Luc