[TYPO3-core] Regression in TYPO3 6.2 after introduction of composer class loader
Steffen Müller
typo3 at t3node.com
Sun Feb 1 11:37:04 CET 2015
Hi.
Am 01.02.2015 um 11:02 schrieb Helmut Hummel:
> But it is possible to define an autoload section (and alias map section)
> in an extension or the top level composer.json to generate a complete
> static class and alias map when installing via composer, rendering the
> old class loader obsolete. To stay as compatible as possible, this
> feature is however hidden behind an environment variable which needs to
> be set in 6.2
The mentioned environment variable is called TYPO3_COMPOSER_AUTOLOAD
It has to be set in the webserver configuration, for example in apache
vhost using:
SetEnv TYPO3_COMPOSER_AUTOLOAD 1
--
cheers,
Steffen
Active Contributor TYPO3 CMS
Personal Blog: http://www.t3node.com/
Twitter: @stmllr - https://twitter.com/stmllr
GitHub: https://github.com/stmllr
More information about the TYPO3-team-core
mailing list