Error compiling plugin linked to a component #1023
Labels
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1023
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 with a plugin attached to it
Expected result
compile succesfull.
Actual result
Error:
System information (as much as possible)
Additional comments
I get this error after i updated a JCB instance from version 2.3 to the latest stable release. Then i tried to compile a component again.
Hi Tom, I am in the middle of major moves towards the J4 build target, and can help with this right away. If you could debug this a little more, and see if you can fix this it will really help me.
I want to get JCB 3.2 (in Joomla 3) out that can build Joomla 4/5 extensions. You will see that we already have nearly all namespace for all J[ClassName] in place when you take a look at the last update to getBible. Which means we are almost there...
I will bump out a Beta soon.
hi,
Looking at the code in setMainXmlFile() I notice that the function works with an object, so I removed the "mixed" type from the function declaration and now it works.
\libraries\jcb_powers\VDM.Joomla\src\Componentbuilder\Compiler\Joomlaplugin\Structure.php
Change it to this
We fixed this in the last beta release, as this issue was mentioned by @vistamedia in #1045
I had the previous version of JCB and when I encountered the problem for the first time, I tried to solve it and posted my solution, then I saw that it was already solved. 😅
I will then close this issue, should it come up again, you can either bump this issue or open a new one.