Hi!

Celso Reeks wrote:
> I ran into a strange problem in the Typo3 backend.  For some strange 
> reason, now when I try to add content in the "TV Page" module I get a 
> blank page with this error:
> 
> +++++++++
> 
> Fatal error: Cannot use string offset as an array in 
> /home/path/path/typo3_src-4.1.1/typo3/sysext/lang/lang.php on line 280
> 
> +++++++++

According to the code in lang.php it means that you are trying to use a 
language that does not exist or is not loaded into typo3. The line in question 
is:

if (strcmp($LOCAL_LANG[$this->lang][$index],'')) {

so if "$this->lang" is set no something non-existing, you will get this error.

Are you sure you did not delete any BE language records recently?

-- 
Dmitry Dulepov
TYPO3 freelancer / TYPO3 core team member
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to