Skip to:
Content
Pages
Categories
Search
Top
Bottom

Admin problems

  • 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    I have just add

    require_once('admin.php');

    to .php files (in bb-admin)

    and it works now

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