Skip to:
Content
Pages
Categories
Search
Top
Bottom

Fatal error: Call to undefined function: pm_fp_link()

  • I have been working on this for a while and could use a little help. I am getting close to getting things to work, so, does anyone know what the solution to “Fatal error: Call to undefined function: pm_fp_link() in /hsphere/local/home/jamtho/southernillinoiswatcher.com/forums/bb-templates/kakumei/front-page.php on line 75” is? This is line 75, <?php if (bb_current_user_can(‘write_posts’)) : ?> <?php pm_fp_link(); ?> <?php endif; ?> .

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yeah. Take out the bit that says

    <?php pm_fp_link(); ?>

    because the function you’re trying to call with that is undefined.

    [Edit] Or, you know, make sure the function is defined by activating the plugin, as per Chris.

    I did get the plugin activated and it is working now. Thanks for the support.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar