|
I can only take your word at face value here but if you say things are install like so then it would be this
c:/inetpub/Vbulletin/forum/photopost/data
c:/inetpub/Vbulletin/forum/photopost/uploads
and
$PP_PATH="c:/inetpub/Vbulletin/forum/photopost";
You always wanna reverse slashes when working with the internet versus local machine.
|