Active
Project:
Views (for Drupal 7)
Version:
7.x-3.5
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2011 at 11:30 UTC
Updated:
15 Mar 2013 at 05:04 UTC
I moved my site over from our development server to a clients last night, and since have started receiving the following error;
Fatal error: Call to a member function summary_title() on a non-object in /home/wildilkphil/peoplesresidency.chinese-arts-centre.org/cac/sites/all/modules/views/plugins/views_plugin_display.inc on line 986
This appears when I try to edit a node that I've created using a view. Any ideas?
Comments
Comment #1
dawehnerDo you have a calendar view?
Comment #2
philcoyne commentedYes, using the FullCalendar module.
Comment #3
dawehnerDid you updated from 2.x to 3.x version?
Comment #4
philcoyne commentedI'm using the one that's on Drupal.org, so version 2.
Comment #5
esmerel commentedIs still a problem with the most recent version? Views and Full Calendar have had several updates since this issue was opened.
Comment #6
esmerel commentedComment #7
liquidcms commentedi am using the Calendar module. latest dev from today and views 7.x-3.5
and i get this when i try to clone the predefined calendar view.
Fatal error: Call to a member function summary_title() on a non-object in /home/admin/public_html/oow/sites/all/modules/views/plugins/views_plugin_display.inc on line 1192
Comment #8
squ1rr3l commentedSame error here as liquidcms, but also get the error trying to edit any calendar or group calendar view.
Comment #9
pjbarry21 commentedSame error for me. But the strange thing is I have 2 calendar views -- one for members and one for non-members. Built the same time and should be roughly the same except there are permissions and some items don't show on the "public" calendar. And that's the only one not working now (had been working in the past, but not sure when it stopped since we rarely use it -- most of us use the "project" calendar). So, 2 views, built from the same basic content type, but different permissions/taxonomy and now the one view doesn't work. I can't edit it (get the error mentioned above -- same line and everything) and when I go to the page where it lives, I get just the title, the month and the navigation (no calendar appears below it).
I have the same Views version and Calendar version as mentioned here. The site is still on 7.16 for core. I will try loading the latest dev of Views after hours and see if that does anything to help it.
Comment #10
kobnim commentedI have a custom views plugin, and this error just popped up for me. Has anyone figured out the cause?
UPDATE:
I reinstalled my custom module and deleted the cache, and the problem went away.