09-21-2009, 07:50 AM
[eluser]BrianDHall[/eluser]
Check out the PHP realpath function - your path to file declaration is a bit of a mess to figure out, so there is probably the error there. Try a simple hard-coded string for now to narrow it down.
Also check the is_file() function in PHP - use it on your file to explicitly let you know if the file path is wrong.
Check out the PHP realpath function - your path to file declaration is a bit of a mess to figure out, so there is probably the error there. Try a simple hard-coded string for now to narrow it down.
Also check the is_file() function in PHP - use it on your file to explicitly let you know if the file path is wrong.