Call to a member function get() on null when compiling with modules enabled #1020
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Total Time Spent: 10 seconds
Due Date
kommid
10 seconds
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1020
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?
Steps to reproduce the issue
Compile a component that has a Joomla module
Expected result
component and module(s) are compiled and ready for download/insall
Actual result
error message: Call to a member function get() on null
System information (as much as possible)
Additional comments
When I disable my Joomla Modules in JCB prior to compiling the componen, compilation finishes as expected.