bbPress Plugin Browser »

Admin add user (1.3)

Download

Version: 1.3

Other Versions

Last Updated: 2008-4-10

Requires bbPress Version: 0.90 or higher

Compatible up to: 0.90

Author Homepage »

Plugin Homepage »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(4)

Your Rating

Author: Thomas Klaiber


  1. What use is this?

    Posted: 2 years ago #
  2. Many thanks dragosF - that solved the problem !

    Posted: 2 years ago #
  3. 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 #
  4. Shane Pitman

    Member

    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 #
  5. dqnguyen

    Member

    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 #
  6. Thanks, it worked ;)

    Posted: 1 year ago #
  7. wrodrigues201

    Member

    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 #
  8. e4girl

    Member

    Hello, I am having the same problem as wrodrigues201. Can someone help us? Thanks!

    Posted: 1 year ago #
  9. nr3

    Member

    I think the developer is not really connected to this issue anymore. Any PHP-cracks who can help?

    Posted: 10 months ago #

RSS feed for this topic

Add a Comment

You must log in to post.