Closed (outdated)
Project:
FullCalendar
Version:
7.x-2.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2012 at 18:41 UTC
Updated:
4 Jun 2025 at 19:58 UTC
Jump to comment: Most recent
Comments
Comment #1
sheldonkreger commentedTurning off Ajax in the view solved the problem.
Comment #2
sheldonkreger commentedIn retrospect, Fullcalendar should either work with Ajax turned on, or give some kind of warning.
Comment #3
marcus178 commentedI'm having the same problem, however if I turn Ajax off the calendar won't load at all, I get an white server error page. Also when updating the calendar view page I get this error
An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /admin/structure/views/view/plug_bookings_calendar/preview/page/ajax
StatusText: Internal Server Error
ResponseText:
Comment #4
marcus178 commentedOk seem the have found the issue, I was using the Beauty Tips flyout from another post, and one of the fields was a entity reference. Removing the field seemed to solve it.
Comment #5
callumm commentedI am having the same issue but AJAX is turned off for my view.
The events initialize on load and I can see the GET requests being sent when I switch months on the calendar, but the events don't appear. Then switching away to a different month /week/day/ view refreshes things and the events appear.
I have tried turning AJAX back on and disabling lazy fetching but it makes no difference.
http://bit.ly/1g46Vh2
Have tried turning caching on and off. Have installed calendar on other servers and same result. I guess the next step is to do a clean install and see what module is interfering with it. Or is there some tinkering I can do in JavaScript?
Comment #6
vladsavitsky commentedThe same issue. Nodes are shown at current (default) view but if data changed to past and navigating to previous months shows no data (empty calendar).
Comment #7
vladsavitsky commentedI was able to fix this issue at my site by removing 'Contextual Filters'. Below the export code of removed filter but I believe that this issue related to view settings so try to find "wrong" settings:
Comment #8
pjcdawkins commentedBased on the symptoms you mention - you might want to see issue #2148083: No events shown in December (now committed to -dev) and #2185449: Using AJAX results in errors when scrolling through months (working patch).
Comment #9
callumm commentedI have removed all contextual filters on the view. Still no joy. Some other fullCalendar users have reported this bit of documentation as being helpful in finding a solution but I don't know how to make sense of this within the Drupal scope. I don't believe this issue is necessarily related to Ajax, turning it off did not resolve the issue with my calendar.
http://arshaw.com/fullcalendar/docs/event_rendering/renderEvent/
Comment #10
dcam commentedI've volunteered to help clean up the FullCalendar issue queue. As part of that effort I'm closing issues open for unsupported versions of the module as "Closed (outdated)". That includes any Drupal 7-compatible versions because no active maintainer is supporting them.
If this issue is still relevant for version 3.x of FullCalendar, then feel free to re-open it and update the issue version number.