[BETA] Cannot add frontend view to my component on J5 #1044
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1044
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
Create a component with an admin view, a dynamic get (getListQuery) based on this admin view and a site view using this dynamic get.
Compile the component for J5 and try to install
Expected result
The component to be installed
Actual result
Error installing component
JInstaller: :Install: File does not exist [ROOT][TMP]/install_65c0f0e5a3bd5/site/layouts
Component Update: Failed to copy site files.
System information (as much as possible)
Additional comments
if I remove the site view from the component, it becomes installable again.
I will need to understand this some more, as I am not getting the same result on my side.
Can you bump your PHP to PHP 8.0? That is what I am using, would be interesting to see if that is the issue.
I have a few component with site views and they just work now. Also please note the (site) edit views are not yet ready.
Indeed, I don't have the problem with an existing component. I will keep you posted about PHP8 upgrade.
This has been fixed so this issue seems resolved, let me know if this is not the case.