• I’m coming up with this on a site I’m working on and I don’t understand why. Please advise.
    Fatal error: function gce_widget_content_list() ….Call to undefinedhome.php on line 31

Viewing 1 replies (of 1 total)
  • Tim Nash

    (@tnash)

    Spam hunter

    Have you recently removed a plugin, which asked you to add some code into your theme?

    The error, is because your site is trying to call a function gce_widget_content_list() but it can’t find it, probably because the plugin was deactivated.

    So you will need to find where it’s being called, normally the php file it says, and comment it out.

Viewing 1 replies (of 1 total)

The topic ‘fatal php error’ is closed to new replies.