Project

General

Profile

Actions

Bug #31353

closed

XLIFF: Invalid handling of overlays for unavailable language

Added by Robert Grede over 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Must have
Category:
-
Target version:
Start date:
2011-10-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

it seems the following occurs, if user-language isn't english:

PHP Catchable Fatal Error: Argument 2 passed to t3lib_div::array_merge_recursive_overrule() must be an array, null given, called in /typo3/sysext/lang/lang.php on line 554 and defined in /t3lib/class.t3lib_div.php line 1867

Actions #1

Updated by Markus Klein over 12 years ago

Cannot reproduce.
Switched BE to German and page properties work just fine.

Seems like in line 546

$tempLL = t3lib_div::readLLfile($fileRef, $language, $this->charSet);

readLLfile returns NULL.

But according to the comment:
@return array Value of $LOCAL_LANG found in the included file. If that array is found it will returned. Otherwise an empty array and it is FALSE in error case.

NULL is not a valid return value, so there seems to be a problem with the underlying lang_factory.

Actions #2

Updated by Tommy Juhnke over 12 years ago

Hi folks,

I've experienced the same. Steps to reproduce:

- switch to a non-english backend language (e.g german)
- install ext:tscobj and try to insert a ext:tscobj-plugin on an arbitrary page -> bang!

After that, I fiddled around a little bit in the core files and came to the
conclusion that in the file "locallang_db.php" of ext:tscobj the german language
wasn't available. After adding it, the Fatal error don't raised again...

I think the new language fallback functionality doesn't work correctly.

I didn't found time yet to do further debugging, but maybe this report helps
somebody to dig deeper into this issue.

Greetings,

tommy

edit: Sorry, the issue was originally posted for opening page properties, but my report
belongs to opening a page in the page module. Don't know if this is belongs to each other
but I guess t3lib_div::readLLfile() is defect...

Actions #3

Updated by Robert Grede over 12 years ago

I tried this with different extensions and can confirm this:

usually, the english language is included in all extensions by default, so all works fine. If another language is set in the user option, witch is not included in an extensions locallang, the error-msg comes up.

THX

Robert

Actions #4

Updated by Hendrik Reimers over 12 years ago

Hi,

on my Extension default (englisch) and german language is complete available. But the error doesn't go away. Also i become this message on tt_news. Another crazy thing is the missing tab titles on the first two tabs in the extension manager.

hope anyone can help
thanks

Actions #5

Updated by Chris topher over 12 years ago

  • Subject changed from Fatal Error if opening page properties to XLIFF: Fatal Error if opening page properties
Actions #6

Updated by Xavier Perseguers over 12 years ago

  • Status changed from New to Accepted
  • Assignee set to Xavier Perseguers
  • Target version set to 4.6.1

OK, finally could reproduce with EXT:tscobj when choosing German.

Actions #7

Updated by Xavier Perseguers over 12 years ago

  • Subject changed from XLIFF: Fatal Error if opening page properties to XLIFF: Invalid handling of overlays for unavailable language
Actions #8

Updated by Mr. Hudson over 12 years ago

  • Status changed from Accepted to Under Review

Patch set 1 of change Ibf0aa0feadc16a77e61d515ae0c684bf182cf1a6 has been pushed to the review server.
It is available at http://review.typo3.org/6384

Actions #9

Updated by Xavier Perseguers over 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Xavier Perseguers about 12 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF