adesigns / calendar-bundle

This bundle allows you to integrate the jQuery FullCalendar plugin into your Symfony2 application.
MIT License
97 stars 60 forks source link

Calendar randomly doesn't load #49

Closed jidasetima closed 7 years ago

jidasetima commented 8 years ago

I'm not sure what causes it, but the full calendar occasionally (once a week) doesn't load. I just get a white screen with no html output and no js console errors. The only thing that temporarily brings the calendar back is running app/console assetic:watch but this process would have to done again in a week's time. Neither cache:clear or assetic:dump gets the calendar to load. Is this a known issue?

Symfony version: 2.8 "adesigns/calendar-bundle": "^1.1"