View Single Post
Old 01-14-2005, 10:27 PM   #18
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Ho hum... nothing stands out, so more thoughts. First try doing the following echo and see what it prints for full path:
PHP Code:
<?php
echo __FILE__// two underscores FILE two underscores
?>
Maybe there is a hidden "/Local" that should start "/Local/Library/WebServer..." or PHP wants "/usr/local/etc/httpd..." and not "/Local/Library/WebServer..." or something is set for "DocumentRoot" in the httpd.conf file.

Maybe change the owner of the PhpDig files: sudo chown -R [user]:[group] [file]

Maybe give up and hard code the full path where needed in the PhpDig files.

Maybe finally figure out next year what one flag needed to be changed.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote