Copy link to clipboard
Copied
Trying to conect my Dreamweaver with Wordpress. I am using MAMP. The Wordpress site is setup and works locally. I created a "new site" in Dreamweaver, named my site, showed where my wordpress site was located. Then in Servers i created a new "Testing server" with the correct URL, and folder location in my Htdocs. In advanced I have the PHP and MySQL selected. after this I saved and I was done. Opened my Index.php in the root folder. I could see my site but "dynamically related files could not be resolved". So i tried the Index.php that was in my theme Folder, still "dynamically related files could not be resolved". Not sure if I missed a step but I cant seem to find any answer as to what I need to do to resolve this.
Copy link to clipboard
Copied
Does the warning prevent you from editing your WP Theme files?
You might try disabling WP Permalinks.
How to Reset WordPress Permalinks
Nancy
Copy link to clipboard
Copied
I went and tried Disable/Reseting the Permalinks and that didnt work.
Copy link to clipboard
Copied
WP has so many core include files that point to other core include files, it could just be a case of DW not recognizing them all. If it looks okay when you test it on your localhost, I would ignore the warnings.
Nancy
Copy link to clipboard
Copied
But i can't use the Dynamically related files feature though. I want to be able to click on header.php and footer.php in that little bar.
Copy link to clipboard
Copied
Is your localhost working?
Are all Apache & PHP processes running?
Nancy