• Resolved d3sd3v

    (@d3sd3v)


    We upgraded Simple Links this morning and are now getting the following error message:

    Fatal error: Call to undefined method SimpleLinksTheLink::getData() in /var/www/woofnowwhat.com/wordpress/wp-content/themes/woof/lib/extras.php on line 180

    I rolled back to 4.0.10 to get the site working again. Any suggestions?
    Many thanks for the help!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mat Lipe

    (@mat-lipe)

    Hello,

    Looks like your own customization in /wp-content/themes/woof/lib/extras.php which is calling an old method which no longer exists.

    You will find a call to getData() on line 180. If you change that call to get_data() your issue will go away (assuming of course there are not other calls to non existing methods)

    If you run into more missing methods, feel free to post them and I can give you substitutes.

    Mat Lipe

    Thread Starter d3sd3v

    (@d3sd3v)

    Thank you, Mat! That did the trick ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Error: Call to undefined method SimpleLinksTheLink::getData()’ is closed to new replies.