• Joined on 2022-12-28
jjs commented on issue joomla/Component-Builder#1106 2024-04-13 09:25:13 +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…

jjs commented on issue joomla/Component-Builder#1107 2024-04-11 19:16:42 +00:00
[BUG]: Deprecated: Function strftime() is deprecated in /var/www/site83.test/joomla5componentdev/libraries/src/Form/Field/CalendarField.php on line 322

Ah yes indeed. It's only a deprecated notice, strftime() will be removed in php9

jjs opened issue joomla/Component-Builder#1107 2024-04-10 19:11:29 +00:00
[BUG]: Deprecated: Function strftime() is deprecated in /var/www/site83.test/joomla5componentdev/libraries/src/Form/Field/CalendarField.php on line 322
jjs commented on issue joomla/Component-Builder#1106 2024-04-10 19:04:37 +00:00
[BUG]: Unknown column 'add_jcb_powers_path' in 'field list'

I have the same issue on Joomla 5 using 5.0.0-beta2. Also under Linux Ubuntu but for this with php8.2 I just updated to the latest version. And here only Hello world is there as a component, as…

jjs opened issue joomla/Component-Builder#1106 2024-04-09 19:40:34 +00:00
[BUG]: Unknown column 'add_jcb_powers_path' in 'field list'
jjs commented on issue joomla/Component-Builder#1032 2024-04-07 14:42:47 +00:00
[BETA] Dynamic Build gives error No "CREATE TABLE.." were found, please check your sql.

Great! I tend to believe using a SQL file generated by phpmyadmin can be considered valid SQL. At least that's what I used in my try.

jjs closed issue joomla/Component-Builder#1096 2024-03-27 21:06:44 +00:00
[BUG]: The field view is not working as expected JCB 5.0.0-Alpha6
jjs commented on issue joomla/Component-Builder#1096 2024-03-27 21:06:43 +00:00
[BUG]: The field view is not working as expected JCB 5.0.0-Alpha6

Seems to be solved. Thanks a lot.

jjs commented on issue joomla/Component-Builder#1096 2024-03-25 21:12:42 +00:00
[BUG]: The field view is not working as expected JCB 5.0.0-Alpha6

We'll wish I could understand it all, but I don't.

I asked Chatgpt to help, is that allowed?? well any it should be converted to pure JavaScript now:

`document.addEventListener("DOMContentLoa…

jjs opened issue joomla/Component-Builder#1096 2024-03-21 20:42:02 +00:00
[BUG]: JCB 5.0.0-Alpha6
jjs commented on issue joomla/Component-Builder#1095 2024-03-21 20:26:13 +00:00
[BUG]: missing menu option in jcb 5.0.0-alpha4

With 5.0.0-alpha6

Fields Categories still gone Field Types categories still gone Languages is back OK Servers is back OK

jjs opened issue joomla/Component-Builder#1095 2024-03-18 19:43:59 +00:00
[BUG]: missing menu option in jvb 5.0.0-alpha4
jjs closed issue joomla/Component-Builder#1074 2024-03-12 18:10:09 +00:00
Cannot save Component Builder Configuration with 5.0.0-Alpha 2
jjs commented on issue joomla/Component-Builder#1074 2024-03-12 18:10:09 +00:00
Cannot save Component Builder Configuration with 5.0.0-Alpha 2

Thanks!

I think the most important ones are these: max_execution_time = 60 max_input_vars = 5000 max_input_time = 60

It did the trick.

jjs opened issue joomla/Component-Builder#1074 2024-03-11 20:18:42 +00:00
Cannot save Component Builder Configuration with 5.0.0-Alpha 2
jjs commented on issue joomla/Component-Builder#1064 2024-03-04 19:17:44 +00:00
Unable to install and test on J4

Ok, that's understandable. I have no layouts.

The error message jml5.0.3 gives is: JInstaller: :Install: File does not exist [ROOT]\tmp\install_65e61b9b08842\site\layouts Component Install:…

jjs commented on issue joomla/Component-Builder#1064 2024-03-03 14:25:48 +00:00
Unable to install and test on J4

This trick with Removing Break lines does not work for me. Installed 3.2.0-Beta1 and the generated j4/5 zip still has no layouts folder or files in the site part.

jjs closed issue joomla/Component-Builder#1063 2024-03-02 18:16:26 +00:00
Missing site files when installing build component in jml.5.0.3
jjs commented on issue joomla/Component-Builder#1063 2024-03-02 18:16:26 +00:00
Missing site files when installing build component in jml.5.0.3

As stated on that thread. I confirm in the J4 zip the layouts folder for the site part is missing.

I'm closing this thread so we can continue on that thread instead.