Quote:
Originally Posted by Dilldogs
Any body want to give this a shot?
|
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();
?>
Or check you config file in you "includes" folder. Look at line 101 to see the path that is written there. It should be the same as line 11 in the photplog config file.
Luke...