Warning: main(): open_basedir restriction in effect.
Hi - I can't wait to start uploading pictures. I am using vB3.03 and just purchased photopost today. Installation seems like it's gone okay. I am now stuck at the vbulletin integration.
My vbpath and pppath look like this:
$vbpath ="/home/yinyang/public_html/forum"; // changeme
$pppath ="/home/yinyang/public_html/forum/gallery"; // changeme
chdir($vbpath);
require("./global.php");
I am getting the following errors: Warning: main(): open_basedir restriction in effect. File(./languages/english/pp-inc.php) is not within the allowed path(s): (/home/yinyang/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/yinyang/public_html/forum/gallery/pp-inc.php on line 63
Warning: main(./languages/english/pp-inc.php): failed to open stream: Operation not permitted in /home/yinyang/public_html/forum/gallery/pp-inc.php on line 63
Warning: main(): open_basedir restriction in effect. File(./languages/english/pp-inc.php) is not within the allowed path(s): (/home/yinyang/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/yinyang/public_html/forum/gallery/pp-inc.php on line 63
Warning: main(./languages/english/pp-inc.php): failed to open stream: Operation not permitted in /home/yinyang/public_html/forum/gallery/pp-inc.php on line 63
Warning: main(): open_basedir restriction in effect. File(./languages/english/pp-inc.php) is not within the allowed path(s): (/home/yinyang/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/yinyang/public_html/forum/gallery/pp-inc.php on line 63
Warning: main(./languages/english/pp-inc.php): failed to open stream: Operation not permitted in /home/yinyang/public_html/forum/gallery/pp-inc.php on line 63
Fatal error: main(): Failed opening required './languages/english/pp-inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/yinyang/public_html/forum/gallery/pp-inc.php on line 63
Can someone please help me with the correct path? I've tried numerous variation, but it escapes me. Any and all help is appreciated. Thank you.
best,
yinyang
|