Michael
Forum Replies Created
-
Disabling the Yoast SEO plugin fixes the issue. Does seem to appear something related to the 5.0.1 update.
Reactivating the plugin, update or publish a post produces the following errors and warnings.
[warn] [client 162.158.126.42] mod_fcgid: stderr: WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND comment_type != 'webhook_delivery' ORDER BY comment_date_gmt DESC LIMIT 1' at line 1 for query SELECT comments.* FROM comments AND comment_type != 'webhook_delivery' ORDER BY comment_date_gmt DESC LIMIT 10 made by require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts [warn] [client xxx.xxx.xxx.xx] mod_fcgid: read data timeout in 120 seconds, referer: /wp-admin/post.php?post=43978&action=edit [error] [client xxx.xxx.xxx.xx] Premature end of script headers: post.php, referer: /wp-admin/post.php?post=43978&action=edit- This reply was modified 8 years, 9 months ago by Michael.
Experiencing the exact same thing. Seems like whatever is going on with the link counting maxes out database connections when posting and brings it all down.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Problem with WP-Rocket PluginAdd me to the list of CSS/JS concatenation not working when AMP for WP is enabled. Latest update fixed the WP-Rocket options in the admin but regardless if they’re checked or not none of the files are being concatenated.
Forum: Plugins
In reply to: [WooCommerce] Missing Aggregate Reviews on Product Pages BugUpdate. It took adding another review to trigger the aggregate rating. Is there a way to force reviews that are stuck in “limbo” before the fix to refresh and show up?
Forum: Plugins
In reply to: [WooCommerce] Missing Aggregate Reviews on Product Pages BugI applied the patched abstract-wc-product.php and class-wc-comments.php files to my test environment but still don’t see the aggregate review stars. Do I have to do anything else?
@rprabowo I just noticed today that some of my posts that had disappearing star ratings in search results started coming back. Looks like the plugin is doing exactly what it should be, and Google is playing around with when they show them.
Noticing the same thing. Many of my posts were showing review rich snippets in SERPs and then this week noticed they all disappeared.
Schema markup looks unchanged from the plugin and Google’s Structured Data Testing Tool show that all is well.
Maybe Google is screwing around with when it displays rich snippets? Back when they supported Google+ Authorship photos I noticed they would disappear and reappear at random in SERPs.
Forum: Plugins
In reply to: [W3 Total Cache] How's 0.9.2.1 working out for everyone?Minify seems to still be broken. None of my styles load. Took a look at the combined/minified CSS that was generated and it says “Bad file param format.” Had to turn it off.
Forum: Fixing WordPress
In reply to: want to alter the gallery layout@plwatts – if you look in the wp-includes folder there is a file called media.php
Scroll down near the end and you’ll find the gallery styles that are being inserted into your posts. You can tweak it there.
<style type=’text/css’>
.gallery {
margin: auto;
}
.gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: {$itemwidth}%; }
.gallery img {
border: 2px solid #cfcfcf;
}
.gallery-caption {
margin-left: 0;
}
</style>Just upgraded to WP2.5-RC2 and am having the same exact problem. Removing the rel attribute fixes it…but I need it for lightbox as well.
The gallery feature is broken I think… Using gallery in my posts displays the thumbnails fine but clicking on them gives sends me to an error page instead of a larger view of the image. The weird thing is it works fine when I preview my post before publishing it. As soon as it’s saved things get stripped out and no amount of editing fixes it.