• Joined on 2021-10-19
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…

kommid closed issue joomla/Component-Builder#1073 2024-03-13 13:58:08 +00:00
General question about use statements in JCB templates
kommid commented on issue joomla/Component-Builder#1073 2024-03-13 13:58:07 +00:00
General question about use statements in JCB templates

...ok, I missed beta-6, going to update now. Thank you :)

kommid opened issue joomla/Component-Builder#1083 2024-03-13 13:54:52 +00:00
Field Property "display" set to "menu" has no effect on menu item
kommid commented on issue joomla/Component-Builder#1073 2024-03-13 13:13:56 +00:00
General question about use statements in JCB templates

Thank you, this sort of did solve my problems: now I have "defined('_JEXEC') or die;" inbetween my use-statements, but this doesn't seem to be an issue, since it's working:

`use Joomla\CMS\Lang…

kommid opened issue joomla/Component-Builder#1073 2024-03-11 15:03:25 +00:00
General question about use statements in JCB templates
kommid closed issue joomla/Component-Builder#1066 2024-03-11 11:58:59 +00:00
[BETA] Class "Joomla\CMS\Factory\BaseHtmlView" not found
kommid commented on issue joomla/Component-Builder#1066 2024-03-11 11:58:58 +00:00
[BETA] Class "Joomla\CMS\Factory\BaseHtmlView" not found

Sorry for my late answer, I didn't have a opportunity to work on this for a few days. It seems, that did the trick. It now finds the helper class.

kommid commented on issue joomla/Component-Builder#1066 2024-03-06 17:28:11 +00:00
[BETA] Class "Joomla\CMS\Factory\BaseHtmlView" not found

It helped somewhat - now It can't find the helper class:

Class "JCB\Component\Cmv\Site\Helper\CmvHelper" not found

Call stack

Function Location

1 () JROOT/components/com_cmv/src/View…

kommid commented on issue joomla/Component-Builder#1066 2024-03-06 13:43:42 +00:00
[BETA] Class "Joomla\CMS\Factory\BaseHtmlView" not found

What I found is that there is an issue when we have _ in the component name... and I know this will be a pain... and I have not yet been able to fully understand why. But its namespace…

kommid opened issue joomla/Component-Builder#1066 2024-03-06 11:55:59 +00:00
[BETA] Class "Joomla\CMS\Factory\BaseHtmlView" not found
kommid commented on issue joomla/Component-Builder#1034 2024-01-26 18:14:22 +00:00
[BETA] Language translations not being put into place.

I did not translate my component but in J!5 the language files are copied to administator/language/en-GB/en-GB.com[component].ini and administator/language/en-GB..com[component].sys.ini,…

kommid closed issue joomla/Component-Builder#1020 2024-01-23 15:07:26 +00:00
Call to a member function get() on null when compiling with modules enabled