Search Results for 'bbpress'
-
Search Results
-
Topic: Line 80 error
Hello,
This is my first bat at installing BBpress. I’m looking forward to playing with it if I can figure out what’s wrong with it. Can someone help me troubleshoot here? I think I read somewhere on the forums that someone had a similar issue but I can’t find that post again.
So first of all I’m integrating it a previous wordpress installation. I put everything in a subdirectory called /forums/. For the database info in the config file I put all of the same info for the wordpress install, I hope that was correct.
I have no clue what this is:
define(‘BBDB_CHARSET’, ‘utf8’);
define(‘BBDB_COLLATE’, ”);
So I left it blank, is that correct?
Lastly, at the bottom I entered this:
$bb->wp_table_prefix = ‘wp_’;
$bb->wp_home = ‘http://www.airshipleague.com/forums’;
$bb->wp_siteurl = ‘http://www.airshipleague.com’;
Is this correct??? I’m not sure what the difference between _home and _siteurl is. I’m assuming that home is where I want the forums to go and the url is the domain of the site as a whole…But that’s totally guesswork. A lot of this database stuff is greek to me.
So I uploaded everything and went to install it and would continually see the error above the install wizard:
Warning: mysql_get_server_info() [function.mysql-get-server-info]: Can’t connect to local MySQL server through socket ‘/usr/local/mysql-5.0/data/mysql.sock’ (2) in /home/content/o/p/e/openartist/html/airshipleague/forums/bb-includes/db-mysqli.php on line 80
Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/content/o/p/e/openartist/html/airshipleague/forums/bb-includes/db-mysqli.php on line 80
Warning: Cannot modify header information – headers already sent by (output started at /home/content/o/p/e/openartist/html/airshipleague/forums/bb-includes/db-mysqli.php:80) in /home/content/o/p/e/openartist/html/airshipleague/forums/bb-admin/install.php on line 10
Warning: Cannot modify header information – headers already sent by (output started at /home/content/o/p/e/openartist/html/airshipleague/forums/bb-includes/db-mysqli.php:80) in /home/content/o/p/e/openartist/html/airshipleague/forums/bb-includes/functions.php on line 1898
I figured I would try and install anyways crossing my fingers it would disappear. The install completed and sent me a confirmation email. When I logged on for the first time above the forums it says:
Warning: mysql_get_server_info() [function.mysql-get-server-info]: Can’t connect to local MySQL server through socket ‘/usr/local/mysql-5.0/data/mysql.sock’ (2) in /home/content/o/p/e/openartist/html/airshipleague/forums/bb-includes/db-mysqli.php on line 80
Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/content/o/p/e/openartist/html/airshipleague/forums/bb-includes/db-mysqli.php on line 80
If I try and log in it will hang and nothing will happen. If I refresh it will bring me to a login page with similar error messages hanging above.
If it matters at all I’m using Godaddy’s service which allows me to have multiple domains on a single IP, so the site is really a subfolder of my main url that airshipleague.com is forwarded to. I don’t have problems with that at all when I install wordpress though.
Many thanks for any help you can give me!
After filling in step one of the installation I get this message:
Now we’re going to create the database tables and fill them with some default data.
bbPress database error: [A table must have at least 1 column]
CREATE TABLE wp_
Created table wp_
bbPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘;$bb->wp_homeusers (user_login, user_pass, user_email, us]
INSERT INTO wp_;$bb->wp_homeusers (user_login, user_pass, user_email, user_url, user_registered) VALUES (‘JeffV’, ‘145d638abb3245b4362f959f774bf1b2’, ‘jeff@jackhammr.org’, ”, ‘2007-11-13 06:30:26’)
bbPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘ ”, , ”, ‘200]
INSERT INTO bb_topics (topic_title, topic_slug, topic_poster, topic_poster_name, topic_last_poster, topic_last_poster_name, topic_start_time, topic_time, forum_id) VALUES (‘Your first topic’, ‘your-first-topic’, , ”, , ”, ‘2007-11-13 06:30:26’, ‘2007-11-13 06:30:26’, 1)
bbPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘;$bb->wp_homeusers WHERE ID = 0’ at line 1]
SELECT * FROM wp_;$bb->wp_homeusers WHERE ID = 0
Finished!
I’m sorry I don’t understand what all that means. Can someone here help me? Thanks.
Jeff Voegtlin
Hello,
I followed all the steps mentioned in the installation and bbpress got installed properly but it doesn’t display the forum properly.
you can see the forum login here : http://www.reviewsaurus.com/bbpress/
but you’ll see that it doesn’t look correct as no images no css is loaded.
It’s a fresh installation and i’ve not changed anything else. Can you please suggest me what could be the problem….I’m using the pretty permalinks feature….could that be a problem?
Topic: bbpress user comments in wp
Topic: Installation…?
Hi guys. Trying to install bbPress along with my current WordPress 2.3 installation.
WordPress was a snap! I had that sucker done in about 5 minutes.
bbPress is a different animal. my install.php page says “Cannot select DB”.
Is there a comprehensive Install doc that I am missing? I feel as if I have a lot of questions about the info on the page http://bbpress.org/documentation/installation/
Any help would be appreciated.
hi, I have bbpress and wordpress fully working together, the only issue is that when a user registers with bbpress and leaves a comment it appears as anonymous. I have tried adding post_author but no joy, any ideas?