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();
?>
|
Can you tell me where I do insert this bit of code to help me finding the correct path,regards.