[TYPO3-project-formidable] [SOLVED] ERROR" pi2/locallang.php' is no TYPO3 language file)!"

orta ortakoey at googlemail.com
Sat May 24 20:14:45 CEST 2008


Hi,
i got this Error:
/typo3conf/ext/ameos_formidable/pi2/locallang.php' is no TYPO3 language 
file)!
after installing ameos_formidable Rev 191 on Typo3 4.2.0.

I Found this to fix the problem:
http://lists.netfielders.de/pipermail/typo3-german/2008-February/043809.html

Change the locallang.php with the content below and it will work fine,
Orta!

<?php
/**
   *
   * This file is detected by the translation tool.
   */

$LOCAL_LANG = Array (
	'default' => Array (
	),
	'dk' => Array (
	),
	'de' => Array (
	),
	'no' => Array (
	),
	'it' => Array (
	),
	'fr' => Array (
	),
	'es' => Array (
	),
	'nl' => Array (
	),
	'cz' => Array (
	),
	'pl' => Array (
	),
	'si' => Array (
	),
	'fi' => Array (
  	),
	'tr' => Array (
	),
	'se' => Array (
	),
	'pt' => Array (
	),
	'ru' => Array (
	),
	'ro' => Array (
	),
	'ch' => Array (
	),
	'sk' => Array (
	),
	'lt' => Array (
	),
	'is' => Array (
	),
	'hr' => Array (
	),
	'hu' => Array (
	),
	'gl' => Array (
	),
	'th' => Array (
	),
	'gr' => Array (
	),
	'hk' => Array (
	),
	'eu' => Array (
	),
	'bg' => Array (
	),
	'br' => Array (
	),
	'et' => Array (
	),
	'ar' => Array (
	),
	'he' => Array (
	),
	'ua' => Array (
	),
	'lv' => Array (
	),
	'jp' => Array (
	),
	'vn' => Array (
	),
	'ca' => Array (
	),
	'ba' => Array (
	),
	'kr' => Array (
	),
);
?>


More information about the TYPO3-project-formidable mailing list