Info
- 9 posts
- 3 voices
- Started 12 months ago by aion4217
- Latest reply from Gautam
- This topic is resolved
/bb-admin/users.php You are not allowed to do this here
-
- Posted 12 months ago #
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 * FROMbb_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 * FROMwp_usersWHEREuser_loginin ('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 167Is there anyone experience this ?
-
- Posted 12 months ago #
Still finding out.... no luck yet.. :(
-
- Posted 12 months ago #
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 ?
-
- Posted 12 months ago #
Throttle means that user has the ability to bypass the configured posts-per-time-period limit.
-
- Posted 12 months ago #
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...
-
- Posted 12 months ago #
Disabled all plugins.
No chance... -
- Posted 12 months ago #
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 ?
-
- Posted 12 months ago #
Okay, at last its solved by my own,
Seems quite hard to find bbpress support now. Maybe everyone busy with 2.0 *sad -
- Posted 12 months ago #
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. :) -
You must log in to post.