[BUG]: Compiler creates an incomplete zip. #1165

Closed
opened 2024-08-19 12:29:22 +00:00 by jsr4id · 3 comments

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:

  • admin
    -- language
    --- en-GB
    ---- en-GB.com_component.ini
    ---- en-GB.com_component.sys.ini
  • site
    -- language
    --- en-GB
    ---- en-GB.com_component.ini
    ---- en-GB.com_component.sys.ini

After installation the following message appears:
image

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

  1. Creat a component
  2. Add a admin view
  3. Compile

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.

### 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: - admin -- language --- en-GB ---- en-GB.com_component.ini ---- en-GB.com_component.sys.ini - site -- language --- en-GB ---- en-GB.com_component.ini ---- en-GB.com_component.sys.ini After installation the following message appears: <img width="1018" alt="image" src="attachments/877c4520-d290-47df-a0af-d39f50d2e247"> 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]([url](https://git.vdm.dev/joomla/Component-Builder/issues/968))**. Basically no compilation works. ### Steps to reproduce the Bug 1. Creat a component 2. Add a admin view 3. Compile ### 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.
jsr4id added the
Bug
label 2024-08-19 12:29:22 +00:00

Hi @jsr4id,
Have you tried compiling in Firefox?
JCB works best in the Firefox browser!

Hi @jsr4id, Have you tried compiling in Firefox? JCB works best in the Firefox browser!
Author

Hi @ohrionmartin,

wow ok, actually I don't have any problems with Firefox. That helped me.

But why does it only work with Firefox?

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:

Glad everything works now, please refer to the below replies (from Developer) for more info: - https://git.vdm.dev/joomla/Component-Builder/issues/736#issuecomment-12213 - https://git.vdm.dev/joomla/Component-Builder/issues/475#issuecomment-11541
jsr4id started working 2024-08-20 12:15:31 +00:00
jsr4id canceled time tracking 2024-08-20 12:15:37 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#1165
No description provided.