Parsing error in language file - Joomla! Forum - community, help and support
hi everyone, i setting joomla debugs yes in site global configuration via backend in joomla 3.x, got message: **parsing errors in language file** jroot/language/en-gb/en-gb.ext_performance.ini : error(s) in line(s) 7, 8, 10, 11, 16, 17 since can't enter both backend , front end, see login , error displaying screen. can me out since don't know how solve this? thanks abimbola do think problem caused turning on debug option? did turn on language debug option? can turn off debug option editing file configuration.php in main joomla folder: code: select all public $debug = '0'; public $debug_lang = '0'; the language file in error message must have been installed third party extension. name of language file looks unusual because of 'ext' - following abbreviations appear in position 'ext' now: com, lib, mod, pkg, plg, tpl if there errors in language file, need author of extension fix them. sure extension compatible joomla 3.x? ...