You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2023. It is now read-only.
./typo3/cli_dispatch.phpsh coreapi
PHP Fatal error: Class 'Tx_Coreapi_Cli_Dispatcher' not found in /Sites/typo345/htdocs/typo3_src-4.5.27/t3lib/class.t3lib_div.php on line 5376
The ext_autoload.php should be regenerated or the dispatcher class should be added manually like this:
./typo3/cli_dispatch.phpsh coreapi
PHP Fatal error: Class 'Tx_Coreapi_Cli_Dispatcher' not found in /Sites/typo345/htdocs/typo3_src-4.5.27/t3lib/class.t3lib_div.php on line 5376
The ext_autoload.php should be regenerated or the dispatcher class should be added manually like this:
'tx_coreapi_cli_dispatcher' => $extensionClassesPath . 'Cli/Dispatcher.php',
Why should this file be automatically generated? Can we change this behaviour to care for it manually?
The text was updated successfully, but these errors were encountered: