Oh no.... What does this mean? Other than turning off the View, what am I supposed to do? Working on becoming a php novice so the solution has to be simple.

Fatal error: Call to a member function execute_display() on a non-object in /home/axrceo/animexroads.com/includes/common.inc(1645) : eval()'d code on line 3

please help
any advice welcome

Comments

rabidDog’s picture

Got it! Kept reading all the posts that had "Fatal error: Call to a member function execute_display() on a non-object in" none of which seem to apply to my problem. Finally latched on to non-object which brought me to the conclusion that it had to do with something that didn't exist.

There was an embedded view that wasn't being used anymore for this content type and had just been deleted a couple days prior.

thought I was going to have to delete the 200+ titles that had been created.

mattwmc’s picture

Cool! This helped me out, too.

I just switched to a different server and imported a few different views. I must have forgot to hit submit after the import because my pages were being broken with the fatal error code.

Realized because of your post that the views weren't saved, and therefore weren't there which triggered the error.

All good now.

Thanks!