Forums

Join
bbPress Support ForumsPluginsAjax Report Post (0.1.0) - fatal error

Info

Ajax Report Post (0.1.0) - fatal error

  1. I have been unable to insatll this plugin Ajax report posts (http://bbpress.org/plugins/topic/ajax-report-post/installation/)I get the following error

    Fatal error: Call to undefined function bb_register_plugin_activation_hook() in /opt/lampp/htdocs/wp-content/plugins/ajax-report-post/report-post.php on line 266

    Any ideas how I can resolve this?

  2. Seems that this line of code is stopping the plugin from being activated:
    bb_register_plugin_activation_hook(__FILE__,'report_post_install');

    When I remove this it the plugin activates, but doesn't work. Can anyone identify what the problem is?

  3. I got a reponse which told me the reason this wasn't working was that I wasn't using the standalone version of BBPress. I was using the worpress plugin version which meant this wouldn't work.

  4. @catlawsonNHS
    Yes, this plugin is for the standalone bbpress, not for wordpress.

    Sorry for the late response as I was concentrating completely on some other things.

  5. @catlawsonNHS
    I have used this plugin for my bbpress which was integrated along with wordpress MU, and it worked perfectly.

  6. You must log in to post.