Search Results for 'test'
-
Search Results
-
Hi everyone, I’ve just had one hell of a night trying to figure out this bbP/wP integration stuff. Eventually, I thought I’d do a clean test install and work from there to see if I could isolate the issue, so I installed:
BBpress 0.7.3
WordPress 2.0.5
on
Apache 2.0.59
mySQL 5.0.19
PHP 4.4.4
via MAMP on Mac OS 10.4.8
with WP in root and BBpress as subdirectory “discussions”.
I then configured wp-config.php and config.php like so:
<?php
define('DB_NAME', 'database');
define('DB_USER', 'root');
define('DB_PASSWORD', 'root');
define('DB_HOST', 'localhost:8889');
$table_prefix = 'wp_';
define ('WPLANG', '');
define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
?>
and
<?php
require_once(dirname(dirname(__FILE__)) . '/wp-config.php');
define('BBDB_NAME', 'database');
define('BBDB_USER', 'root');
define('BBDB_PASSWORD', 'root');
define('BBDB_HOST', 'localhost:8889');
$bb_table_prefix = 'bb_';
$bb->domain = 'http://192.168.0.149:8888';
$bb->path = '/discussions/';
$bb->name = 'the Forum';
$bb->admin_email = 'email@email.com';
$bb->mod_rewrite = false;
$bb->page_topics = 30;
$bb->edit_lock = 60;
$bb->gmt_offset = -8;
define('BBLANG', '');
$bb->akismet_key = '***********';
$bb->wp_table_prefix = 'wp_';
$bb->wp_home = 'http://192.168.0.149:8888';
$bb->wp_siteurl = 'http://192.168.0.149:8888';
define('BBPATH', dirname(__FILE__) . '/' );
require_once( BBPATH . 'bb-settings.php' );
?>
(the 8888/9 ports are MAMP defaults; 192.168.0.149 is the LAN IP of the computer I’m running this on)
Then I ran the install scripts, and lo and behold, everything seemed to be working great. Then I began to add plugins one by one, and, to make a long story short, found that:
Whenever the Sidebar Widgets plugin was activated along with a separate widget (including those included with it, del.icio.us and google, as well as akismet, which has a widget built-in), trying to load a BBpress page would yield a blank page. However, if Sidebar Widgets was activated but no widget plugins were, it would work fine–I could even use the integrated widgets (RSS, categories, calendar, etc) on the blog. Likewise, if Sidebar Widgets is deactivated, but all the widgets are activated, it still works fine.
Also: the Front Page Topics plug-in for bbPress, regardless of any other plugins in wP or bbP, yields a similar blank page on posting a new reply, starting a new topic, making a new forum, or logging out. If I go back and refresh, the topic/reply/forum HAS been created… but the logout attempt is UNsuccessful. Like I said, I tried this with no bb or wp plugins, as well as a variety of them, and its always the same result.
Ok, its 4:15 in the morning, I have class at 8 and I’m going to go pass out, but hopefully this is enough information for someone to tell me what gives…
Thanks for reading/any help.
-G
Topic: favorites on front page
i think it would be nice if once logged in, above latest discussions it listed your recent favorites above “views”
Topic: detail of Style.css ?
In which line of style.css describ those color????
f.ex: sticky color is on the line 161 of style.css
1) the color of your forums name? (the one on the right-top corner)
2) the background color of forums ?
3) the title of table ?(the gray one on the top: Topic — Add New » Posts Last Poster Freshness …)
4) the original topic color ? (there 2 colors i think)
5) those words color? (Hot tags, Latest Discussions, Forums, View..)
6) the white line under under those title: Hot tags, lastest discussions…?
7) all link words ?( add new, no-reply, untag… the original color is green)
all link words ?(when mose hover)
background color of the bottom section of forums ?(there is : xxxxxxx is proudly powered by bbPress)
9) Now, when u add a new topic, theres a table which ask u the subjet, the content, the tag and the ection. i want to change the background color of this table, which line it is?
10)Now, when u look at a topic, theres the original post and reply. the background of each one is on which line?
11)last thing..: i want to also change those word (the word, not the color) : ‘Enter a few words(call tag)separeted by spaces to help someone find your topic’ and ‘ pick a section’
Thank you a lot!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Topic: Signatures
Will bbpress have an option for members to have signatures, where they can add text or links?
I’m looking at starting a new forum, having used SMF & PHPBB forums in the past, but i really like wordpress so have installed a ‘test’ site using bbpress, and am really impressed, but its an important feature that i’m need to be installed.
Topic: Call to underfined function
So I just installed the latest version of bbpress (0.72) and followed these steps: http://www.devlounge.net/articles/the-ultimate-bbpress-guide and when I got to http://www.abunchofcars.com/forum/, I get: Fatal error: Call to undefined function: __() in /home/abunchof/public_html/forum/bb-settings.php on line 93
I tripled checked my config.php file and all appears fine…not sure what I’m doing wrong?
Topic: Cannot select DB.
I would like to try bbPress, but cannot get past the “Cannot select DB.” error message. What am I doing wrong? Here is what I have done…
1. Downloaded and am successfully running MySQL 5.0.26 server on Mac OS X 10.4.8.
2. Added a database called “testbb” to the mysql server (this is working because I can access this database through the mysql commandline in Terminal and in CocoaMySQL).
3. Turned on php (version 4.4.1) in the httpd.conf file.
4. Turned on the apache webserver running on my computer.
5. Downloaded the bbPress folder and put it in my webserver directory.
6. Changed the config-sample.php file to config.php.
7. Modified the config.php file. I changed the database name to testbb, changed the username to root, added the appropriate password, and changed the URL domain to “http://localhost/~myusername” and the URL path to “/bbpress/” because I did not change the folder’s name. It is still “bbpress”.
When I try to access the install.php file, I type in “http://localhost/~myusername/bbpress/bb-admin/install.php” into my browser. This successfully brings up the following error message: “Cannot select DB.”
What am I doing wrong? Why can’t it access the database, when I can access it through the commandline with the same username and password?
first, i setup my bbPress, tested it… worked great! now i went to the config.php and changed the settings to point to my wordpress. my wordpress has in the root directory and mt bbpress was i a folder root/forums/ … for the configuration, i’m sure i did everything right. changed the wordpress prefix from false to wp_ then added in the urls of my wordpress as required. i then removed the // on the next line as the instructions said.
now i loaded the directory with bbpress… i expected to go thru the whole installation thing again but it failed. someone please help?