最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

localhost - Errors using WAMP for local hosting site and Dreamweaver to edit theme

matteradmin9PV0评论

I would like to make offline edits the theme of my live wordpress site using Dreamweaver.

Setup:

Running Windows 10 64-bit and Wamp 64-bit and have exported my database from the live site to the localhost through phpadmin. I'm making sure that the wp-config file has the correct database info and that I'm using incognito mode in Chrome to avoid any cache related issues.

Errors when plugins are enabled through database:

Fatal error: Class 'SiteOrigin_Panels_Revisions' not found in C:\wamp64\www\catalog\wp-content\plugins\siteorigin-panels\siteorigin-panels.php

Errors when plugins are disabled through database:

localhost/catalog/wp-admin redirects me to the live site login when expecting it to take me to localhost path login localhost/catalog/wp-admin.php/ redirects me to my main page

Dreamweaver errors: "Dynamically-related files could not be resolved because the site definition is not correct for this server." I am getting this error even with permalinks set to plain and when I have my testing server setup according my wamp folder path as localhost/catalog and server model selected as PHP MySQL.

I just want to be able to host locally with plugins active and be able to edit the html of the index of my main page localhost/catalog- but it is a php file, so I went to Live Code View in Dreamweaver, copied and pasted that html code that shows up in Live Code View, and pasted it in an html file, but then this html makes the site look all messed up.

Any help for any of these problems would greatly be appreciated. Thanks.

I would like to make offline edits the theme of my live wordpress site using Dreamweaver.

Setup:

Running Windows 10 64-bit and Wamp 64-bit and have exported my database from the live site to the localhost through phpadmin. I'm making sure that the wp-config file has the correct database info and that I'm using incognito mode in Chrome to avoid any cache related issues.

Errors when plugins are enabled through database:

Fatal error: Class 'SiteOrigin_Panels_Revisions' not found in C:\wamp64\www\catalog\wp-content\plugins\siteorigin-panels\siteorigin-panels.php

Errors when plugins are disabled through database:

localhost/catalog/wp-admin redirects me to the live site login when expecting it to take me to localhost path login localhost/catalog/wp-admin.php/ redirects me to my main page

Dreamweaver errors: "Dynamically-related files could not be resolved because the site definition is not correct for this server." I am getting this error even with permalinks set to plain and when I have my testing server setup according my wamp folder path as localhost/catalog and server model selected as PHP MySQL.

I just want to be able to host locally with plugins active and be able to edit the html of the index of my main page localhost/catalog- but it is a php file, so I went to Live Code View in Dreamweaver, copied and pasted that html code that shows up in Live Code View, and pasted it in an html file, but then this html makes the site look all messed up.

Any help for any of these problems would greatly be appreciated. Thanks.

Share Improve this question edited May 30, 2017 at 17:52 Johansson 15.4k11 gold badges43 silver badges79 bronze badges asked May 30, 2017 at 1:54 SamSam 1
Add a comment  | 

1 Answer 1

Reset to default 0

In Dreamweaver, make sure that the Site settings for the remote site are set properly to your local folder.

(Plus the standard "Don't make code changes to a theme, as a theme update will overwrite your changes. Use a Child Theme.")

Post a comment

comment list (0)

  1. No comments so far