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 11 Answer
Reset to default 0In 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.")
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745659530a4638750.html
评论列表(0条)