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
  • those name not resolved errors all point to the subdomain new – Milo Commented Dec 28, 2017 at 23:05
  • @Milo Is there a way that I can get it back to how it was before (at subdomain old)? 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
  • try this codex.wordpress.org/Changing_The_Site_URL#Changing_the_Site_URL and if that works change it in settings, this should change the database entries. then delete these changes in wp-config – inarilo Commented Dec 29, 2017 at 11:08
Add a comment  | 

1 Answer 1

Reset to default 0

Looks 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