Project

General

Profile

Actions

Bug #18583

closed

fails if pi1/locallang.php is empty

Added by Chris Paige about 16 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2008-04-07
Due date:
% Done:

0%

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

Description

Perhaps this is a feature... but I'll report it just in case.

I'm using an extension (fdfx_2cols) that fails now that I've upgraded to 4.2RC1.

A page with the plugin shows that the pi1/locallang.php is not a language file.

The language file exists with this content:

#fixed
?>

I was able to resolve this by making the content of the file:

#fixed
$LOCAL_LANG = Array ()
?>

I'm not sure if this would be a common or uncommon problem.

(issue imported from #M8054)

Actions #1

Updated by Martin Kutschker about 16 years ago

The extension is broken. A locallang.php file has to have a $LOCAL_LANG array.

The author should have removed the pi_initLL() call from the plugin's init() method instead of shipping a broken locallang.php file.

Actions

Also available in: Atom PDF