• Hi,

    I was installing the Total-Wideget-Control pluggin when i was presented with this message.

    Fatal error: Call to a member function get_settings() on a non-object in /home/content/72/7259672/html/wp-content/plugins/total-widget-control/total-widget-control.php on line 898

    This is all i can access and all anyone can see of my site.

    Any solutions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yea, it’s a problem with an old widget. I have this same error on another website, I’ll post the new revision tonight. do you have an email address that I can reach you at?

    The fix is simple, it was just an additional check.

    line 926 should read:

    if (is_object($widget[‘callback’][0]) && is_callable( array($widget[‘callback’][0], ‘get_settings’) ))

    I added the is_object check, I’ll push this fix tonight.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error: Call to a member function get_settings’ is closed to new replies.