Skip to:
Content
Pages
Categories
Search
Top
Bottom

/bb-admin/users.php You are not allowed to do this here

  • Hi,

    I dont know what happen, currently I found my bbpress (1.0.3) admin could not open the user admin page with error “You are not allowed to do this here”.

    Currently my bbpress template was integrated with wordpress they installed separately.

    You can look the page here: http://teknoinfo.web.id/forum

    previously it works fine, after i do some changes regarding bug in the count bbpress from here http://bbpress.org/forums/topic/problems-on-recount-tools-after-upgrade-102-to-103, not sure its related or not.

    From the error_log i found:

    [28-Apr-2011 02:36:13] ERROR: bbPress database error – “Table ‘latqueir_teknoforum.bb_privatemessages’ doesn’t exist” for query “SELECT * FROM bb_privatemessages” via caller “bb_activate_plugin, include, bbPM->bbPM, bbPM->update”

    [28-Apr-2011 10:33:17] ERROR: bbPress database error – “Table ‘lat_teknoforum.tekno_users’ doesn’t exist” for query “SELECT * FROM wp_users WHERE user_login in (‘raffaell’);” via caller “require_once, require_once, require_once, bb_current_user, bb_get_current_user, WP_Auth->get_current_user, WP_Auth->validate_auth_cookie, WP_Users->get_user”

    [03-May-2011 06:24:52] PHP Fatal error: Call to a member function get_terms() on a non-object in /home7/latqueir/public_html/teknoinfo/forum/bb-admin/includes/functions.bb-recount.php on line 167

    Is there anyone experience this ?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Still finding out…. no luck yet.. :(

    I indicate i missed the admin right, but its seems this correct?

    a:2:{s:9:”keymaster”;b:1;s:8:”throttle”;b:1;}

    Whats throttle means ?


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Throttle means that user has the ability to bypass the configured posts-per-time-period limit.

    this make me mad,

    last time another account (moderator) can access the user management. now its throwing the same error “You are not allowed to do this here”

    I tried to change the theme, seems not worky also…

    Disabled all plugins.

    No chance…

    Gotcha…

    Its because of bb_config integration.

    /** WP Theme **/

    define(‘WP_BB’, true);

    if ( !defined(‘DB_NAME’) ) {

    require_once( dirname(__FILE__) . ‘/../wp-config.php’);

    }

    Hmmm… Last time is not happening, why its happened now ?

    Is there any solution to integrate the theme without having to hardcode the theme itself ?

    Currently I installed bbpress on separate database.

    and I intend to separate the user too.

    So I want only to integrate the theme….

    Any better solution for this ?

    Okay, at last its solved by my own,

    Seems quite hard to find bbpress support now. Maybe everyone busy with 2.0 *sad


    Gautam Gupta
    Participant

    @gautamgupta

    qzplx: For theme integration, you can either do deep integration – looks like that didn’t work for you OR create a new theme based on your wp theme on your own. There is a theme integrator too. :)

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