bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

Fatal error: Call to undefined function: pm_fp_link()

(3 posts)
  • Started 1 year ago by jthomps
  • Latest reply from jthomps
  • This topic is not resolved
  1. 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.

    Posted 1 year ago #
  2. 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.

    Posted 1 year ago #
  3. I did get the plugin activated and it is working now. Thanks for the support.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.