Dynamically-related files could not be resolved because the site definition is not correct

Hello
My name is Doron and I am a graphic designer
I design with Dreamweaver and I want to connect the WordPress to Dreamweaver
I have a WINDOWS OS 7 64 bit,  so I installed Apache Software WampServer 64
I set up WordPress and connected to Dreamweaver but
when I run the index.php and click on discover dynamically-related files.
I got an error:
" dynamically-related files could not be resolved because the site definition is not correct "
I did everything ok I do not know what the problem
I would love to get help connecting Dreamweaver with WordPress
that they could work together so I can continue to learn WordPress
Thanks in advance
doron

The only WP files you should be looking at are in your WP Themes folder.  Everything else is off limits. See links below:
WordPress theme - The Anatomy, an Infographic - Yoast
Theme Development « WordPress Codex
DW is only useful for customizing your Theme.  Once WP is deployed on your web server, you must use WP's online Dashboard to maintain it.
Dashboard — Support — WordPress.com
Administration Screens « WordPress Codex
Nancy O.

Similar Messages

  • CS6: Dynamically-related files could not be resolved... in my WordPress theme subfolder

    I am receiving the message "Dynamically-related files could not be resolved because of an internal server error. Retry."
    This is only happening to my files that are in the "Theme" subfolder.  The WordPress files in the main folder can be discovered.
    I am on a Mac, using MAMP. 
    When I first created the files in the teme folder, everything worked, I shut down for the night and when I came back to the project, I started receiving the message.  I never change the "default" settings in WP.  I have scoured the interent and Adobe forums, to little avail.  I did reconfigure my local testing server following some else's instructions, which enabled upper documents in the primary folder to be Discoverable.
    I can view the site with no problems in my browser.
    I called Adobe support and they couldn't help me, pretty sure the guy wasn't too familiar with the product.
    I am learning here and would really like to resolve this issue so I can create a custom WordPress theme for myself.  Thank you in advance for your help.  Please let me know what other information is needed to help resolve this issue.

    Related discussions:
    http://forums.adobe.com/message/5353656#5353656
    http://forums.adobe.com/thread/1087558
    Nancy O.

  • DW CS5 Dynamically related files could not be resolved

    I have used David Powers books over the years and always managed to get my php  working properly locally even though I had no idea really about all of the changes to the settings etc that he detailed in his books.  The thing is it all worked.
    So, now I have DW CS5 and the Xampp download to do everything for me and it sort of worked for a while but then it stopped with the "Dynamically-related files could not be resolved message" now always appearing for every site.
    I tried uninstalling Xampp and reinstalling it but that didn't work.  Xampp seems to be installed correctly when I go to localhost/xampp.
    When I go to localhost I get the 'Index of' / page listing all of my website folders.
    I'm using Win 7 64bit.
    John F

    DO NOT TAMPER with core word press files.  These pages get all their info from multiple server-side include files and content stored in the MySql database.  In short, there is no static content to edit in the core files.  WordPress is all dynamically populated by the server.
    The ONLY files you should be working with are inside the wp-content/themes folder.
    See anatomy of a WordPress Theme
    http://yoast.com/wordpress-theme-anatomy/
    WordPress Theme Development
    http://codex.wordpress.org/Theme_Development
    Once your WP site is deployed on the server, you must use the WP Admin Panel to edit content & invoke changes to your Theme, Plugins, Widgets, etc...
    See Working with WordPress
    http://codex.wordpress.org/Working_with_WordPress
    Nancy O.

  • Dynamically-related files could not be resolved error

    I have MAMP running on my Macbook Pro. I have the root for Apache in MAMP set to volumes/WP3 on a network drive with the standard (80) port. WP3 is a shared folder on my network drive that is acting as the root. localhost in my browser shows the Wordpress website working. Live View works although cmd and clicking the link does not follow the link in Live View. I have the site setup in Dreamweaver with the testing server as volumes/WP3 and localhost.
    Hopefully that is sufficient information - any ideas why this would not be working? I did have this working when I had sites set up as sub-folders but this did not allow certain site functionality to work.

    DW needs to connect to your wordpress server to resolve the dynamic related files, so your it sounds like your Testing Server may not be setup correctly. Once you have the site set up correctly you can open index.php from the Files panel and you should be able to discover dynamically related files and links should work in live view.
    Another user has created a video that may help with the setup but you may have to adjust some of the options to match your exact setup.
    http://www.youtube.com/watch?v=oxxy3NsDspo
    Hope this helps,
    Jeff

  • What does "Dynamically related files could be resolved because of an internal server error" mean?

    I have set up the mamp server and set the manage site settings and some of the php files work except when trying to view a few I recently coded while watching a tutorial....I get the message "Dynamically related files could be resolved because of an internal server error" above the code and I can not see the file in the split view nor in the browser. Could anyone know how this can be fixed? Thank you

    <?php
      require_once('load.php');
      $j->register('login.php');
    ?>
    <html>
      <head>
      <title>Registration Form</title>
      <style type="text/css">
      body { background: #c7c7c7;}
      </style>
      </head>
      <body>
      <p> </p>
      <p> </p>
      <p> </p>
      <div style="width: 960px; background: #fff; border: 1px solid #e4e4e4; padding: 20px; margin: 10px auto;">
       <h3>Register</h3>
      <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
      <table>
      <tr>
      <td>Name:</td>
      <td><input type="text" name="name" /></td>
      </tr>
      <tr>
      <td>Username:</td>
      <td><input type="text" name="username" /></td>
      </tr>
      <tr>
      <td>Password:</td>
      <td><input type="password" name="password" /></td>
      </tr>
      <tr>
      <td>Email:</td>
      <td><input type="text" name="email" /></td>
      </tr>
      <input type="hidden" name="date" value="<?php echo time(); ?>" />
      <tr>
      <td></td>
      <td><input type="submit" value="Register" /></td>
      </tr>
      </table>
      </form>
      <p>Already a member? <a href="login.php">Log in here</a></p>
      </div>
      </body>
    </html>

  • How do I find dynamically related files where Wordpress is not involved

    There are lots of posts about "Dynamically-related files could not be resolved because the site definition is not correct for this server" but they all seem to relate to Wordpress or other blogging software.
    I have recently had to upgrade from DW8 to DW CS5.5 running on Windows 7 64bit. and get this error on lots of pages but there is no help about fixing it.  The local testing server is localhost set up to run PHP with iis7 on virtual folders.
    What do I have to do to get the dynamically related files to be found?
    Thanks

    I think I've  cracked it - nothing to do with databases, that was a red
    herring.
    I had a hundred or so sites on an XP machine running Dreamweaver 8 and used
    the export facility to save their settings when I moved to a Windows 7
    system.  Win7's directory structure is different but the testing server
    location stored in the export file doesn't take account of this and part of
    the path may now include directories that are viewed as shortcuts.  Once the
    locations are reset in Win7 terms, the errors go away.
    Regards
    Steve
    Steve and Diana Kimpton
    The Word Pool
    http://www.wordpooldesign.co.uk/
    http://www.wordpool.co.uk/
    http://www.ukchildrensbooks.co.uk/
    http://www.contactanauthor.co.uk <http://www.contactanauthor.co.uk/

  • Dynamic-related files

    Hi since I've set Dreamweaver up on my new computer I have not been able to get my XAMPP Control Panel to work properly. because I'm still using the old computer I know I have to use a different Port, which I'm doing the XAMPP is on and running example below, but when I go to live view I keep getting this error: Dynamic-related files could not be resolved because the site definition is not correct for this server.
    Can someone help me with this please.
    Jeff
    09:05:08  [main]
    Initializing Control Panel
    09:05:08  [main]
    Windows Version: Windows 8 Pro  64-bit
    09:05:08  [main]
    XAMPP Version: 5.6.3
    09:05:08  [main]
    Control Panel Version: 3.2.1  [ Compiled: May 7th 2013 ]
    09:05:08  [main]
    You are not running with administrator rights! This will work for
    09:05:08  [main]
    most application stuff but whenever you do something with services
    09:05:08  [main]
    there will be a security dialogue or things will break! So think
    09:05:08  [main]
    about running this application with administrator rights!
    09:05:08  [main]
    XAMPP Installation Directory: "d:\xampp\"
    09:05:08  [main]
    Checking for prerequisites
    09:05:08  [main]
    All prerequisites found
    09:05:08  [main]
    Initializing Modules
    09:05:08  [Apache]
    XAMPP Apache is already running on port 8888
    09:05:08  [Apache]
    XAMPP Apache is already running on port 443
    09:05:08  [mysql]
    XAMPP MySQL is already running on port 3306
    09:05:08  [main]
    Starting Check-Timer
    09:05:08  [main]
    Control Panel Ready

    Hi that was helpful, but it's not answered the question I'm still unable to view dynamically related files, even though XAMPP is running and I have done everything it says in the tutorial and everything is the same on this computer as the old one and it works on there the only difference is this Dreamweaver is CC and the old one was CS 6, I'm a little stumped on this one I've been working on it all day, I can see no Obvious reason why it's not working, I would love some help please.
    Thanks Jeff

  • DW CC: Cannot discover dynamically-related files for WordPress

    Hello,
    I've been stuck on this for a week now. I have WordPress running locally through MAMP.
    In the WordPress root (http://localhost/sitename/wordpress/), the file index.php is able to discover the dynamically-related files as expected.
    In my wp-content folder (http://localhost/sitename/wordpress/wp-content/), the index.php is also successful in discovering the dynamically-related files.
    But in my theme folder (http://localhost/sitename/wordpress/wp-content/themes/themename/), none of the dynamically-related files are able to be discovered.
    I get the error message "Dynamically-related files could not be resolved because of an internal server error. Retry"
    Obviously this is problematic because I need the theme files specifically to create my custom layouts and preview my PHP files, otherwise I'd just run WP from the web.
    I've scoured so many forums, many on Adobe Forums and Stackflow as well as other sources and including video tutorials. The most common solution is to set permalinks to default. I have never actually touched this setting. It has always been on default so that's not the issue. In fact, last night I scrapped all my work and re-installed WordPress. Even the pre-installed themes aren't working. Needless to say, my issue isn't with the permalinks. I am still stuck and am quite frustrated.
    Here are some of the most common solutions.
    The site folder directory is: /Applications/MAMP/htdocs/sitename/wordpress
    Server info:
    Server Name: Test
    Connect Using: Local/Network
    Server Folder: /Applications/MAMP/htdocs/sitename/wordpress
    Web URL: http://localhost/sitename/wordpress
    Server Model: PHP/MySQL
    Remote: Unchecked, Testing: Checked
    If anyone can offer any alternative solutions please help me!

    The error message "Dynamically-related files could not be resolved because of an internal server error. Retry" usually comes about when Dreamweaver cannot converse with the server. This can come about  because
    the server is not running
    the site has not been setup as a PHP MySQL Server Model - Site Setup -> Advanced tab.

  • I have a new computer that downloaded all of my playlist. but i cannot play all songs. i get a error that say "the song could not be used because the original file could not be found. would you like to locate it? but it does not help to resolve.

    i installed itunes to my new computer and transfered all my playlist from the older computer. the software came with the new computer hp link up. the problem
    comes in where i want to play a certain song on a playlist and this error pops up "the song could not be used because the original file could not be found.
    would you like to locate it? which is of no help.
    is there a solution to this problem?

    The file path for these songs IS NOT correct per your iTunes Library file. 
    See: http://dougscripts.com/itunes/scripts/ss.php?sp=listmias  for an Applescript to locate these files for re-adding.

  • ITunes could not copy "Beethoven's Symphony No 9 (from "A Clockwork Orange")" to iPhone "Heywood Floyd's iPhone" because the file could not be read or written

    Hello, i am having the following problem...
    "iTunes could not copy "Beethoven's Symphony No 9 (from "A Clockwork Orange")" to iPhone "Heywood Floyd's iPhone" because the file could not be read or written" [ ... and yes, Heywood Floyd is an avatar name..]
    With this...
    a. it occurs when I try to synch my iphone with iTunes.
    b. I have tested the "Beethoven's Symphony No 9" files that I have found on my iTunes, and my iPhone, as there is a copy of "Beethoven_ Symphony No. 9, _Choral_" folder that is the concert from Bernard Haitink & London Symphony Orchestra;
    c. This is where is get weird, a sort of Jack Torrance moment, they only file related to "A clock work orange" is 06 A Clockwork Orange - Ode to Joy.m4p...
    So what is happening, and how can I resolve this, as I am not able to synch between my mac and my iPhone....

    Check the media source drive for errors.
    See also Repair security permissions for iTunes for Windows. Not sure it is relevant but can't hurt.
    If iTunes is confused about what media is and is not on the device take these steps:
    Backup the device.
    Restore as a new device.
    Restore from the earlier backup.
    tt2

  • Not all dynamically related files being discovered (Wordpress)

    When I click "Discover" to find dynamically related files associated with my index.php page in the root of my wordpress site, I would expect either an error or the some 70+ files the wordpress page depends on, but instead I only get four files in the related files bar: wp-blog-header.php, style.css, xmlrpc.php, and wlwmanifest.xml.
    Here's where it gets weirder:
    Live View works perfectly fine, including being able to browse different pages/posts on the site. Live Code comes up with the full code document created from processing the different php files on the site, yet those php files don't accumulate in the related files bar. Perhaps the most absurd thing is that code hints works fine in the code view, when I type $wp I get the list of global variables created in those related files I'm not seeing in the related files bar.
    Is this a bug in Dreamweaver? What could be blocking Dreamweaver from populating those files, despite it evidently recognizing them?
    Thanks for the help in advance!
    Note: I am using iis express 7.5, but I don't think the issue is iis-specific, because the only other person I found having this problem was someone a couple years ago posting in a different sub-forum who was claiming to use MAMP server

    I think I figured out the problem.
    After installing services, languages, and uninstalling others, and a bunch of other nonsense, I think I found the problem.
    When there are spaces in the path directory for your site, Dreamweaver will not populate all the related files, even if Live View and everything else works.
    I removed the spaces from the path, and it worked.
    I hope this helps others out there, because I figure this problem would happen fairly often.

  • Lightroom 5.6 Error: The file could not be edited because Photoshop CC could not be launched...

    I upgraded to lightroom 5.6 recently and i am using photoshop cs 6.
    My OS is windows 8 on i5 4670 with R280X gfx card 16gb ram
    After editing a photo with lightroom , when I right click to edit in photoshop, immediately photoshop launch but the image isnt imported to photoshop.
    After like 30sec  an error message pop out saying "The file could not be edited because Photoshop CC could not be launched".
    After another 10sec then the photo appear in photoshop... this is getting irritating to me.
    if i select to just open the original or a copy of the original it works fine. It only happens when I try to open it with lightroom changes.
    I had uninstall/reinstall both photoshop and lightroom as well as remove all the plugins i had, but the problem doesnt go away.
    Another issue with lightroom 5.6 is the the adjustment brush is slow and sluggish, it is so unusable when I zoom in to use the adjustment brush.
    I didnt had that issue before i upgraded. OMG
    anyone have solution to my problem ?

    I upgraded to the latest version of ps cc 2014 , problem resolved.
    look like cs6 i outdated or something

  • This is a new notification coming up with iTunes, why and how do I fix it? The song "Penny Lane" could not be used because the original file could not be found. Would you like to locate it?

    This is a new notification coming up with iTunes, why and how do I fix it?
    The song “Penny Lane” could not be used because the original file could not be found. Would you like to locate it?
    Max

    Hey xxCreepyFiaxx,
    First, I would try the following suggested steps for when you don't see content in iTunes after updating:
    Quit iTunes.
    Download and install the latest version of iTunes.
    Use the Finder (Mac) or Windows Explorer (Windows) to go to the iTunes folder that contains the iTunes library files:
    Mac OS X
    /Users/username/Music/iTunes/
    Microsoft Windows Windows XP and Windows 2000
    \Documents and Settings\username\My Documents\My Music\iTunes\
    Microsoft Windows Windows Vista and Windows 7
    \Users\username\Music\iTunes\
    Drag the iTunes Library file from the above location to the Desktop.
    Open the Previous iTunes Libraries folder in the iTunes folder.
    Locate the file named iTunes Library YYYY-MM-DD where YYYY-MM-DD is the date you upgraded iTunes (Year-Month-Day).
    Drag this file to the iTunes folder (the enclosing folder).
    Rename this file to iTunes Library.
    Open iTunes.
    You should now see your missing content in iTunes.
    via: No content shows up in iTunes after updating
    http://support.apple.com/kb/TS1967
    If that doesn't resolve the issue, then I'd go through the steps in here:
    iTunes: Finding lost media and downloads
    http://support.apple.com/kb/TS1408
    Have a good one,
    Delgadoh

  • My iPod cannot be synced because the required file could not be found.  How do I fix this problem?

    Peace.  My name is Free.  Thanks in advance for any help u can offer.  My iPod cannot be synced because the required file could not be found.  How do I fix this problem?

    Hi antiklady,
    I see that you may be having an issue with compatibility of iTunes when connecting your iOS device. This sort of issue can arise if you have two versions of iTunes installed on your computer, which I feel may be the case. Here is an article that can tell you how to identify the version of iTunes that you have open:
    iTunes: How to find which version you are using - Apple Support
    http://support.apple.com/en-us/HT201521
    If the version of iTunes that is opened is not the version you are required to use for the iOS device in question, try searching through your computer or applications folder to see if there may be two versions of iTunes installed on your computer. Then, uninstall the version that is incompatible using these steps:
    Remove and reinstall iTunes and related software components for Windows Vista, Windows 7, or Windows 8 - Apple Support
    http://support.apple.com/en-us/HT1923
    Take care, and thanks for visiting the Apple Support Communities.
    -Braden

  • Continually get pop up box "The song "song title" could not be used because the original file could not be found.  Would you like to locate it?"

    Continually get pop up box "The song "song title" could not be used because the original file could not be found.  Would you like to locate it?"

    Hey xxCreepyFiaxx,
    First, I would try the following suggested steps for when you don't see content in iTunes after updating:
    Quit iTunes.
    Download and install the latest version of iTunes.
    Use the Finder (Mac) or Windows Explorer (Windows) to go to the iTunes folder that contains the iTunes library files:
    Mac OS X
    /Users/username/Music/iTunes/
    Microsoft Windows Windows XP and Windows 2000
    \Documents and Settings\username\My Documents\My Music\iTunes\
    Microsoft Windows Windows Vista and Windows 7
    \Users\username\Music\iTunes\
    Drag the iTunes Library file from the above location to the Desktop.
    Open the Previous iTunes Libraries folder in the iTunes folder.
    Locate the file named iTunes Library YYYY-MM-DD where YYYY-MM-DD is the date you upgraded iTunes (Year-Month-Day).
    Drag this file to the iTunes folder (the enclosing folder).
    Rename this file to iTunes Library.
    Open iTunes.
    You should now see your missing content in iTunes.
    via: No content shows up in iTunes after updating
    http://support.apple.com/kb/TS1967
    If that doesn't resolve the issue, then I'd go through the steps in here:
    iTunes: Finding lost media and downloads
    http://support.apple.com/kb/TS1408
    Have a good one,
    Delgadoh

Maybe you are looking for