problem with JCB for joomla4 #1012

Closed
opened 2023-10-09 16:25:34 +00:00 by saman2 · 1 comment
Member

Steps to reproduce the issue

simply install JCB package on Joomla 4.3.4

Expected result

easily install

Actual result

i give this error:
Warning
JInstaller: :Install: Error SQL Field 'addcontributors' doesn't have a default value
Extension installation aborted.
Package Install: There was an error installing an extension: joomla-beta__com-componentbuilder__master.zip
image

System information (as much as possible)

  • OS Name & Version:
  • MySql Version: 10.3.39-MariaDB
  • Apache Version:
  • PHP Version: 7.4
  • Joomla Version: 4.3.4
  • JCB Version: beta test downloaded from here: beta-version
  • Browser:

Additional comments

i modify a file and reinstall but i give other error. am i right in install JCB?

\pkg-component-builder-master\pkg-component-builder\src\joomla-beta__com-componentbuilder__master\com-componentbuilder\admin\sql\install.mysql.utf8.sql line 26:

from
addcontributors TEXT NOT NULL,
TO:
addcontributors TEXT NOT NULL DEFAULT '',
but i get other error

### Steps to reproduce the issue simply install JCB package on Joomla 4.3.4 ### Expected result easily install ### Actual result i give this error: Warning JInstaller: :Install: Error SQL Field 'addcontributors' doesn't have a default value Extension installation aborted. Package Install: There was an error installing an extension: joomla-beta__com-componentbuilder__master.zip ![image](/attachments/176c1dd5-8fc7-433e-ab0d-d18e68254b6e) ### System information (as much as possible) - OS Name & Version: - MySql Version: 10.3.39-MariaDB - Apache Version: - PHP Version: 7.4 - Joomla Version: 4.3.4 - JCB Version: beta test downloaded from here: [ beta-version](https://git.vdm.dev/joomla-beta/pkg-component-builder/archive/master.zip) - Browser: ### Additional comments i modify a file and reinstall but i give other error. am i right in install JCB? \pkg-component-builder-master\pkg-component-builder\src\joomla-beta__com-componentbuilder__master\com-componentbuilder\admin\sql\install.mysql.utf8.sql line 26: from `addcontributors` TEXT NOT NULL, TO: `addcontributors` TEXT NOT NULL DEFAULT '', but i get other error
128 KiB
Owner

While the version is BETA, it is not for Joomla 4

This beta only works in Joomla 3, and is the version that will eventually build for Joomla 4 while in Joomla 3.

Once this happens, we will compile JCB itself for Joomla 4, and then only release JCB version 4. JCB 3 will always only be for Joomla 3, and 4 for Joomla 4 and 5 for Joomla 5... and so on.

The BETA branch will always be the tip of the development (nightly builds of JCB)

Hope that helps.

While the version is BETA, it is not for Joomla 4 This beta only works in Joomla 3, and is the version that will eventually build for Joomla 4 while in Joomla 3. Once this happens, we will compile JCB itself for Joomla 4, and then only release JCB version 4. JCB 3 will always only be for Joomla 3, and 4 for Joomla 4 and 5 for Joomla 5... and so on. The BETA branch will always be the tip of the development (nightly builds of JCB) Hope that helps.
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#1012
No description provided.