-
Posted a reply to Missing closedpostboxesnonce, on the site WordPress.org Forums:
This is apparently an HPOS regression and has been fixed in the source code but… -
Posted a reply to Missing closedpostboxesnonce, on the site WordPress.org Forums:
Are the nonce fields missing in the new React page? <?php wp_nonce_field('closedpostboxes', 'closedpostboxesnonce', false );… -
Created a topic, Missing closedpostboxesnonce, on the site WordPress.org Forums:
Hello, the wp-admin/admin-ajax.php admin page request … -
Posted a reply to Long standing Javascript problem, on the site WordPress.org Forums:
Hi @andergmartins, this is still not fixed. What happened? -
Created a topic, Does not work with custom meta, on the site WordPress.org Forums:
The way the plugin checks for existing variations in t… -
Posted a reply to Long standing Javascript problem, on the site WordPress.org Forums:
Much appreciated! -
Posted a reply to Long standing Javascript problem, on the site WordPress.org Forums:
Apologies for not replying sooner. I do not exactly know how to replicate the issue… -
Created ticket #59356 on Core Trac:
OperationalError: database is locked -
Created ticket #59355 on Core Trac:
TypeError: Cannot read properties of undefined (reading 'hasClass') in ... -
Created a topic, Long standing Javascript problem, on the site WordPress.org Forums:
I see this admin-only JS issue on a regular basis. It … -
Posted a reply to PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated, on the site WordPress.org Forums:
Downgrading to PHP 8.0 is not an option. Please ask the developers what they will… -
Posted a reply to PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated, on the site WordPress.org Forums:
Could we provide a temporary fix for it? It's filling up my Rollbar warnings and… -
Posted a reply to Cron events disappear, on the site WordPress.org Forums:
To clarify, in my case, it wasn't so much the caching plugin as the fact… -
Created a topic, PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated, on the site WordPress.org Forums:
Please fix this PHP 8.1 warning: PHP Deprecated: … -
Posted a reply to Cron events disappear, on the site WordPress.org Forums:
I noticed LSCache object cache indicated that my redis extension was disabled, which was odd.… -
Posted a reply to Cron events disappear, on the site WordPress.org Forums:
It looks like this is a conflict between this plugin and the caching plugin I… -
Posted a reply to Cron events disappear, on the site WordPress.org Forums:
This command associated with the hook looks wrong: PublishPressFuture\Modules\Expirator\Controllers\ExpirationController->onActionRunPostExpiration() I don't think this is valid… -
Posted a reply to Cron events disappear, on the site WordPress.org Forums:
I also added an error_log() call to onActionRunPostExpiration and I don't see anything in the… -
Posted a reply to Cron events disappear, on the site WordPress.org Forums:
Interestingly, while I can see the cron events for a short time through the admin… -
Posted a reply to Cron events disappear, on the site WordPress.org Forums:
Here is what I see before cron runs:https://ibb.co/64YcbHJ You can see the correct and incorrect… -
Posted a reply to Cron events disappear, on the site WordPress.org Forums:
Looking at the debug log when I update the expiration date on a post (ID:… -
Created a topic, Cron events disappear, on the site WordPress.org Forums:
My posts systematically lose their cron event once cro… -
Created a topic, Empty date field returned as ‘0000-00-00’, on the site WordPress.org Forums:
Is it expected that an empty field of type Date would … -
Posted a reply to Cron event not found – after update to 2.8.2, on the site WordPress.org Forums:
Are the fixes included in the 2.8.3 version? I'm still seeing posts losing their cron… -
Posted a reply to Cron event not found – after update to 2.8.2, on the site WordPress.org Forums:
I see the cron events being created as seen in the screenshot below:https://ibb.co/9b01rxH But once… -
Posted a reply to Cron event not found – after update to 2.8.2, on the site WordPress.org Forums:
I tried the beta and the issue is not fixed in my case. -
Posted a reply to Cron event not found – after update to 2.8.2, on the site WordPress.org Forums:
My cron events seem to either not get created or they disappear after a minute.… -
Created ticket #57300 on Core Trac:
parse_tax_query() does not handle array query param when taxonomy has ... -
Posted a reply to Fatal Error on updating to 6.0.2, on the site WordPress.org Forums:
Here is a possible fix, though I don't know if it will work in all… -
Posted a reply to Fatal Error on updating to 6.0.2, on the site WordPress.org Forums:
This is not a redis cache problem. The issue is that the posts_orderby filter runs… -
Posted a reply to Fatal Error on updating to 6.0.2, on the site WordPress.org Forums:
It looks like this function was added, but is never called: // the-events-calendar/src/Events/Custom_Tables/V1/WP_Query/Custom_Tables_Query.php protected function… -
Posted a reply to Fatal Error on updating to 6.0.2, on the site WordPress.org Forums:
It's surprising this is still not fixed. WP does this to translate 'date' to 'post_date'… -
Created a topic, Headers already sent, on the site WordPress.org Forums:
Hello, I started to get this after upgrading to WP 6.… -
Posted a reply to Possible integration issue with tribe_event post type, on the site WordPress.org Forums:
Filed bug on github: https://github.com/pods-framework/pods/issues/6907 -
Posted a reply to Possible integration issue with tribe_event post type, on the site WordPress.org Forums:
Adding the following line seems to fix the bug: $display_filter = pods_v( 'display_filter', pods_v( $field_index,… -
Posted a reply to Possible integration issue with tribe_event post type, on the site WordPress.org Forums:
Looks like the bug was already filed here but got closed mistakenly. -
Posted a reply to Possible integration issue with tribe_event post type, on the site WordPress.org Forums:
Okay I understand the default field index as post title. Now I see that $display_filter… -
Posted a reply to Possible integration issue with tribe_event post type, on the site WordPress.org Forums:
Okay, I tried reverting the TEC plugins and same result so it's not due to… -
Posted a reply to Possible integration issue with tribe_event post type, on the site WordPress.org Forums:
Thanks for the quick replies. I need to fix this up today, so trying to… -
Posted a reply to Possible integration issue with tribe_event post type, on the site WordPress.org Forums:
I have trouble understanding why the following call: $display_filter_args = pods_v( 'display_filter_args', pods_v( $field_index, $search_data->pod_data['object_fields']… -
Posted a reply to Possible integration issue with tribe_event post type, on the site WordPress.org Forums:
My custom field is configured to use {@permalink} as Display Field in Selection List. I… -
Posted a reply to Possible integration issue with tribe_event post type, on the site WordPress.org Forums:
Correct but the call with two arguments comes from here: $result[ $field_index ] = call_user_func_array(… -
Created a topic, Possible integration issue with tribe_event post type, on the site WordPress.org Forums:
Hello, I just updated to the Events Calendar (and Pro… -
Posted a reply to PHP 8.* compatibility, on the site WordPress.org Forums:
Sure, done! -
Posted a reply to Incorrect json+ld generated, on the site WordPress.org Forums:
Hi @jaysupport, sorry for the duplicate port. I've been told multiple times that I should… -
Created a topic, PHP 8.* compatibility, on the site WordPress.org Forums:
Hello, I see the following warnings with PHP 8.1: [08… -
Created a topic, PHP 8.* compatibility, on the site WordPress.org Forums:
PHP 8.1 reports the following deprecated messages: [0… -
Created a topic, Incorrect json+ld generated, on the site WordPress.org Forums:
Hello, I am getting the same issue reported here: htt… -
Posted a reply to Expiration not working with WooCommerce products anymore, on the site WordPress.org Forums:
Still happening but I haven't been able to figure out why. I have three products… -
Created a topic, Expiration not working with WooCommerce products anymore, on the site WordPress.org Forums:
Hello, The plugin used to handle WC products expirati…