I am trying to develop a calendar similar to:

http://www.okeel.com/demo/calendar/2011-01

I read using the FullCalendar module is the correct approach. I installed all the modules:

CCK
Views
jQuery
jQuery update
Date

But every time I try to install the FullCalendar 6.x-1.3 version I get this fatal error:

Fatal error: Call to undefined function jquery_ui_add() in /home/content/html/yesiamhq/modules/fullcalendar/fullcalendar.module on line 64

line 64 is: jquery_ui_add($files);

I have no idea why this is happening, can someone please let me know how to fix this or what I am doing wrong.

Comments

tim.plunkett’s picture

jquery_ui_add() is in the jQuery UI module. Make sure its enabled.

Out of curiosity, where did you read that using this module was the right approach?
Also, Calendar module now has a submodule called calendar_multiday that was written by the okeel.com developer.

tim.plunkett’s picture

Double post.

tim.plunkett’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)
podarok’s picture

[Tue Jan 11 11:21:47 2011] [error] [client 95.132.7.248] PHP Fatal error: Call to undefined function jquery_ui_add() in /home/www/uastrahovka.com/www/sites/all/modules/fullcalendar/fullcalendar.module on line 64, referer: http://uastrahovka.com/update.php?op=results

podarok’s picture

I think that module must provide correct dependency information in module .info file for making possible enabling other modules before update

podarok’s picture

Status: Postponed (maintainer needs more info) » Active
tim.plunkett’s picture

Title: Fatal error: Call to undefined function jquery_ui_add() » Declare dependency on jQuery UI during update
Assigned: Unassigned » tim.plunkett
Priority: Normal » Major
tim.plunkett’s picture

Status: Active » Closed (works as designed)

Apparently there's no way to do this.
No one's actually using the 6.x-1.2 version anyway, and this only happens on upgrade to 6.x-1.3.