Skip to main content
Participant
October 29, 2010
Question

Dreamweaver CS5 - "Dynamically-related files cannot be discovered because a testing server..."

  • October 29, 2010
  • 3 replies
  • 29256 views

I recently switched from Dreamweaver CS4 to CS5, but now on all my PHP pages a bar appears with the message "Dynamically-related files cannot be discovered because a testing server is not defined" It flashes too, and even if I try to close it, it reappears whenever I save or upload the file. And I don't know why it's saying this, because my PHP includes still show up in the related files bar as always. So how do I disable this? I've never needed a testing server before and I don't want one.

This topic has been closed for replies.

3 replies

Participant
June 18, 2013

I have fixed the problem. Set server settings thusly:

connect using: Local/Network

Server Folder: C:\wamp\www\path_to_your_site\

Web URL : http://127.0.0.1/path_to_your_site/

Participant
January 23, 2014

Worked great - I used 'localhost' instead of the IP address for web url. Thanks!

Participant
December 7, 2010

I've got mad with the same problem, the message "localserver not found".

I've have had no problems in other machine, when running the Lynda tutorial, with a similar OS and configuration. Reinstalling and running in a newer PC, same OS : XP Pro SP3-1636,32 bit, same security, Avira Antivir Desktop ver. 10.x and Comodo Firewall 5.0.x with Firewall - Defense Plus- Sandbox Modules all ON.

As in the old machine, I've configured WAMP 2.0i with root security, cookie login and MyISAM configured through MySQL my.ini.(Allowing a common incremental backup of the complete folder)

I've used the configuration of unique local folder at %/wamp/www/ [site_name] / [blog]  (where blog is wordpress directory renamed)

Had no problems with wordpress setup, but when configured the site in DRWCS5 the fatal message displayed first time.

I've tried all kind of solutions suggested (in the meantime I've learnt a lot about security and different ways to configure localservers).NO WAY

Then I've followed http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html  tutorial, so I've decided also to give XAMPP a try.

I followed all carefully and got again the damm message.

I've checked then as suggested the firewall config, apparently no problems with the connection menu, no blocked apps. at all except those I've tailored.

As a last recurse, I've checked the windows security and surprise!  windows firewall was active. As I never care about, because of virtually all installation firewall switch OFF the windows one, I've never realized it was still active.

Just in case, I've put an exception allowing drwcs5 connection to 127.0.0.1:80 (localhost) tcp/udp and dann I've switch the win firewall OFF.

This later because it's not the first time a windows uptdate change drivers or settings without advice.

Voilá !! I've got the ensamble XAMPP + DRWCS5 running without glitches.

So I suggest that you may check carefully the firewall settings. Sometimes, you have a stack with more than one rule referred to the same application.

Simplify, delete all instances in the stack, and then re-write a new rule , allowing access to the local loop through port 80.

Note: I've noticed, that WAMP conflict in some way with my OS configuration ,the ACPI or NVIDIA drivers (really do not know) and the system becomes unstable. XAMPP seems not to behave the same way. So I will stay with it, instead of WAMP.

Participant
October 30, 2010

Here's what I'm talking about. Notice how I have a PHP include which shows up in the related files bar. Yet that annoying "Dynamically-related files cannot be discovered" bar keeps popping up and flashing EVERY TIME I OPEN, SAVE, OR UPLOAD a file!!!! Can anyone please tell me how to get rid of this???

http://www.mediafire.com/imgbnc.php/186d6247d76fc8dd99f843c8b1ab7e9d671aa4bdf4a2a0c291c0a489f2b25ea96g.jpg

Known Participant
November 9, 2010

I had a similar problem with Joomla and it drove me crazy. You can go to preferences and there is a switch under ''General' > 'find dynamic files' . You can disable it there.

HOWEVER - I also discovered that if you set up your site where your site folder is inside your webserver ( ie htdocs ) AND you create a testing server with the same folder, then DW % is very,very helpful in finding all your dynamic files. The fact that it is complaining ( I had the same) tells me that it does not like how you have set up your folders.

Participating Frequently
November 29, 2010

Hi there,

I've just set up my PHP local testing server, although its not working properly! If you could help that would be so wonderful!

Here is my current settings:

Local Site Folder: C:\XAMPP\htdocs\valsoo\

Web URL: http://localhost/valsoo/

Server Folder: C:\XAMPP\htdocs\valsoo\

Local/Network

Server Model: PHP MySQL

I'm testing the 'local testing server' with a file called site_check.php which works in the Local Site Folder root (C:\XAMPP\htdocs\valsoo\site_check.php) but fails to work when the file is within folders (C:\XAMPP\htdocs\valsoo\lesson01). Not all files work in the root either. ANY SUGGESTIONS?

Thanks so much!