<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Topic: Installation Errors, every time, DB Issue</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Installation Errors, every time, DB Issue</description>
<language>en</language>
<pubDate>Sat, 06 Sep 2008 05:31:32 +0000</pubDate>

<item>
<title>sambauers on "Installation Errors, every time, DB Issue"</title>
<link>http://bbpress.org/forums/topic/installation-errors-every-time-db-issue#post-12490</link>
<pubDate>Sat, 08 Dec 2007 05:42:58 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">12490@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The quickest (and dirtiest) solution might be to change line 91 in bb-settings.php to:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;require( BBPATH . BBINC . &#38;#39;db.php&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;.&#60;br /&#62;
I haven't tested this, but it should work.&#60;/p&#62;
&#60;p&#62;It will force bbPress to use the MySQL PHP extension instead of MySQLi
&#60;/p&#62;</description>
</item>
<item>
<title>jeromyboyd on "Installation Errors, every time, DB Issue"</title>
<link>http://bbpress.org/forums/topic/installation-errors-every-time-db-issue#post-12487</link>
<pubDate>Sat, 08 Dec 2007 04:46:39 +0000</pubDate>
<dc:creator>jeromyboyd</dc:creator>
<guid isPermaLink="false">12487@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thank you, I wouldn't have even known that; the trac was difficult enough to figure out there for a minute, I was clueless looking at it, then I started to notice what it was about. Thanks for the help.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Installation Errors, every time, DB Issue"</title>
<link>http://bbpress.org/forums/topic/installation-errors-every-time-db-issue#post-12486</link>
<pubDate>Sat, 08 Dec 2007 04:26:15 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">12486@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It's not you, it's a problem with bbPress.&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/cannot-select-db-error?replies=11#post-12434&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/cannot-select-db-error?replies=11#post-12434&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There are two trac tickets that deal with it as well:&#60;br /&#62;
&#60;a href=&#34;http://trac.bbpress.org/ticket/745&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/ticket/745&#60;/a&#62; (the old one)&#60;br /&#62;
&#60;a href=&#34;http://trac.bbpress.org/ticket/757&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/ticket/757&#60;/a&#62; (the new one)&#60;/p&#62;
&#60;p&#62;If you look through the forum for threads tagged 745, you will see lots of posts regarding the issue:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/tags/745&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/tags/745&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Sorry you're having the trouble, but it's not too hard to fix.
&#60;/p&#62;</description>
</item>
<item>
<title>jeromyboyd on "Installation Errors, every time, DB Issue"</title>
<link>http://bbpress.org/forums/topic/installation-errors-every-time-db-issue#post-12483</link>
<pubDate>Sat, 08 Dec 2007 04:01:48 +0000</pubDate>
<dc:creator>jeromyboyd</dc:creator>
<guid isPermaLink="false">12483@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have tried installing this on my server several tims the last 2 days with no end in sight. I have attempted two different methods, and both times, I am given the same errors. I am trying to install bbpress on jeromyboyd.com/forums (my wp installation is on the root), and attempting to use my wp DB, using the options in the config file to integrate it with the DB. I am for the most part certain I am entering the prefix info correctly, and don't see why a bb installation would not work in the same DB as my p installation is, as from what I gather, that is one of the aims of bb. Regardless, if this is not so, let me know, but I have even tried installing bb in it's own DB with the same errors as below. When I direct my browser to jeromyboyd.com/forums/bb-admin/install.php, I immediately get the following errors:&#60;/p&#62;
&#60;p&#62;Warning: mysql_get_server_info() [function.mysql-get-server-info]: Access denied for user 'thecross'@'localhost' (using password: NO) in /home/thecross/public_html/jeromyboyd.com/forums/bb-includes/db-mysqli.php on line 80&#60;/p&#62;
&#60;p&#62;Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/thecross/public_html/jeromyboyd.com/forums/bb-includes/db-mysqli.php on line 80&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/thecross/public_html/jeromyboyd.com/forums/bb-includes/db-mysqli.php:80) in /home/thecross/public_html/jeromyboyd.com/forums/bb-admin/install.php on line 10&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/thecross/public_html/jeromyboyd.com/forums/bb-includes/db-mysqli.php:80) in /home/thecross/public_html/jeromyboyd.com/forums/bb-includes/functions.php on line 1898&#60;/p&#62;
&#60;p&#62;Below those errors I see the installation pages as normal, letting me fill out all the information and following the steps all the way through completion. I have checked and rechecked my SQL password, which I am certain has been entered correctly in the config.php file, but nothing. The bb installs, and I can even route to the front page of the forum, but when I log in, I get the same errors without the forum template below it, just those warnings.&#60;/p&#62;
&#60;p&#62;Some guidance on how I can resolve this, as I am sure I am making a mistake on my side, but my knowledge of MySQL is limited. Thanks ahead of time.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
