Forums

Join
bbPress Support ForumsTroubleshootingAdmin problems

Info

Tags

Admin problems

  1. when I try (0.73 with WP, login as Key Master or Administrator) to set "not spam" in "Akismet Spam" section I got:
    Fatal error: Call to undefined function: bb_current_user_can() in /forum/bb-admin/delete-post.php on line 6

    same if I try to check some post as "spam".

    Thanks.

  2. same problem when I try to Move topic to other:

    Fatal error: Call to undefined function: bb_current_user_can() in /forum/bb-admin/topic-move.php on line 10

    Close topic:

    Fatal error: Call to undefined function: get_topic() in /forum/bb-admin/topic-toggle.php on line 5

  3. I have just add
    require_once('admin.php');

    to .php files (in bb-admin)
    and it works now

  4. You must log in to post.