• Joined on 2021-10-19
kommid commented on issue joomla/Component-Builder#1168 2024-09-10 07:03:02 +00:00
Upload of component (Component Name) update server XML (and zip) failed.

of course I did :) let me check this out on a fresh JCB install. Mine is quite old and had issues in the past though

kommid commented on issue joomla/Component-Builder#1168 2024-09-09 12:35:05 +00:00
Upload of component (Component Name) update server XML (and zip) failed.

OK, I now checked the logs on the receiving server. There is no enty in the logs after compiling with option " Add to Backup Folder & Sales Server (if set) " set to yes. I tried SFTP and FTP. When…

kommid opened issue joomla/Component-Builder#1168 2024-09-06 10:38:12 +00:00
Upload of component (Component Name) update server XML (and zip) failed.
kommid opened issue joomla/Component-Builder#1159 2024-08-02 13:16:21 +00:00
[BUG]: Class Headers for Site Helper not compiled into site helper file
kommid commented on issue joomla/Component-Builder#1157 2024-08-02 06:51:24 +00:00
component configuration save fails with errors Data truncated for column 'not_required' at row 1

OK, this did the trick for the Save failed with the following error: Data truncated for column not_required at row 1 error message, but it still won't let me save my component without overriding…

kommid reopened issue joomla/Component-Builder#1157 2024-08-01 17:04:54 +00:00
component configuration save fails with errors Data truncated for column 'not_required' at row 1
kommid closed issue joomla/Component-Builder#1157 2024-08-01 17:04:28 +00:00
component configuration save fails with errors Data truncated for column 'not_required' at row 1
kommid opened issue joomla/Component-Builder#1157 2024-08-01 17:04:01 +00:00
component configuration save fails with errors Data truncated for column 'not_required' at row 1
kommid commented on issue joomla/Component-Builder#1137 2024-06-05 12:31:40 +00:00
[BUG]: update.sql not generated

same on jcb 3.2.2-alpha2, also no update sql file is generated when editing fields, e.g. from float to text

kommid opened issue joomla/Component-Builder#1133 2024-05-16 22:30:42 +00:00
Error when compiling with module that has a custom get
kommid closed issue joomla/Component-Builder#1129 2024-05-14 18:28:46 +00:00
Too few arguments to function PlgExtensionComponentbuilderHeadersCompiler::jcb_ce_onBeforeGetComponentData(), 0 passed in[...]/event/event.php on line 70 and exactly 2 expected [...]componentbuilderheaderscompiler.php:486
kommid opened issue joomla/Component-Builder#1129 2024-05-14 15:31:27 +00:00
Too few arguments to function PlgExtensionComponentbuilderHeadersCompiler::jcb_ce_onBeforeGetComponentData(), 0 passed in[...]/event/event.php on line 70 and exactly 2 expected [...]componentbuilderheaderscompiler.php:486
kommid closed issue joomla/Component-Builder#1128 2024-05-14 13:50:17 +00:00
Error: updating database schema. Error: failed to create missing joomla_power table. Invalid default value for 'id'
kommid opened issue joomla/Component-Builder#1128 2024-05-14 12:43:28 +00:00
Error: updating database schema. Error: failed to create missing joomla_power table. Invalid default value for 'id'
kommid commented on issue joomla/Component-Builder#1083 2024-03-15 12:00:47 +00:00
Field Property "display" set to "menu" has no effect on menu item: XML for Menu item is incomplete

The way, this is done may not be obvious, but it is OK. The problem as with more issues that occur with the usage of JCB, is that the main documentation is by video. Don't get me wrong here: This…

kommid closed issue joomla/Component-Builder#1083 2024-03-14 16:41:37 +00:00
Field Property "display" set to "menu" has no effect on menu item: XML for Menu item is incomplete
kommid commented on issue joomla/Component-Builder#1083 2024-03-14 16:41:36 +00:00
Field Property "display" set to "menu" has no effect on menu item: XML for Menu item is incomplete

ok, I found the reason: I had to rename my site view because there was a '_' in its name which caused trouble with namespacing, and in the component configuration where I define the tab field, the…

kommid commented on issue joomla/Component-Builder#1083 2024-03-14 10:23:36 +00:00
Field Property "display" set to "menu" has no effect on menu item: XML for Menu item is incomplete

I also updated my initial post, since my xml-examples didn't display - sorry for the inconvenience....

kommid commented on issue joomla/Component-Builder#1083 2024-03-14 10:21:55 +00:00
Field Property "display" set to "menu" has no effect on menu item: XML for Menu item is incomplete

This tutorial wasn't available when I first created the component so I accomplished it by passing a parameter as described above :). Doing this with categories seems logical and is tempting, but I…