It doesn't work anymore. the entites are not even created into the database.
An exception occurred while executing 'SELECT t0.name AS name1, t0.value AS value2, t0.id AS id3 FROM calendar_settings t0':
SQLSTATE[42S02]: Base table or view not found:
Hi @queezzy, I've been doing changes lately. Please run app/console doctrine:schema:update to fix the issue.
You can instead update your composer.json to point to a stable version such as 2.5.2 or 2.5.3:
"carlescliment/calendar-bundle": "2.5.2"
Please let me know if that fixes your problem.
Closed, given that no more people is complaining about this issue.
just tested 2.5.3 on symfony 2.8.8 and got same error
app/console doctrine:schema:update doesn't produce any sql commands
okay, reopening the issue.
Please rollback to a previous release while I investigate the problem.
Thanks for reporting.
Well i've downgraded to 2.5.2 and followed old Readme and it worked
The same problem for me in 2.8.16, the command php app/console doctrine:schema:update --force, doesn't appear to be working.