bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

Admin problems

(3 posts)
  • Started 1 year ago by malak
  • Latest reply from malak
  • This topic is not a support question

Tags:

  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.

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

    Posted 1 year ago #
  3. I have just add
    require_once('admin.php');

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

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.