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
When using composer reinstall vendor/package, the autoloader does not load /typo3/alias-loader-include.php and /typo3/autoload-include.php anymore. When opening TYPO3 in the browser, it gets redirected to the install tool because TYPO3_COMPOSER_MODE is not set anymore.
Another composer plugin had the same problem: funkjedi/composer-include-files#14 and solved it by listening for the ScriptEvents::POST_INSTALL_CMD composer event.
The text was updated successfully, but these errors were encountered:
cweiske
changed the title
"composer reinstall" removes typo3 includes from autoloader
"composer reinstall" removes TYPO3 includes from autoloader
Nov 1, 2023
I can confirm the issue. Workaround is to call composer du after the reinstall. I don't know yet, whether this should be fixed here or rather in Composer itself.
When using
composer reinstall vendor/package
, the autoloader does not load/typo3/alias-loader-include.php
and/typo3/autoload-include.php
anymore. When opening TYPO3 in the browser, it gets redirected to the install tool becauseTYPO3_COMPOSER_MODE
is not set anymore.Another composer plugin had the same problem: funkjedi/composer-include-files#14 and solved it by listening for the
ScriptEvents::POST_INSTALL_CMD
composer event.The text was updated successfully, but these errors were encountered: