8000 TYPO3 4.5 - Class 'Tx_Coreapi_Cli_Dispatcher' not found · Issue #43 · TYPO3-coreapi/ext-coreapi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

TYPO3 4.5 - Class 'Tx_Coreapi_Cli_Dispatcher' not found #43

Closed
christophlehmann opened this issue Jul 16, 2013 · 1 comment
Closed

TYPO3 4.5 - Class 'Tx_Coreapi_Cli_Dispatcher' not found #43

christophlehmann opened this issue Jul 16, 2013 · 1 comment
Labels

Comments

@christophlehmann
Copy link
Contributor

./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?

@etobi
Copy link
Member
etobi commented Jul 16, 2013

currently the ext_autoload is not generated automatically.

Could you send me a pull request for your suggested change, please?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
0