Discussion:
[TYPO3-english] I don't see CommandController Command in TYPO3 scheduler
Dmitry
2018-02-23 09:40:59 UTC
Permalink
Hi,

I use TYPO3 8.10 I create an extension where I use scheduler. In ext_localconf.php I wrote

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['extbase']['commandControllers'][] = 'MyVendor\MeExt\Command\ImportCommandController';

If system build without composer I see the "CommandController Command" in scheduler. If system build with composer I don't see needed command.

In composer.json I wrote

"autoload" : {
"psr-4" : {
"MyVendor\\MyExt\\" : "path/typo3conf/ext/my_ext/Classes"
}
}
--
Kind regards,
Dmitry Vasilev
www: http://typo3.ru.net/
Skype: thule-varahi;
Phone: +7 950 001 85 15
Dmitry
2018-02-24 15:20:56 UTC
Permalink
The issue is resolved. Need to run command "composer dump-autoload -a"
--
Kind regards,
Dmitry Vasilev
www: http://typo3.ru.net/
Skype: thule-varahi;
Phone: +7 950 001 85 15
Loading...