Not possible bug... Do not use "possible bug", if you are not sure please.
Works prefectly:
http://area51.phpbb-es.com/foro/ (test site 3.3 RC1)
YML files have a very strict format, nested elements must be separated exactly by
4 spaces relative to the parent element.
In this case,
import
and
parameters
should not have any space at the beginning.
Items like
- {resource: ...}
or
debug.load_time: ...
must contain exactly
4 spaces at the beginning.
If the
config.yml
file has format errors, being an essential file, we will get a fatal error and the site will be inaccessible.