pro99
Forum Replies Created
-
@madjax, good to know. Have you contacted Rackspace? We have a ticket open with them, so far they think we are the only ones having that problem. It seems like the new JetPack is not connecting with their network.
We’re seeing the same behavior on about 15 of our sites. On one site we deactivated all plugins. Themes are all different across the sites. We also turned off CloudFlare. No change.
Asking the host, Rackspace, to take a look they claim not seeing this issue on other sites running on their platform with similar configuration as ours. This is what their Linux engineer wrote:
“I tried in multiple browsers and received the same errors repeatedly:
Refresh the page again.Doing this would then throw out the same errors you were seeing, along with the API URL it was trying to hit. Please try reconnecting it one more time and, if possible, set WordPress to debug mode to see if it can provide more information.
There are no errors being produced other than those within the application itself, as our system is not logging any PHP errors that would indicated an outright system problem. Additionally, the connection is timing out rather than outright being refused, and a traceroute from the system to dashboard.wordpress.org is producing latency/packet loss at or after Comcast.”
We also edited the wp-config file for one site with define( ‘WP_DEBUG’, true ); and define( ‘WP_DEBUG_LOG’, true );. No log file is being produced under /wp-content. All we see is the connection timeout in Stats in the Admin Dashboard. Happy to give you access to one of our sites for you to take a look.
@ryancowles thanks for taking a look. The “new stats” work after disconnecting and reconnecting. Though on reconnection attempt I got another error: transport error – HTTP status code was not 200 (520). Tried a second time, it said “you are already connected”, and showed the new stats. Old stats are what broke since last week:
– when looking at the external site, the admin bar at the top usually shows hourly stat bar charts. These now show the broken icon of a non-existent image with no data.
– when logging in, in the main dashboard, stats also don’t display, show the error I pasted in the first post above. Can the new stats be used for these two?- This reply was modified 9 years, 9 months ago by pro99.
Upgraded to 4.3.1 and attempted to reconnect the account:
transport error – HTTP status code was not 200 (520)Update: it did reconnect on the 2nd attempt. Thanks for fixing this everyone.
- This reply was modified 9 years, 9 months ago by pro99.
+1, same issue
+1
Seeing this error on some posts but not others on our French site. Can’t identify a pattern on what triggers the error.
Forum: Fixing WordPress
In reply to: How to stop Getting 404 errors from "mraid.js"We have the same issue, URL/mraid.js 404s for almost every webpage. Has anyone been able to fix this issue at the site level? The ad network we are using has no idea what we need to change for the ads to load correctly and independent of pages.
Thanks Gezim, we’ll stay posted.
Update: article:author is a Yoast setting in the wordpress user profile! We missed that central point in the docs.
We created an App ID and added it to Yoast. What’s puzzling is that we have article:publisher and all the other tags, but for some reason we’re missing article:author in the list.
Thanks Neotrope. Our wordpress site does not have a FB app ID, and the related FB page has a page ID. Is FB Page = App ID, and if not what does one need to do create an app ID?
PS: also read this, http://kb.yoast.com/article/286-facebook-publisher-tags. But no luck, either Author or Publisher.
Trust that Yoast, WordPress and GD will resolve it once they realize how many customers have their sitemaps broken. In the meantime if you call GD they are able to turn off their cache on their end, for your site. It will make it slower, but at least for now errors go away.
Check https://wordpress.org/support/topic/error-warning-class-_php_incomplete_class-has-no-unserializer?replies=5#post-8354173. Are you on GoDaddy hosting?
From one of the WP engineers:
“This is caused by a plugin storing an instance of a class into Memcache
(or the database) either via transients, options, usermeta, postmeta, etc.When the value is retrieved from the cache, and the class is no longer
loaded in WordPress at that time, it’ll trigger this PHP warning. The
class may no longer exist as either the plugin hasn’t loaded it, or the
plugin has been disabled.It’s not a bug in WordPress as such, but rather in whatever is storing the
value into Memcache. In order to diagnose it, you’d need to see the raw data being retrieved from Memcache, look at the classname and dig into what plugin is causing it. It appears to be a bug in a plugin.”PS: GoDaddy was able to turn off their Cache on our site. It’s not optimal, but it seems to have made the errors across XML sitemaps and our external web pages go away for now. If you’re having the same problem ask them to turn off the cache on their end in the php.ini file, it will fix the problem until the bug in WP 4.5.x / GoDaddy cache / Yoast is resolved.
Update: the issue is back. It’s hard to pinpoint what exactly causes it. From several forum posts, talks with GoDaddy support and experimentation with plugins, WordPress 4.5 broke the Cache that GoDaddy runs on all its websites. It’s impossible for site owners to turn off that cache or use an alternative. When flushing the GD cache the issue goes away, until I try and access one of the Yoast sitemaps. At that point it triggers the PHP error, which then shows on every page of our external website until the cache is cleared again.
For now, I am experimenting turning off the Yoast XML sitemap and using another plugin, and it appears to be working. Again, for how long I am not sure. The issue is more likely on the GoDaddy side and their cache/compatibility with the new WordPress 4.5. Today’s 4.5.1 update did nothing to that effect.
I would much rather keep the Yoast XML sitemap. Great if you can help escalate with GoDaddy and I am happy to show you my admin panel, code etc via private message if you want to take a look. Thanks