PHP Include causes FTP/PUT error in Dreamweaver CS6
If I add a PHP "Include" to my code, I receive the following error when I do a "PUT" (but NOT when I PUT directly from the "Files" listing):
- error occurred - Access denied. The file may not exist locally, may be open in another program, or there could be a local permission problem.
All the rest of the file and it's dependencies work normally. However, the one "included" file does not upload.
Now, when I select the specific file in the local "Files" listing, and click the up arrow to put it to the server, it works without error.
The include line is as follows:
<?php include('inc/header_includes.php'); ?>
I have deleted the file remotely - and re-uploaded. I've wiped the entire site, and re-uploaded. Nothing seems to work.
Anyone have a solution for this. It apparently is happening to many people.
