PHP Include causes FTP/PUT error in Dreamweaver CS6
if add php "include" code, receive following error when "put" (but not when put directly "files" listing):
- error occurred - access denied. file may not exist locally, may open in program, or there local permission problem.
all rest of file , it's dependencies work normally. however, 1 "included" file not upload.
now, when select specific file in local "files" listing, , click arrow put server, works without error.
the include line follows:
<?php include('inc/header_includes.php'); ?>
i have deleted file remotely - , re-uploaded. i've wiped entire site, , re-uploaded. nothing seems work.
anyone have solution this. apparently happening many people.
hi lee,
sorry don't have solution, post can add focus problem i'm experiencing similar issue.
when open index.html file , 'preview in browser' within dreamweaver cs6, clicking login button allows login.php file displayed , function correctly. however,
- when upload files hosting server recieve 404 error when link php login page
- when try opening index.html file offline , hit link login page, web page displays code
can explain why php functioning differently when called outside of dreamweaver environment? database connections , server behaviours created in dreamweaver cs6 i'm wondering if problem lies? perhaps if attempt adding connecting php code manually, perhaps can avoid these complications.
thanks,
kim
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment