Cannot access my blog.
-
We were unable to make an XML-RPC request to your website. Please make sure that XML-RPC is turned on and that Jetpack is installed, activated and connected with your WordPress.com account.
I am getting this error ^^^^
I cannot access my dashboard. In fact, I cannot even log into my self-hosted wordpress account anymore. For some reason, when I go to log in, I get redirected to the old wordpress.com log in and it takes me to the original wordpress.com dashboard and blog I started out with. I contacted my hosting company and they assured me it is nothing on their end….
The blog I need help with is: (visible only to logged in users)
-
Hi!
For some reason, the self-hosted login is being redirected to your WordPress.com login, which definitely shouldn’t be happening. Could you try disabling all plugins on your site to see if that helps to correct the issue? Since you can’t login to your self-hosted site, you will have to do this by logging into your hosting service backend and changing the plugins folder from “wp-content/plugins” to “wp-content/plugins-disabled.” Can you give that a try?
-
-
I deleted jetpack thinking the bugged jetpack was the problem. so I thought I would just delete it and then re load the newer version without the glitch… it didn’t work!
-
Hi!
It looks like foodgurly.com/wp-admin is still redirecting, which is causing the login issue. You should be able to rename the plugin folder to wp-content/plugins-disabled from your CPanel. Can you give that a try?
-
-
Ok, I changed the plugins to disabled. Now foodgurly.com seems to exist, but now I am getting this error…
404 Not Found
The server can not find the requested page:
foodgurly.com/wp-admin/ (port 443)
Please forward this error screen to foodgurly.com’s WebMaster.
Apache Server at foodgurly.com Port 443
-
Hi!
The link foodgurly.com/wp-admin appears to be working on my side. Can you let me know if it’s working for you as well?
-
Yes, I am all set, thank you. It was a problem with the hosting company. Some how the site was set to redirect through wordpress.com. Not sure what happened but it’s fixed now. Thank you!
-
-
Aye aye aye…if it’s not one thing it’s another! Now I’m getting this error!! What’s going on with worpress????
Warning: require_once(/home/blogdigg/public_html/wp-admin/includes/class-wp-list-table.php) [function.require-once]: failed to open stream: No such file or directory in /home/blogdigg/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php on line 97
Fatal error: require_once() [function.require]: Failed opening required ‘/home/blogdigg/public_html/wp-admin/includes/class-wp-list-table.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/blogdigg/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php on line 97
-
-
-
No. I can get into my dashboard now, but my widget page comes up as 404 page not found…and my customize page gives this error…
Fatal error: Call to a member function check_capabilities() on a non-object in /home/blogdigg/public_html/wp-includes/class-wp-customize-control.php on line 233
-
Also, I cannot add jetpack as a plugin for some reason… through filezilla or the plugin page…
-
-
Hi!
You’re going to be best served by reaching out to your host in this case since this is a self-hosted site. We primarily support WordPress.com sites in this forum. Can you reach out to your host and see if they can offer up any insight? Once this gets resolved, I’m happy to help you setup Jetpack.
-
Ok, thanks. The guy I talked to earlier didn’t know what he was doing. He said he was going to have someone look at it…So I don’t know. I night have to talk to someone else. I will let you know when it’s working correctly. :)
-
Hi Jeremy! So the hosting company says it’s a coding problem and they won’t fix it. Told me what to do problem is, I don’t know what the exact problem is. This is what they said to me…
To access this code.
1. Log into foodgurly.com cPanel account.
2. In the Files section please click on the File Manager
3. Click on public_html
4. Click on wp-includes
5. Click on class-wp-customize-control.php to highlight it.
6. Click on View in the tool bar above the files(the icon looks like a magnifying glass) This will show you the code.
7. Scroll down to line 233 and you will find the coding problem.This coding problem is somewhere in these lines here….
* Check if the theme supports the control and check user capabilities.
*
* @since 3.4.0
*
* @return bool False if theme doesn’t support the control or user doesn’t have the required permissions, otherwise true.
*/
public final function check_capabilities() {
foreach ( $this->settings as $setting ) {
if ( ! $setting->check_capabilities() )
return false;
}$section = $this->manager->get_section( $this->section );
if ( isset( $section ) && ! $section->check_capabilities() )
return false;return true;
}/**
* Check capabilities and render the control.
*
* @since 3.4.0
* @uses WP_Customize_Control::render()
*/
public final function maybe_render() {
if ( ! $this->check_capabilities() )
return;/**
* Fires just before the current Customizer control is rendered.
*
* @since 3.4.0
*
* @param WP_Customize_Control $this WP_Customize_Control instance.
*/
do_action( ‘customize_render_control’, $this );/**
It’s hard counting those lines….do you see anything that is problematic here??? I just copied and pasted from CPanel so this is just the way it is in there. Thank you for all your time! I really appreciate it!
-
Hi!
I’m not sure where the error is there. Can you post in the WordPress.org forums here?
https://wordpress.org/support/
This forum provides support for WordPress.com accounts. If you post in the forum linked above, someone more familiar with WordPress.org will be able to help out!
- The topic ‘Cannot access my blog.’ is closed to new replies.