• mossyboy

    (@mossyboy)


    Hi

    I have a problem when trying to activate the plug-in.

    Plugin could not be activated because it triggered a fatal error.

    Fatal error: Call to undefined function options() in /Applications/MAMP/htdocs/house/wp-content/plugins/dw-social-feed/dw-social-feed.php on line 71

    I am using WordPress 3.8.2

    Thanks

    https://wordpress.org/plugins/dw-social-feed/

Viewing 2 replies - 1 through 2 (of 2 total)
  • sEpt0r

    (@sept0r)

    Hi

    change line 71
    from
    update_option('wall_social_feed_options', options() );

    to
    update_option('wall_social_feed_options', $options );

    Thanks sEpt0r! This works for me. Kudo`s!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Error’ is closed to new replies.