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

[ERROR] mergeRecursiveWithOverrule() must be of the type array, null given #4

Closed
denyskoch opened this issue Apr 8, 2014 · 2 comments

Comments

@denyskoch
Copy link

[Tue Apr 08 11:06:28 2014] [error] [client 192.168.56.6] FastCGI: server "/php-fpm-handler-koch" stderr: PHP message: http://***/ - Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1: PHP Catchable Fatal Error: Argument 1 passed to TYPO3\\CMS\\Core\\Utility\\ArrayUtility::mergeRecursiveWithOverrule() must be of the type array, null given, called in /home/shared_typo3/typo3_source/typo3_src-6.2.0/typo3/sysext/lang/Classes/LanguageService.php on line 463 and defined in /home/shared_typo3/typo3_source/typo3_src-6.2.0/typo3/sysext/core/Classes/Utility/ArrayUtility.php line 531 | TYPO3\\CMS\\Core\\Error\\Exception thrown in file /home/shared_typo3/typo3_source/typo3_src-6.2.0/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 108. Requested URL: http://***/typo3/backend.php

Any Ideas?

@denyskoch denyskoch changed the title mergeRecursiveWithOverrule() must be of the type array, null given [ERROR] mergeRecursiveWithOverrule() must be of the type array, null given Apr 8, 2014
@NamelessCoder
Copy link
Member

Hi Denys,

Could very well be an incompatible extension or another problem causing the LLL array to become invalid. Do you think you can track down which extension is causing this error, by selectively uninstalling or blacklisting extensions in your site? If the problem is an incompatibility you can work around it by blacklisting that extension or only whitelisting your own. If it is caused by an unexpected format of LLL we can solve this but would need to know how it is becoming invalid - and knowing one or more extension keys which cause the problem would certainly help :)

@NamelessCoder
Copy link
Member

I'll take the liberty of closing this one since incompatible extensions should be blacklisted. If you discover which exact extension key is causing this then I'd be happy to include it in the shipped blacklist ;)

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