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

Cannot use TYPO3\CMS\Core\Utility\ExtensionManagementUtility as ExtensionManagementUtility #3

Closed
janschreier opened this issue Mar 5, 2015 · 1 comment

Comments

@janschreier
Copy link

I get this error when I install owl-slider.It is not an issue of owl-slider alone but one that should be fixed in owl-slider as well.

it is described here:
http://www.wapplersystems.de/blog/cannot-use-typo3cmscoreutilityextensionmanagementutility-as-extensionmanagementutility/

what it says is basically remove
use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
from ext_localconf.php
as it might create issues when caching if another extension was called earlier.

@crazedT
Copy link
Contributor

crazedT commented Jul 24, 2015

Hi janschreier,
thank you for noticing. The "use" statement has been removed in version 2.2.0.

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

2 participants