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

EventListener charge twice #22

Closed ThomasDeudon closed 10 years ago

ThomasDeudon commented 10 years ago

Sorry for having a new problem :(

I can't manage to delete this error without deleting the listener :

FatalErrorException: Compile Error: Cannot redeclare class OurBundle\Calendar\EventListener\CalendarEventListener in /opt/lampp/htdocs/XXXX/src/OurBundle/CalendarBundle/EventListener/CalendarEventListener.php line 9

Do you have any miracle solution? :p

ThomasDeudon commented 10 years ago

I can't understand why but the problem resolved himself ( maybe a cache problem ... ) anyway, no more problem on this. But what i don't get is why the event are still not shown, and if i put a var_dump in the listener, nothing is shown to...