raalknz
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to delete action schedulerHi,
Thanks for the clarification. So I didn’t touch anything since last friday and the strange thing is I don’t see the cron running anymore in my PHP logs but action_scheduler_run_queue is still registered in the cron event list. I’m kinda confused but it doesn’t seem to execute so…I guess
wp eval "wp_clear_scheduled_hook( 'action_scheduler_run_queue' );"fixed the thing after all ?
I’m going to mark this as resolved as the task isn’t consuming server resources but I don’t understand why it is still in the list…
Forum: Plugins
In reply to: [WooCommerce] How to delete action schedulerHello,
Just tried it but it doesn’t seem to affect it…
wp-cli eval "wp_clear_scheduled_hook( 'action_scheduler_run_queue' );"
wp-cli cron event list
hook | next_run_gmt | next_run_relative | recurrence |
+------------------------------------+---------------------+-----------------------+---------------+
| action_scheduler_run_queue | 2026-05-22 05:56:44 | 36 seconds | 1 minute |What seems interesting is I relaunched the wp-cli eval command with –debug to see what happens and the wp_clear function executed well without generating error
Debug (bootstrap): argv: ../scripts/wp-cli eval wp_clear_scheduled_hook( 'action_scheduler_run_queue' ); --debug (0.227s)
Debug (bootstrap): ABSPATH defined: /var/www/html/public/ (0.227s)
Debug (hooks): Executing hook: before_wp_load (0.227s)
Debug (hooks): Processing hook "before_run_command" with 1 callbacks (0.227s)
Debug (hooks): On hook "before_run_command": WP_CLI\Bootstrap\RegisterDeferredCommands->add_deferred_commands() (0.227s)
Debug (bootstrap): Running command: eval (0.227s)Is there no way to just make a clean uninstall of the action scheduler ? Not only disabling the cron.
Thanks for your help
- This reply was modified 2 weeks, 6 days ago by raalknz.
Forum: Plugins
In reply to: [WooCommerce] How to delete action schedulerThing is WooCommerce is already uninstalled and thought Action Scheduler would go away with it. I don’t think another plugin on this site would have it installed since I have the same on others websites and don’t encounter this issue. The only specifics plugins for this site are Events Manager (https://ww.wp.xz.cn/plugins/events-manager/) and WP FullCalendar (https://ww.wp.xz.cn/plugins/wp-fullcalendar/) and I don’t find anything on the documentation mentioning events manager use the actions scheduler.
Thank you
Forum: Plugins
In reply to: [WooCommerce] How to delete action schedulerHi,
Thanks for your response. I already tried the 2 solutions (forgot to mention it)
wp cron event delete action_scheduler_run_queueonly deletes the next single event running, since it’s a repeatable event, it doesn’t affect those coming after.Tried to pause it from WP Crontrol as well but the event was still running.
I emptied all the Action Scheduler tables this morning but the cron is still called. I don’t know if deleting the tables would help further.
Forum: Plugins
In reply to: [Autoptimize] PHP Warning file_put_contentsHi,
Seems to work, thank you 🙂
Hi ! Thanks for the update, a quick feedback :
- focusing on icon now works and aria-label is read correctly for the “Copy to clipboard” button but no feedback is given -> the screen reader does not read “Copied”
- focusing on overlay and pressing spacebar/enter copy the code but no overlay is being displayed on screen (only works with hover) and like before, the screen reader does not announce if the content has been copied
Thank you for your time 🙂
Okay I didn’t see you could already customized the “Copied” textbox in the dashboard so that’s cool 🙂
Hi,
Thanks for your reactivity. Indeed, the copy button works but I didn’t notice because there isn’t a default style for it, I’ll update it on my site. The copy icon does not like you said. I just downloaded the plugin this morning so I didn’t test the shortcode yet
Improving the aria label can also be useful yes 🙂 Could you make it customizable to change it if the site is not in english (same for “Copied!” actually) ?
I would be glad to retest the new version once you’re done. I’ll test with a screen reader and will give you a feedback.
Thank you for considering accessibility issues 🙂
Hi Trey,
Thanks for your answer. I see, I’m not against doing some custom coding myself but I don’t know what data format is expected to matche with their relationship fields. I’ll ask them !
Again, thank you, I’ll mark this as resolved.
Forum: Plugins
In reply to: [Authorizer] Should I keep authorizers options autoloaded ?Thanks for your answer ! I turned the options off on the production site and it works fine.
Have a nice day.
Thanks, it works fine
Forum: Plugins
In reply to: [Participants Database] Participants list not updating in frontHello,
I just wanted to update if anyone encounters the same issue : the culprit was Elementor. After cleaning and deactivating Elementor’s cache, everything worked fine again.
Thank you
Forum: Plugins
In reply to: [Polylang] CPT appears in all languages since 3.7.X updateThanks for the tips in pods template altough i would prefer an update to fix the issue because we have 20+ sites with Polylang installed and we don’t really want to go through all of them to edit the templates. Thanks
Forum: Plugins
In reply to: [Participants Database] Participants list not updating in frontI went the straightforward route on my testing site (not the one I linked before) and deactivated my cache plugin + define(‘WP_CACHE’,false); in wp-config but it unfortunately did not solve the problem.
As for the detail sequence of events, I just fill the form to add a new participant, click on “Validate”, see it on database and backoffice but when I go to the front office, I don’t see the new entry EXCEPT the first one I add after I deactivate/active a plugin. It does not have to be PDB, it can really be a random one.
The funny thing is deleting a participant in the database lead to the same issue. I can still see the one I deleted on the front page until I do the plugin manipulation.
I am sorry if it is not clear enough, english is not my native language. Please let me know if you had another idea when you were talking about the cache.
Thank you
Forum: Plugins
In reply to: [Participants Database] Participants list not updating in frontHi,
Thanks for your answer. I don’t think it’s a cache issue since I already tried to purge the cache and it didn’t help. The participant also won’t show up on another browser. The problem appeared only like last month, we didn’t have any issue before that.