Search Results for 'test'
-
Search Results
-
Topic: Avatar Problem
I just upgraded to the latest version from 0.9 or whatever the number was. It all went perfectly except for one thing.
Now when I go to my profile apge and click “Upload an image for your profile” it just takes me back the forum front page. The same thing happens when I click the “Avatar” tab in the profile page.
Anyone have any ideas because I am stuck with this one?
Hi everyone,
I’m seriously considering dropping FluxBB (that i’m currently using for a large messageboard) and using BBPress.
I would stop using FLuxBB for various reasons (mostly because i feel like FluxBB isn’t really alive anymore development-wise and also because i’ve been using wordpress for many many years and really digg the WP/BBpress community & coding) but… i was wondering is BBPress would do the job for a large messageboard with many users and connections everyday ?
I’ve tested BBPress many times, installed the latest version again yesterday for a test run and tested many plugins, tried customizing themes to see if it would fit my needs etc. and it looks sweet but there’s one thing i can’t tell: would BBPress work fine with many users ? Would it be just as good and even better than FluxBB once i’ve installed the plugins needed and export everything from FluxBB to BBPress ?
Do any of you use BBPress with hundreds of users on a daily basis ? It is running smoothly ? Is it responsive and fast ? It is made to work with huge amount of users and connections ?
Thanx for your feedback. I’d really appreciate any experience you have / had.
Hello,
I’m planning to using bbPress on a WP site/blog I am currently working on, on my local. WordPress is up and running already, a relatively clean install save for a couple of themes, and some entries. No plugins yet. I download bbPress, upload it underneath my WP root directory (where the blog is), change config to match WP config (for my local it’s just changing out the database name; I have a username/password account set up already for each of test installs), and try to install. I get:
DB Error: cannot select
…on all pages. I’ve looked at both bb-config and wp-config and the database values are identical, except for the suffix variable naturally. I’ve checked the database, only wp_* tables are there. I am using a fresh bbPress download.
Just for completeness’ sake (comments removed for brevity):
bb-config.php excerpt:
/** The name of the database for bbPress */define('DB_NAME', 'pugad-lawin');
/** MySQL database username */
define( ‘BBDB_USER’, ‘username’ );
/** MySQL database password */
define( ‘BBDB_PASSWORD’, ‘password’ );
/** MySQL hostname */
define( ‘BBDB_HOST’, ‘localhost’ );
/** Database Charset to use in creating database tables. */
define( ‘BBDB_CHARSET’, ‘utf8’ );
/** The Database Collate type. Don’t change this if in doubt. */
define( ‘BBDB_COLLATE’, ” );
/** snip snip **/
/**
* bbPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$bb_table_prefix = ‘bb_’;
wp-config.php excerpt:
/** The name of the database for WordPress */define('DB_NAME', 'pugad-lawin');
/** MySQL database username */
define(‘DB_USER’, ‘username’);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘password’);
/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);
/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);
/** snip snip **/
/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = ‘wp_’;
Again, I have a username/password user setup on my local MySQL database for testing purposes, so yes, it is expected that those will be staying the same.
Any info on this would be great. Thanks!
Topic: Unable to view old posts
Hi
I run a WP site and BBpress forum. Recently upgraded to BBpress latest release version and now when I log in I cannot view any old posts and when I try to create a new topic is reports ‘This topic has been closed’
On the top of dashboard I get the following…
Warning: Division by zero in
inetpubvhostssunstridercats.orghttpdocsbbpressbb-includesfunctions.bb-statistics.php on line 214Warning: Division by zero in
inetpubvhostssunstridercats.orghttpdocsbbpressbb-includesfunctions.bb-statistics.php on line 194Warning: Division by zero in
inetpubvhostssunstridercats.orghttpdocsbbpressbb-includesfunctions.bb-statistics.php on line 174Warning: Division by zero in
inetpubvhostssunstridercats.orghttpdocsbbpressbb-includesfunctions.bb-statistics.php on line 244I know this warning is shown if it belives there are no posts but the forum has been fine for a long time and has showing on the overview of the dashboard..
39 forums
82 topics
457 posts
So the posts are still there although I cannot see them or add to them.
Any help would be greatly appreciated.
How do I add forum name to latest discussion.
so instead of saying,
call for testers on the 0.9 branch and 1.0 trunk
to say,
Requests and Feedback: call for testers on the 0.9 branch and 1.0 trunk
I’ve tried
<?php forum_name(); ?>
Thank you, mwaterous.