- Sittard, Netherlands
- https://tlwebdesign.nl
- Joined on
2021-10-15
Sounds to me that your plugins are not up to date. I’d tey and install the package from this link again and try compiling again; https://git.vdm.dev/joomla/pkg-component-builder/archive/v3.2.1.ta…
The extra data behind the url had a function. If you use the html helpef it auto adds sizing to the image that is generated.
Shouldn’t the field be changed to whatever joomla is using?
Running the sql manually from the update file 5.0.0-alpha.sql fixed it:
ALTER TABLE #__componentbuilder_joomla_component
ADD add_jcb_powers_path
TINYINT(1) NOT NULL DEFAULT 0 AFTER…
I've logged the query that it tries to run to compile the demo component since i have the exact same issue:
SELECT add_jcb_powers_path
FROM #__componentbuilder_joomla_component
WHERE id
…
Saving the configuration of JCB fixed the problem.
Could also be that i disabled it. the install was not from today so it could well be that i disabled it myself. Can't be sure of that one.
Yeah of course! haha i just didn't think about the plugin not being enabled on a fresh J5 install.. Must be my brain switching off already haha.
Ahhh compat plugin was not enabled. Hehe.
You’re not wrong fred. This is indeed the case. For now JCB installs on J3 and you can build components for J4/5.