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

Full Calendar Symfony the route fullcalendar_loader does not exist #54

Closed Mohamed1651 closed 7 years ago

Mohamed1651 commented 7 years ago

Hi guys,

I've been trying to install the Full Calendar Bundle and have done every step but I get an javascript error that says that the route fullcalendar_loader does not exist. Why is this? I have also installed fosJsRouting.

mikeyudin commented 7 years ago

You may need to run the assets:install command to dump the javascript from the vendor directory to your public assets folder. That's the first thing that comes to mind. Should work out of the box following the instructions otherwise.

Mohamed1651 commented 7 years ago

Hi,

Thanks for reacting I've done the assets:install but I still get the error, I definitely think it has something to do with the fosjsrouting but I don't know why.

Mohamed1651 commented 7 years ago

here is a pic. error

Mohamed1651 commented 7 years ago

Could it be that I first installed the fullcalendar bundle and then the fosjsrouting?

Mohamed1651 commented 7 years ago

Fixed the problem!

The problem was that I first installed the calendar bundle and then the fosjsrouting bundle, so I first had to remove the calendarbundle and install it again I also had to use the calendar js all the way on the bottom of my view.