problem with JCB for joomla4 #1012
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1012
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
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
System information (as much as possible)
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
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.