Bug #63779
composer error due missing ext_tables.php
0%
Description
Since Release 6.2.0 i got an error, if i try to install the extension using the extbase command line interface:
typo3/cli_dispatch.phpsh extbase extension:install static_info_tables_de
Error:
[RuntimeException]
Error Output: PHP Fatal error: require(): Failed opening required '/code/htdocs/typo3conf/ext/static_info_tables_de/ext_tables.php' (include_path='/code/htdocs/typo3/contrib/pear/:.:/usr/share/php:/usr/share/pear') in /code/htdocs/typo3_src/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php on line 1757
Updated by Daniel Minder about 6 years ago
- Status changed from New to Needs Feedback
Seems like a caching problem... I think I got this error as well when moving from ext_tables to TCA Override, but clearing the typo3temp/Cache (and maybe also restarting apache) solved the problem.
You could also uninstall the extension first and then install it. This could clear the TYPO3_LOADED_EXT array as well.
Updated by Alexander Grein about 6 years ago
Thanks for the hint. After clearing typo3temp/Cache-Folder it works.
FYI:
typo3/cli_dispatch.phpsh extbase extension:uninstall static_info_tables_de
before
typo3/cli_dispatch.phpsh extbase extension:install static_info_tables_de
does not helps.
Thats a little bit unhandy, if you try to install stuff using composer.
But with help of the extension coreapi, its possible to clear this cache using cli as well.
Updated by Daniel Minder almost 5 years ago
- Status changed from Needs Feedback to Closed
Closing since no complaints for over a year.