Setting identifier expected

This error occurs when a setting section contains other statements than settings alone. Example:

default:
  if x > 3

Since this section can only contain settings (in the form setting = value), simply remove the superfluous statements.

See Also
Errors