Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: Could be CB Auto Actions is loading too early. Try moving the Joomla language system plugins, if in use, to be before the CB Auto Actions plugin. If that doesn't work try the below change after adjusting the ordering.
IN: plugins/system/cbautoactionsbot/cbautoactionsbot.php
ON: Line 18
FROM:TO:Code:public function onAfterInitialise()Code:public function onBeforeRender()
That's latest possible trigger it could use, but will of course limit CB Auto Actions ability to alter Joomla (can no longer implement custom routing rules via CB Auto Actions).
Please Log in or Create an account to join the conversation.
But this is a change in the core code and will be replaced if the plugin is updated?krileon wrote: IN: plugins/system/cbautoactionsbot/cbautoactionsbot.php
ON: Line 18
FROM:TO:Code:public function onAfterInitialise()Code:public function onBeforeRender()
Please Log in or Create an account to join the conversation.
Did the second solution of changing the function work?Sadly the first solution didn't work.
Looks like Joomlas language doesn't load soon enough. So yes it could be a bug, but also means the loss of custom routing code in CB Auto Actions if the event used has to be changed.To me this looks like a bug. Will it be fixed?
Yes.But this is a change in the core code and will be replaced if the plugin is updated?
Please Log in or Create an account to join the conversation.
krileon wrote:
Sadly the first solution didn't work.
Did the second solution of changing the function work?
Yes, it id. Thanks!
That's good but I never like to change core code. Is this something that you will change in future versions of the plugin or do you "blame" Joomla for it?
Please Log in or Create an account to join the conversation.