Quote:
Originally Posted by TopNotch
Hi, Iam looking forward to using this I only have one problem.
Iam getting this error.
I read how to fix it buy I really dont understand what you mean by run this script. How would I go about doing this "running the scrip"?
Please Help:erm:
|
"This script" is the file content he gives you right after that.
Quote:
Originally Posted by calorie
- Onscreen Error
Code:
Warning: chdir(): No such file or directory (errno X) in /home/wherever/public_html/photoplog/settings.php on line X
Warning: main(./global.php): failed to open stream: No such file or directory in /home/wherever/public_html/photoplog/settings.php on line X
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wherever/public_html/photoplog/settings.php on line X
It means that the full path set in the PhotoPlog config file is incorrect. Run this script in your main forum directory to help determine the correct path.
Code:
<?php
echo getcwd();
?>
|
Take that code and save it as a PHP file. Name it whatever you want. Then upload it to your forum's root directory. Then navigate to that file in your web browser. It would look something like
www.yourforum.com/whatever.php or
www.yourforum.com/forums/whatever.php, depending on where your forum directory is located, and, of course, whatever your chose to name the file.