Skip to main content
fernando luizg3413734
Inspiring
May 3, 2017
Answered

Site local teste não funciona

  • May 3, 2017
  • 1 reply
  • 751 views

Falha ao identificar arquivos relacionados dinamicamente

This topic has been closed for replies.
Correct answer fernando luizg3413734

Failure to  find dynamically related files is quiet common.  It does not always mean there is a problem.  I have many PHP sites that use includes within includes.  DW says it cannot find dynamically related files, but it work sjust fine when I preview the localhost in my browser. 


Thanks Nancy Oshea.

With this error my site didnt works.

After I did  read David Power's article in Adobe  Developer Connection, I changed  URL WEB: http://localhost/php_test for http://localhost:8000/php_test, when I was configurating server in DW.

8000 is the port of wamserver in action. Hint's David Power was to XAMP, but it Works fpr WAMP.

1 reply

Legend
May 3, 2017

This might mean you do not have your local testing server running. Are you using MAMP or XAMPP? If so do you have it running while trying to access the files?

fernando luizg3413734
Inspiring
May 3, 2017

I use wamp, it''s running, folder with files placed in www.

Legend
May 3, 2017

Are you using Wordpress?