Skip to content

Warning: syntax error, unexpected BOOL_TRUE #69

Description

@ppazos

I have an ini file that looks like this:

[general]
...
yes = "Yes"
no = "No"

When I reload my page, there is this error:

Warning: syntax error, unexpected BOOL_TRUE in .../i18n/lang/lang_en.ini on line 11 in .../i18n/I18n.php on line 304

Warning: Invalid argument supplied for foreach() in ..../i18n/I18n.php on line 324

This /lang/lang_en.ini on line 11 points to the line yes = "Yes"

Not sure why it is considering "yes" as a boolean value and why that is invalid here.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions