[TYPO3-english] Fatal Error since 4.6 on Plugins?
Hendrik
h.reimers at neonaut.de
Thu Oct 27 09:51:48 CEST 2011
I've got the following message in the reports modul. Hope this is more
helpful:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1: PHP
Catchable Fatal Error: Argument 2 passed to
t3lib_div::array_merge_recursive_overrule() must be an array, null
given, called in /typo3/typo3_src-4.6.0/typo3/sysext/lang/lang.php on
line 554 and defined in /typo3/typo3_src-4.6.0/t3lib/class.t3lib_div.php
line 1867 | t3lib_error_Exception thrown in file
/typo3/typo3_src-4.6.0/t3lib/error/class.t3lib_error_errorhandler.php in
line 105. Requested URL:
http://www.yourdomain.com/typo3/alt_doc.php?returnUrl=%2Ftypo3%2Fsysext%2Fcms%2Flayout%2Fdb_layout.php%3Fid%3D143&edit[tt_content][428,]=edit
Core: Error handler (BE): PHP Warning: Invalid argument supplied for
foreach() in
/typo3/typo3_src-4.6.0/t3lib/l10n/parser/class.t3lib_l10n_parser_llphp.php
line 95
thanks a lot!
Am 26.10.2011 12:08, schrieb Hendrik:
> Hi,
>
> if i'm doing this debug the output is empty...
> "current language" changed of course...
>
> but the array $localLanguage[$this->lang], $tempLL[$language] aren't empty.
>
> whats next?
>
> thanks!
>
>
> Am 26.10.2011 11:01, schrieb Xavier Perseguers:
>> Hi,
>>
>>> i've tested it with any extension like the new news extension and my
>>> own. on any extension this error will be shown. On some of my own i've
>>> tried to add with extdeval the new xliff files. But the same error
>>> comes...
>>>
>>> what could i do?
>>
>> Digging into the code and figuring out how this can be for you, I'd like
>> to ask if it's possible by chance that you have a language which is "en"
>> (English)... This seems to be the only way I see to get a NULL value in
>> return.
>>
>> You may edit file typo3/sysext/lang/lang.php and add a debug statement
>> at the beginning of the foreach statement on line 545:
>>
>> t3lib_utility_Debug::debug($language, 'current language');
>>
>> Thanks.
>>
>
More information about the TYPO3-english
mailing list