I've installed the FullCalendar module and all its dependencies following the Readme file (jquery update for jquery 1.3.2, jquery ui with jquery ui 1.7.2, and jquery FullCalendar). I checked they were all installed correctly and in the right place by checking Drupal Status Report. I ran cron and flush to be sure nothing was cached. I created a view with a date field but when I click style or row style the FullCalendar options aren't available.

Anyone having this same issue and been able to fix it?

Comments

jaypan’s picture

I believe the jQuery UI module requires jQuery UI 1.6 - this may be where your problem is coming from, it may not be set up to deal with the version you are using.

Contact me to contract me for D7 -> D10/11 migrations.

dg888’s picture

I also have the same problem, same configuration, with Jquery UI 1.6 installed...
Do you have installed the module Calendar? the problem may come from there

dg888’s picture

After some searchs, this problem is mainly because you are using the wrong version of Views
- Full Calendar 2 looks like to work only with Views 3

So if you are using Views 2, the best solution is to install FullCalendar 1.4, its working fine for me now

I hope it can help