...ok, I missed beta-6, going to update now. Thank you :)
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…
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.
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…
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…
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,…