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

JS Error "Uncaught ReferenceError:Routing is not defined" #1

Closed vascowhite closed 11 years ago

vascowhite commented 11 years ago

This error is thrown in calendar-settings.js by the following line

url: Routing.generate('fullcalendar_loader')

I am unable to find where Routing should come from. Can you help?

calendar-bundle

mikeyudin commented 11 years ago

At the beginning of the documentation, it states that there is a dependency on the FOSJsRoutingBundle (https://github.com/FriendsOfSymfony/FOSJsRoutingBundle).

I recommend installing that bundle for the power it brings to your application, on top of the CalendarBundle's dependency on it.