katmacau
Forum Replies Created
-
@cebbi – check over your debug settings. I had wp_debug enabled and set to log error to the debug log but had not disabled error display (as it was a test site). Using these settings in my WP config fixed the issue:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
@ini_set( ‘display_errors’, 0 );Hope that works for you too.
I have also been having the same issue across multiple sites. They did not have this issue before 5.5 and it was only after updating to 5.5 that I have seen this error. Tried switching themes and enabling/disabling plugins with no effect. Does not happen on all page but does on some admin pages. Hopefully a fix is found soon as its very distracting.
Hi Predrag.
I tried disabling CPT, switching to twenty19 and then clearing cache but still the same results with the REST API issue.
I dont have the the top-level domain with https yet. But the site should be ready to go live soon and I can test it then.
Forum: Fixing WordPress
In reply to: Can’t drag and drop blocks in 5.5Finally got this working. For those still struggling. You click and hold down on the arrow icon and then move the arrow icon to where you want that block item to go. I was holding it down and then click on the block and trying to move that – like you did pre 5.5. Very confusing for those coming from 5.4.
Thank you. I’ve created a new thread here: https://wordpress.org/support/topic/hummingbird-rest-api-route-errors/
Hello. I am also getting the same issues. It only happens when I have gutenberg running (Wp 5.5.1). When I switch to classic editor the error disappears. With classic editor disabled. The error appears again. Any updates on when a fix will be available?
On page editor view I also see this in the errors after the above errors.
<b>Warning</b>: Cannot modify header information – headers already sent by (output started at /home/mydomain/public_html/wp-includes/functions.php:5225) in <b>/home/mydomain/public_html/wp-admin/admin-header.php</b> on line <b>9</b><br>
Forum: Fixing WordPress
In reply to: Staging site front end pages showing 404Thanks. I thought that was the case. I tried that but it resulted in an internal server error. Are there rules I can put into the root directory htaccess to tell it ‘about’ the staging directory rules? Eg can I put that line in the root htacess along with the main rewrite rule? Almost like an if else statement for how to rewrite?
Forum: Fixing WordPress
In reply to: Create a custom fatal error pageI’ve found that file and read over it. I can see it mentions:
“This method is called conditionally if no ‘php-error.php’ drop-in is available.”
Doe that mean I create a file called “php-error.php” and put that in my wp-content folder? If so, what do I need to include the file for it to be valid/appropriate? Eg does it need a 503 header?
Forum: Fixing WordPress
In reply to: Create a custom fatal error pageThank you. Will give that a go.
Forum: Plugins
In reply to: [WooCommerce] Database Update Message in Backend does not disappearSame issue here. The workaround function here https://gist.github.com/timmyc/ee0c6f4cb3ed82620efaa16386e62c6b worked for removing the updatebase update notice. But I am still seeing the ‘Coupon management has moved!’ notice. If there a workaround for that one?
Forum: Fixing WordPress
In reply to: Can’t drag and drop blocks in 5.5Agree. 5.5 making it very difficult to move blocks. I can move up and down with arrows but cannot drag into a column or group. Eg I want to move a group of buttons into a column, thats in a group. I can move above or below the group with the arrow tools. But no option to drag into the column. Very frustrating and backwards compared to 5.4!
I am also getting this in my error log. Running the following Yoast related plugins:
Yoast 14.7
Yoast SEO: WooCommerce 4.8
ACF Content Analysis for Yoast SEO 2.6Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Expired Credit Card Subscription RenewalAny updates on this? What do people currently do with Woo Subs and expired cards? Do you ask the expired users to go tot he site and subscribe again? What steps does a user have to take to get a sub up and running again?
Forum: Plugins
In reply to: [WooCommerce] Different tax display for user roles and caching issuesThank you. What I noticed was that the caching issue only seemed to apply to the shortcode on the home page. Eg there I use:
<?php echo do_shortcode('[products limit="4" columns="4" category="trending" class="retail-list-view"]'); ?>On the other pages, like the categories and product pages, the cache bug doesn’t appear.
Hello. The error seems to have resolved itself. I did have the woocommerce pages in the Exclusions list as *\/cart\/ and removed the * prefix but that is the only thing I changed.
The other thing that changed since last noticing the error was changing the woocommerce default customer location from the geo locate (with page caching support) to the store location as default. Perhaps its a clash with the Geolocate option in woocommerce?
I am using WP5.3.3. Woocom 3.9.1. On PHP 7.3.17.