Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extConf iconHook active by default breaks TYPO3 6.2 #2

Open
vaxul opened this issue Feb 14, 2017 · 0 comments
Open

extConf iconHook active by default breaks TYPO3 6.2 #2

vaxul opened this issue Feb 14, 2017 · 0 comments

Comments

@vaxul
Copy link

vaxul commented Feb 14, 2017

If installing the extension within TYPO3 6.2 it breaks TYPO3 with PHP fatal error.

If is extConf iconHook activate it calling the IconRegistry in ext_localconf.php

PHP Fatal error: Class 'TYPO3\CMS\Core\Imaging\IconRegistry' not found in /var/www/html/typo3/typo3_src/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4469"

To workaround I have to manually edit the LocalConfiguration.php:

array(
	'EXT' => array(
		'extConf' => array(
// Set s:1: to 0
			'cs_cdn' => 'a:4:{s:10:"uploadHook";s:0:"";s:8:"iconHook";s:1:"0";s:6:"apiKey";s:0:"";s:6:"zoneId";s:0:"";}',
		),
	),
)
@vaxul vaxul changed the title EXT_CONF iconHook active by default break TYPO3 6.2 extConf iconHook active by default breaks TYPO3 6.2 Feb 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant