calendar-bundle icon indicating copy to clipboard operation
calendar-bundle copied to clipboard

It doesn't work anymore. the entites are not even created into the database.

Open queezzy opened this issue 9 years ago • 6 comments

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:

queezzy avatar Apr 03 '16 22:04 queezzy

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.

carlescliment avatar Apr 05 '16 08:04 carlescliment

Closed, given that no more people is complaining about this issue.

carlescliment avatar May 02 '16 09:05 carlescliment

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

dmatora avatar Jul 10 '16 22:07 dmatora

okay, reopening the issue.

Please rollback to a previous release while I investigate the problem.

Thanks for reporting.

carlescliment avatar Jul 11 '16 09:07 carlescliment

Well i've downgraded to 2.5.2 and followed old Readme and it worked

dmatora avatar Jul 11 '16 10:07 dmatora

The same problem for me in 2.8.16, the command php app/console doctrine:schema:update --force, doesn't appear to be working.

blackatze93 avatar Jan 18 '17 15:01 blackatze93