trisky
Forum Replies Created
-
Forum: Plugins
In reply to: [Action Scheduler] Critical error after plugin updateSolved in wp-mail-smtp 2.9.0
https://ww.wp.xz.cn/plugins/wp-mail-smtp/#developers2.9.0 – 2021-06-24 .... Fixed: Action Scheduler library loading issue.Upgrading wp-mail-smtp fixes the issue 🙂
Forum: Plugins
In reply to: [Action Scheduler] Critical error after plugin updateHi there!
@wpkiller do you mind sharing which plugin did you use? I’m having the same issue.Forum: Plugins
In reply to: [Action Scheduler] Critical error after plugin updateHi there! I’m having the same problem.
It seems that the class was already in use by an other plugin: wp-mail-smtp
wp plugin list
PHP Fatal error: Cannot declare class ActionScheduler, because the name is already in use in /www/web/app/plugins/action-scheduler/classes/abstracts/ActionScheduler.php on line 10With actionScheduler disabled:
wp shell
wp> ActionScheduler::class
=> string(15) “ActionScheduler”
wp> (new \ReflectionClass(‘ActionScheduler’))->getFileName();
=> string(116) “/www/web/app/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php”Shouldn’t action scheduler check if it’s already installed since it’s supposed to be used by “other plugins”?
According to the FAQs thats what actionscheduler should do but it seems it’s not doing so?