Tom van der Laan TLWebdesign
Tom van der Laan commented on issue joomla/Component-Builder#1109 2024-04-22 16:16:36 +00:00
[BUG]: CHAR(64) isn't big enough for J4/J5 image strings

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.

Tom van der Laan commented on issue joomla/Component-Builder#1109 2024-04-22 16:16:05 +00:00
[BUG]: CHAR(64) isn't big enough for J4/J5 image strings

Shouldn’t the field be changed to whatever joomla is using?

Tom van der Laan closed issue joomla/Component-Builder#1075 2024-04-11 22:11:20 +00:00
JCB 5.0.0-Alpha3 Juri not found in search and libraries view
Tom van der Laan commented on issue joomla/Component-Builder#1106 2024-04-11 22:05:45 +00:00
[BUG]: Unknown column 'add_jcb_powers_path' in 'field list'

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…

Tom van der Laan commented on issue joomla/Component-Builder#1106 2024-04-11 22:03:37 +00:00
[BUG]: Unknown column 'add_jcb_powers_path' in 'field list'

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

Tom van der Laan commented on issue joomla/Component-Builder#1076 2024-03-12 21:02:40 +00:00
JCB 5.0.0 Alpha-3 Error: 500 jquery::ui not found.

Saving the configuration of JCB fixed the problem.

Tom van der Laan opened issue joomla/Component-Builder#1076 2024-03-12 20:40:32 +00:00
J5.0.0 Alpha-3 Error: 500 jquery::ui not found.
Tom van der Laan commented on issue joomla/Component-Builder#1075 2024-03-12 20:37:07 +00:00
JCB 5.0.0-Alpha3 Juri not found in search and libraries view

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.

Tom van der Laan commented on issue joomla/Component-Builder#1075 2024-03-12 20:33:52 +00:00
JCB 5.0.0-Alpha3 Juri not found in search and libraries view

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.

Tom van der Laan commented on issue joomla/Component-Builder#1075 2024-03-12 20:20:58 +00:00
JCB 5.0.0-Alpha3 Juri not found in search and libraries view

Ahhh compat plugin was not enabled. Hehe.

Tom van der Laan commented on issue joomla/Component-Builder#1075 2024-03-12 20:19:48 +00:00
JCB 5.0.0-Alpha3 Juri not found in search and libraries view

Component Edit View.

Tom van der Laan opened issue joomla/Component-Builder#1075 2024-03-12 20:16:40 +00:00
JCB 5.0.0-Alpha3 Juri not found in search and libraries view
Tom van der Laan commented on issue joomla/Component-Builder#1059 2024-02-20 18:05:03 +00:00
Installation Fails

You’re not wrong fred. This is indeed the case. For now JCB installs on J3 and you can build components for J4/5.

Tom van der Laan closed issue joomla/Component-Builder#1059 2024-02-20 18:05:03 +00:00
Installation Fails
Tom van der Laan commented on issue joomla/Component-Builder#1060 2024-02-20 18:04:24 +00:00
Class "Uri" not found --> site view

Hi,

What is the exacy code you put into your site view?

Tom van der Laan closed issue joomla/Component-Builder#1043 2024-02-05 19:08:01 +00:00
[BETA] Cannot delete any record from an admin view
Tom van der Laan commented on issue joomla/Component-Builder#1043 2024-02-05 19:08:00 +00:00
[BETA] Cannot delete any record from an admin view

Confirmed fixed!

Tom van der Laan commented on issue joomla/Component-Builder#1043 2024-02-05 14:33:19 +00:00
[BETA] Cannot delete any record from an admin view

Can confirm this bug with JCB 3.1.36

Tom van der Laan commented on issue joomla/Component-Builder#1042 2024-02-05 14:26:54 +00:00
[BETA] Broken langages files

Hmm ok let's wait and see what llewellyn says about it.