What use is this?
bbPress Plugin Browser »
Admin add user (1.3)
Download
Version: 1.3
Last Updated: 2008-4-10
Requires bbPress Version: 0.90 or higher
Compatible up to: 0.90
Average Rating





Your Rating
Author: Thomas Klaiber
-
Posted: 2 years ago #
-
Many thanks dragosF - that solved the problem !
Posted: 2 years ago # -
Hi,
I downloaded this and placed the php file in the plugins directory. I went into Admin and Activated the plugin. No errors reported.
Clicked on Users. Clicked to add a new user. Got the following error:
Warning: require_once(/home/sstuser/public_html/board/bb-includes/registration-functions.php) [function.require-once]: failed to open stream: No such file or directory in /home/sstuser/public_html/board/bb-plugins/admin-add-user.php on line 15
Fatal error: require_once() [function.require]: Failed opening required '/home/sstuser/public_html/board/bb-includes/registration-functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/sstuser/public_html/board/bb-plugins/admin-add-user.php on line 15
This is a very new install of bbPress, super-clean. Any ideas?
Terrence
Posted: 1 year ago # -
I don't get any install errors, but I get
There is no administration page at the requested address. Please check the address you entered and try again.
when I click on the link in the Admin CP. Any Thoughts?
Posted: 1 year ago # -
Just replace the following line:
require_once( BB_PATH . BB_INC . 'registration-functions.php');with this one:
require_once( BB_PATH . BB_INC . 'functions.bb-users.php');The above method worked for me!
Posted: 1 year ago # -
Thanks, it worked ;)
Posted: 1 year ago # -
Hello,
Installed BBPress version 1.0.3, Admin add user Version 1.3
Getting error when adding user.
There is no administration page at the requested address. Please check the address you entered and try again.I have changed the registration-functions.php file to functions.bb-users.php but it does not work.
Any help is appreciated.
Thanks.
Posted: 1 year ago # -
Hello, I am having the same problem as wrodrigues201. Can someone help us? Thanks!
Posted: 1 year ago # -
I think the developer is not really connected to this issue anymore. Any PHP-cracks who can help?
Posted: 10 months ago #
Add a Comment
You must log in to post.