joomla-extensions / jedchecker

Joomla extension to check components, modules or plugins for possible problems for submission to the JED -> Translations: https://joomla.crowdin.com/joomla-official-extensions
38 stars 28 forks source link

Warning: syntax error, unexpected '{' or '!' #200

Closed peterhulst closed 11 months ago

peterhulst commented 11 months ago

When the language contains a { or an ! a warning is given with a syntax error:

Warning: syntax error, unexpected '{' in ...administrator\components\com_jedchecker\libraries\rules\language.php on line 373

This is due to parse_ini_file which does not allow the reserved characters in the key: {}|&~!()^"

The language file checks stops when such a character is found.

dryabov commented 11 months ago

Thank you! Fixed by PR #201.