Info
- 3 posts
- 1 voice
- Started 5 years ago by malak
- Latest reply from malak
- This topic is not a support question
Admin problems
-
- Posted 5 years ago #
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 6same if I try to check some post as "spam".
Thanks.
-
- Posted 5 years ago #
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 10Close topic:
Fatal error: Call to undefined function: get_topic() in /forum/bb-admin/topic-toggle.php on line 5 -
- Posted 5 years ago #
I have just add
require_once('admin.php');to .php files (in bb-admin)
and it works now -
You must log in to post.