[BUG]: Missing Factory call in JoomlaFive Event class of the Compiler. #1093
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1093
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What Happened?
Missing Factory call in JoomlaFive Event class of the Compiler.
Steps to reproduce the Bug
Compile a Demo Component in Joomla five Component Builder
Which Joomla version are you compiling in?
v5.0.3
Which PHP version are you compiling in?
v8.2
Which Joomla versions are you targeting?
All
Which PHP version are you targeting?
8.2
Which Web server is JCB running on?
Apache 2.4
Which Relational Database is JCB running on?
Mysqli Latest
Which OS is JCB running on?
Ubuntu 22.04
Which JCB version are you using?
v5.0.0-alpha4
Which Joomla version is JCB installed on?
Joomla 5
Where in JCB did this issue occur?
Compilation of a component
On which browsers did you encounter the issue?
Firefox
Additional Comments
No response
[BUG]:to [BUG]: Missing Factory call in JoomlaFive Event class of the Compiler.Can you in the Event class for JoomlaFive add the following header use statement as a temp fix... and let me know if it worked.
I will add it to the next update.
Yep! adding that extra line to the Event class of JoomlaFive fixed the problem.
It is now successfully compiling the demo component for versions 3, 4, and 5 of Joomla.
Thank you! 👍
Installing new Joomla Component Builder v5.0.0-alpha5fixed the issue and adding new fields works.
This issue can be closed.