admin管理员组文章数量:1122846
I'm trying to fix a website for a company I used to work for. It looks like the CSS has been stripped from the page (won't load in any browser, I've tried multiple), the Wordpress theme I had installed is no longer functional, and the wp-admin login page that used to show is no longer loading - there is an ERR_NAME_NOT_RESOLVED that displays when I try to load the login page, and looking in the console on the homepage shows the same error for multiple elements in the page. I have access to the GoDaddy domain information, and I updated WordPress to the most recent stable version with the hopes it might help. It has done nothing.
I do not have a lot of experience with this kind of development. Anybody have any idea what went wrong/where I can start to troubleshoot and get the site back to normal? Or even just an idea to get me access to the WordPress admin page?
/ if anyone wants to take a look. It used to operate at the regular domain as it now does at / Thank you for your time.
UPDATE: I've found that the website that was previously intact is viewable at old.attorneymediateddivorces/ - this is true for all webpage URLS, but the admin logon is still nonresponsive and returns an error (ERR_NAME_NOT_RESOLVED) when I try to log on. The WordPress theme was Zerif Pro - see here /
I'm trying to fix a website for a company I used to work for. It looks like the CSS has been stripped from the page (won't load in any browser, I've tried multiple), the Wordpress theme I had installed is no longer functional, and the wp-admin login page that used to show is no longer loading - there is an ERR_NAME_NOT_RESOLVED that displays when I try to load the login page, and looking in the console on the homepage shows the same error for multiple elements in the page. I have access to the GoDaddy domain information, and I updated WordPress to the most recent stable version with the hopes it might help. It has done nothing.
I do not have a lot of experience with this kind of development. Anybody have any idea what went wrong/where I can start to troubleshoot and get the site back to normal? Or even just an idea to get me access to the WordPress admin page?
http://attorneymediateddivorces.com/ if anyone wants to take a look. It used to operate at the regular domain as it now does at http://old.attorneymediateddivorces.com/ Thank you for your time.
UPDATE: I've found that the website that was previously intact is viewable at old.attorneymediateddivorces.com/ - this is true for all webpage URLS, but the admin logon is still nonresponsive and returns an error (ERR_NAME_NOT_RESOLVED) when I try to log on. The WordPress theme was Zerif Pro - see here https://demo.themeisle.com/zerif-pro/
Share Improve this question edited Dec 28, 2017 at 23:23 fellow.human asked Dec 28, 2017 at 22:56 fellow.humanfellow.human 12 bronze badges 3 |1 Answer
Reset to default 0Looks like theme problems to me. I'd change it back to one of the 'Twenty' themes as a first step. If OK, then start diagnosing the theme. (You could reinstall the theme manually which might protect settings, or FTP the theme files manually. Or just remove the theme and reinstall, but you might have to re-do all the theme settings.)
If not the theme, then some plugin might be getting in the way. A quick way to check that is to rename the plugins folder and reload the site. If that fixes things, then start loading plugin folders into wp-content/plugins to find the one that is causing problems.
Also, check the database's wp_options table for the correct URL in the two entries/rows. Correct it to the proper URL.
That might get you started.
Moving back to the 'old' version might be harder. If you have admin access to old and new URLs, then using the WP Clone plugin is my go-to for the easiest way to move a site from one URL to another.
本文标签: cssUnable to properly load Wordpress Admin page
版权声明:本文标题:css - Unable to properly load Wordpress Admin page 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736295976a1929686.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
new
– Milo Commented Dec 28, 2017 at 23:05old
)? How do I change this? Do I have to back up the subdomain that functions and then move it back? – fellow.human Commented Dec 28, 2017 at 23:14