Profiles

  • Member Since: April 11th, 2015
  • Find me on:
  • Posted a reply to Please help with REST API not work, on the site WordPress.org Forums:
    For those interested, you'll need to add this to the request: $request->set_param( '_wpcf7_unit_tag', <some_value> );…

  • Posted a reply to Please help with REST API not work, on the site WordPress.org Forums:
    @takayukister How can the unit tag be generated when using a headless WP site (i.e.…

  • Posted a reply to Persistence Preferences JS loaded when no user is logged in, on the site WordPress.org Forums:
    It has. The faulty plugin was Updraft Central.See: https://wordpress.org/support/topic/uc-gutenberg-blocks-loaded-on-all-frontend-pages/#post-17549604

  • Closed ticket #60868 on Core Trac:
    Persistence layer tries to make a REST API call to '/wp/v2/users/me' ...

  • Posted a reply to uc-gutenberg-blocks loaded on all frontend pages, on the site WordPress.org Forums:
    add_action('enqueue_block_assets', array($this, 'enqueue_gutenberg_block_scripts')); The enqueue_block_assets action is for common admin and frontend scripts. Its associated…

  • Created a topic, uc-gutenberg-blocks loaded on all frontend pages, on the site WordPress.org Forums:
    The plugin seems to be loading the uc-gutenberg-blocks…

  • Created a topic, Persistence Preferences JS loaded when no user is logged in, on the site WordPress.org Forums:
    Hello, the duplicator plugin appears to be loaded the …

  • Created ticket #60868 on Core Trac:
    Persistence layer tries to make a REST API call to '/wp/v2/users/me' ...

  • Posted a reply to Manual orders not working anymore without country/state, on the site WordPress.org Forums:
    I should mention that the order is created through the REST API.

  • Posted a reply to Manual orders not working anymore without country/state, on the site WordPress.org Forums:
    Here is the Stripe error: "You passed an empty string for 'billing_details[address][country]'. We assume empty…

  • Created a topic, Manual orders not working anymore without country/state, on the site WordPress.org Forums:
    When creating a manual order and sending an invoice to…

  • Created a topic, cfdbdata not working anymore, on the site WordPress.org Forums:
    For an unknown reason, the cfdbdata function stopped w…

  • Created a topic, Another release another bug, on the site WordPress.org Forums:
    I just updated TEC and TEC Pro. And I just got this fr…

  • Posted a reply to Bug with custom post types, on the site WordPress.org Forums:
    Additionally this code uses both \WP_Post and WP_Post when it should one or the other:…

  • Posted a reply to Bug with custom post types, on the site WordPress.org Forums:
    I think the bug might be here: public function registerClassicEditorMetabox($postType, $post) { $factory = $this->currentUserModelFactory;…

  • Created a topic, Bug with custom post types, on the site WordPress.org Forums:
    Here is the stack trace: [ERROR] lvl:1 | msg:U…

  • Posted a reply to How to set time to midnight, on the site WordPress.org Forums:
    Should I use 12am?

  • Created a topic, How to set time to midnight, on the site WordPress.org Forums:
    I'm trying to set the time to midnight with the new in…

  • Posted a reply to Missing category selector, on the site WordPress.org Forums:
    Never mind, that's my bad trying to fix a bug in one of the JS…

  • Created a topic, Missing category selector, on the site WordPress.org Forums:
    Someone seems to have broken recently, the terms selec…

  • 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…