[BUG]: Compiler creates an incomplete zip. #1165
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1165
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?
I've created a component with two admin views and some fields in it.
When i compile the component (for J5), the compiler succsessfully build the installpackage.
But in this package there are only following folders and files:
-- language
--- en-GB
---- en-GB.com_component.ini
---- en-GB.com_component.sys.ini
-- language
--- en-GB
---- en-GB.com_component.ini
---- en-GB.com_component.sys.ini
After installation the following message appears:
Weird thing is, sometimes when i change a thing in the admin view, the compilation ist ok.
I followed this thread https://git.vdm.dev/joomla/Component-Builder/issues/968.
Basically no compilation works.
Steps to reproduce the Bug
Which Joomla version are you compiling in?
5.1.2
Which PHP version are you compiling in?
8.2.5
Which Joomla versions are you targeting?
5.1.2
Which PHP version are you targeting?
8.2.5
Which Web server is JCB running on?
Apache
Which Relational Database is JCB running on?
MySQL 8.0
Which OS is JCB running on?
Linux web9.alfahosting-server.de 4.18.0-477.13.1.lve.el7h.x86_64 #1 SMP Thu Jun 1 16:49:27 UTC 2023 x86_64
Which JCB version are you using?
5.0.2
Where in JCB did this issue occur?
Compilation of a component, Installation of a component
On which browsers did you encounter the issue?
Chrome, Microsoft Edge
Additional Comments
Unfortunately, some PHP parameters that JCB requires do not fit with my server:
upload_max_filesize : 64M
post_max_size : 64M
I cannot adjust these.
Hi @jsr4id,
Have you tried compiling in Firefox?
JCB works best in the Firefox browser!
Hi @ohrionmartin,
wow ok, actually I don't have any problems with Firefox. That helped me.
But why does it only work with Firefox?
Glad everything works now, please refer to the below replies (from Developer) for more info:
#736 (comment)
#475 (comment)