Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor Michael Henke

    (@aphex3k)

    Well, the complete error message would be helpful

    Thread Starter lryo

    (@lryo)

    Fatal error: Call to undefined function the_flattr_permalink() in /var/www/virtual/w4a124828/blog/wp-content/themes/Design-folio/yarpp-template-example.php on line 63

    Plugin Contributor Michael Henke

    (@aphex3k)

    the function will be included in the next update. To help you out, you can include the following function at the end of flattr.php

    function the_flattr_permalink()
    {
        $flattr = new Flattr();
    	echo($flattr->getButton());
    }

    Thread Starter lryo

    (@lryo)

    Thanks !

    Another update is planned ?

    I was having the same issue.

    Looks like there have been some updates to the plugin trac already so I hope we’ll be getting an official update soon.

    Thanks for your hard work Michael!

    Plugin Contributor Michael Henke

    (@aphex3k)

    yes, a fix is on it’s way, I want more feedback before i push it live

    Thread Starter lryo

    (@lryo)

    Thanks for your work Michael !

    Plugin Author VoxPelli

    (@voxpelli)

    Michael has included this fix in an official release so I’m marking this as resolved.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Flattr] Fatal error: Call to undefined function the_flattr_permalink()’ is closed to new replies.