datetime - SonataIntlBundle. Invalid type for path "sonata_intl.timezone". Expected scalar, but got array -
i've installed sonataintlbundle symfony 2.0 (i can't use > 2.0 version constraint of server). in config.yml:
sonata_intl: timezone: default: europe/madrid
but exception:
invalidtypeexception: invalid type path "sonata_intl.timezone". expected scalar, got array.
when change configuration in config.yml this:
sonata_intl: timezone: europe/madrid
it works nothing happens , dates still shown in english not in spanish want.
someone knows how can configured bundle symfony 2.0 , works or way dates in list in sonataadminbundle in spanish?
thanks
the 2.0 branch not supported sensio , sonata project ...
i don't why cannot install symfony2.3 on server ?
Comments
Post a Comment