php cli/joomla.php
Seems the Behaviour - Backward Compatibility plugin isn't loaded in the ConsoleApplication.
Labels |
Added:
No Code Attached Yet
|
looks like a bug yes, also the console application should load the behavior plugins
btw. I think this issue also exists in 4.4?
only system and console are imported if i'm not wrong, form 4.0 iirc
joomla-cms/libraries/src/Application/ConsoleApplication.php
Lines 254 to 256 in 4c799de
I use cron task with Akeeba.
Never had any problems before Joomla 5, so with older versions it works perfectly, I use it on over 30 sites.
btw. I think this issue also exists in 4.4?
Backward Compatibility plugin has no functionality in 4.4 and aliases are still loaded from libraries/classmap.php. This is an issue with 5.0.0 only.
I think I have a pull request for this.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-10-25 07:24:27 |
Closed_By | ⇒ | alikon |
btw. I think this issue also exists in 4.4?
Backward Compatibility plugin has no functionality in 4.4 and aliases are still loaded from libraries/classmap.php. This is an issue with 5.0.0 only. I think I have a pull request for this.
@OctavianC I think what @HLeithner meant was the general issue that behaviour plugins are not loaded by the ConsoleApplication in general, not particularly related to the BC plugin.
I was so fixated on the b/c plugin - yes, this is an issue with 4.4 as well, which doesn't load the behaviour plugins
So the question is if that shall be fixed in 4.4-dev, too, or not. @HLeithner Could you clarify that?
Ping @HLeithner .