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

dawehner’s picture

Status: Active » Postponed (maintainer needs more info)

Do you have a calendar view?

philcoyne’s picture

Yes, using the FullCalendar module.

dawehner’s picture

Did you updated from 2.x to 3.x version?

philcoyne’s picture

I'm using the one that's on Drupal.org, so version 2.

esmerel’s picture

Is still a problem with the most recent version? Views and Full Calendar have had several updates since this issue was opened.

esmerel’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)
liquidcms’s picture

Version: 7.x-3.0-rc1 » 7.x-3.5
Category: support » bug
Status: Closed (fixed) » Active

i 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

squ1rr3l’s picture

Same error here as liquidcms, but also get the error trying to edit any calendar or group calendar view.

pjbarry21’s picture

Same 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.

kobnim’s picture

I 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.