I tried to install the bundle and got (hopefully) everything in place. But I can't call the url.
I always got:
InvalidTypeException: Invalid type for path "rizza_calendar.class.model.calendar". Expected scalar, but got array.
Any idea how this can happen?
I also tried to execute
php app/console doctrine:schema:update --force
to generate my database tables, but get the same error.
Thanks for help
I tried to install the bundle and got (hopefully) everything in place. But I can't call the url.
I always got:
InvalidTypeException: Invalid type for path "rizza_calendar.class.model.calendar". Expected scalar, but got array.
Any idea how this can happen?
I also tried to execute
php app/console doctrine:schema:update --force
to generate my database tables, but get the same error.
Thanks for help