Skip to main content
Participant
June 3, 2012
Question

Trouble with local server loading wordpress theme

  • June 3, 2012
  • 1 reply
  • 578 views

Hi everyone!

I have a wordpress theme thats installed and I want to work on the files through Dreamweaver cs5.

I am running MAMP on my Mac and this is the page url:

http://localhost/MAMP/?language=English

The port number is 3306

When I go to the site setup menu I put in this:

Site Name: "untilted site'

Local Site Folder: I browse until I find the folder where all the themes files are: /Applications/MAMP/htdocs

In the Server's tab I choose these options:

Server Name: "unamed server"

Connect Using: "local/network"

Server Folder (this is also the same folder where the files are): /Applications/MAMP/htdocs/theme1533

Web URL: http://localhost/

I have clicked the advanced tab and chosen Server Model: PHP MySQL

-----

I try to discover the files and I get an error that says "Dynamically-related files could not be resolved because the site definition is not correct for this server. Retry ][setup"

If I try to preview in browser everything is blank.

What am I doing wrong? I have been fighting this thing all day!

Any help is much appreciated!

❤️

This topic has been closed for replies.

1 reply

Community Expert
June 3, 2012

Something isn't adding up.  The Wordpress structure dictates that the path is in the "wp-content/themes" folder unless you have modified the source.  Then your local site folder where the files are is "htdocs" but the Testing Server you have located at "theme1533".  What you are telling DW is that you are testing the site within the site.  That doesn't make any sense.

If the Wordpress installation is in "htdocs" and you are editing the files in "htdocs" and you want to serve the files from there, then the Local Site Folder and Server Folder should be the same path.  Not 2 different paths.