By kebap on
I just added the 11th display (12th including the default display) to my view and wanted to change the display name, and bam, I got an error as a popup message:
An error occured at /admin/build/views/ajax/display/blabla/panel_pane_11/display_title
Error Description:
Fatal error: Call to a member function options_form() on a non-object in /sites/all/modules/views/includes/admin.inc on line 2021
So is there a maximum amount of displays a view can have? The 10 displays before I didn't get this message. I exported the view and reimported it as a new view, but the problem didn't go away.
Thoughts?