sdkjambo
Forum Replies Created
-
Forum: Plugins
In reply to: [Missed Schedule Post Publisher] Potential conflict with CloudFlareThank you for clarifying!
Forum: Plugins
In reply to: [Missed Schedule Post Publisher] Potential conflict with CloudFlareDoes this match what you’d expect for a request to run the plugin? It’s an http request that comes from the server on which the site is hosted, from Action Scheduler. Which presumably runs other processes, too.
path = /wp-admin/admin-ajax.php
querystring = ?action=as_async_request_queue_runner&nonce=[nnn]
HTTP/1.1
user agent = WordPress/6.9.1; [example.com]+1 to this, same issue here, all plugins and themes up to date, WP 6.8.2, Yoast Support pointed me this way to confirm the conflict
Forum: Plugins
In reply to: [Instant Articles for WP] v5.0.0 bug: ‘\Transformer\Transformer’ not foundCheers, Gary, much appreciate the rapid resolution here.
Forum: Plugins
In reply to: [Custom Post Type UI] load_cpt_from_idNo problem, happy to help
Forum: Plugins
In reply to: [Custom Post Type UI] load_cpt_from_idFound it – for reference the source was the “MemberPress Courses” plugin, in BaseCptModel.php there’s evidently something on the developers’ to-do list!
// TODO: Should we do this or throw an error?
//$this->initialize_new_cpt();
error_log(‘load_cpt_from_id didn\’t find ID=’.$id);Forum: Plugins
In reply to: [Custom Post Type UI] load_cpt_from_idResolving thread now
Forum: Plugins
In reply to: [Custom Post Type UI] load_cpt_from_idCheers for your help, Michael, thanks for checking and I appreciate the suggestions, yep I saw that GeneratePress thread. Happy Weekend!