Search Results for '"wordpress'
-
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!
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.
I’m running a discussion on bbPress at WordCamp Melbourne this weekend and I’m looking for a good WordPress/bbPress integrated site (or two) to show as an example.
Preferably one run by someone here, with a reasonable amount of traffic, so I can prod them with questions about it.
Anyone?
Not my site, a forum at a WP plugin author’s site:
I didn’t realize it was a bbPress installation for a few minutes until I looked at it. It was just a support forum, nothing screamed out kakumei to me
Topic: bbPress vs. a plugin
(I cross posted this in the WP Support forums)
Hi,
Last night I did my first install of WordPress with a little help from the nice people hanging out in the Installation Forum – thanks again everybody. BTW, it took me a long time to do as I’m very new to mysql, php, ect.
Today, I’d like to add a forum. I’m very worried about screwing up my database or having to tinker with too many files. I’d like to add it now because I’ve yet to start customizing my site (WP is my main page BTW)and figure I should get all the things I want in there first, then go to work adding content ect.
I’ve read (or at least looked at the headlines for the first 100 post in these forums related to forums plugin).
So, here’s my question:I want a forum that will have about 10 or so categories listed under about five different cities. For instance: Chicago Jobs, Housing, For Sale, Events, ect.
Of course I want people only to log in once and I understand that bbPress and some plugins can do that.
It doesn’t have to be fancy or anything.
So, as a newb to using databases and php, should I choose a stand-alone like bbPress or a plugin I just upload to Wp?
I’m asking you assuming you are much more experienced with these things than I and will know which is better for someone at my level.
Thanks for reading this long post
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?