<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Support Forums &#187; Topic: DB access problem in the first installation step.</title>
		<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step</link>
		<description>bbPress Support Forums &#187; Topic: DB access problem in the first installation step.</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 11:17:54 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/topic/db-access-problem-in-the-first-installation-step" rel="self" type="application/rss+xml" />

		<item>
			<title>Asbjørn Ulsberg on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-12783</link>
			<pubDate>Wed, 19 Dec 2007 16:20:27 +0000</pubDate>
			<dc:creator>Asbjørn Ulsberg</dc:creator>
			<guid isPermaLink="false">12783@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I downloaded trunk and it now works. I hope there's a new release soon that will incorporate these changes so I can use something a bit more stable than the current development version. ;-) It seems to be working fine, though.
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-12780</link>
			<pubDate>Wed, 19 Dec 2007 13:28:27 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">12780@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>revision 980 (scroll to the bottom and download the zip):<br />
<a href="http://trac.bbpress.org/browser/trunk?rev=980" rel="nofollow">http://trac.bbpress.org/browser/trunk?rev=980</a></p>
<p>Discussed here:<br />
<a href="http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step?replies=26#post-12711" rel="nofollow">http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step?replies=26#post-12711</a><br />
and here:<br />
<a href="http://bbpress.org/forums/topic/broken-profiles-for-users-with-spaces-in-the-names?replies=5#post-12769" rel="nofollow">http://bbpress.org/forums/topic/broken-profiles-for-users-with-spaces-in-the-names?replies=5#post-12769</a>
</p>]]></description>
					</item>
		<item>
			<title>Asbjørn Ulsberg on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-12773</link>
			<pubDate>Wed, 19 Dec 2007 07:48:44 +0000</pubDate>
			<dc:creator>Asbjørn Ulsberg</dc:creator>
			<guid isPermaLink="false">12773@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Which version of  bbPress should I check out / download and apply the patch to? Trunk?
</p>]]></description>
					</item>
		<item>
			<title>livibetter on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-12717</link>
			<pubDate>Mon, 17 Dec 2007 11:45:37 +0000</pubDate>
			<dc:creator>livibetter</dc:creator>
			<guid isPermaLink="false">12717@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>745 is not for fixing unix socket connection. </p>
<p>Try this: <a href="http://bbpress.org/forums/topic/cannot-select-db-error?replies=11#post-12434" rel="nofollow">http://bbpress.org/forums/topic/cannot-select-db-error?replies=11#post-12434</a>
</p>]]></description>
					</item>
		<item>
			<title>Asbjørn Ulsberg on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-12714</link>
			<pubDate>Mon, 17 Dec 2007 11:07:29 +0000</pubDate>
			<dc:creator>Asbjørn Ulsberg</dc:creator>
			<guid isPermaLink="false">12714@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>There is still a set of problems with this. The value of <code>$this-&#62;$dbhname</code> isn't checked before it's used in <code>mysql_get_server_info()</code> on line 75 in <code>db-mysqli.php</code>. If the connection fails, the error won't be echoed to the user because the use of <code>@</code> on the <code>mysql_connect()</code> call and then the script just continues, assuming the connection went fine, which in my case, it din't. Also, the call should be to <code>mysql&#60;b&#62;i&#60;/b&#62;_connect()</code> and not <code>mysql_connect()</code>, as far as I can understand.</p>
<p><a href="http://trac.bbpress.org/attachment/ticket/745/745c.diff">The patch</a> doesn't fix these problems and they need to be fixed for bbPress to work on <a href="http://dreamhost.com/">my host</a>. I'd write these comments on the <a href="http://trac.bbpress.org/ticket/745">associated ticket</a>, but there doesn't seem to be any way to register or comment anonymously there.
</p>]]></description>
					</item>
		<item>
			<title>Sam Bauers on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-12711</link>
			<pubDate>Mon, 17 Dec 2007 09:09:18 +0000</pubDate>
			<dc:creator>Sam Bauers</dc:creator>
			<guid isPermaLink="false">12711@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The very latest trunk <a href="http://trac.bbpress.org/changeset/988">[988]</a> is a little unstable.</p>
<p>You are better off with <a href="http://trac.bbpress.org/changeset/980">[980]</a> the zip download of <a href="http://trac.bbpress.org/changeset/980">[980]</a> can be found at the bottom of the following page:</p>
<p><a href="http://trac.bbpress.org/browser/trunk?rev=980" rel="nofollow">http://trac.bbpress.org/browser/trunk?rev=980</a>
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-12706</link>
			<pubDate>Mon, 17 Dec 2007 06:38:13 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">12706@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I hope there's a new release soon as well, but it doesn't look like a date has been set yet?<br />
<a href="http://trac.bbpress.org/milestone/0.8.4%20%26%20Pings" rel="nofollow">http://trac.bbpress.org/milestone/0.8.4%20%26%20Pings</a></p>
<p><strong>raygene</strong>: you can always download the latest development release which generally has all the discussed patches applied:</p>
<p><a href="http://trac.bbpress.org/changeset/988/trunk?old_path=%2F&#038;format=zip" rel="nofollow">http://trac.bbpress.org/changeset/988/trunk?old_path=%2F&#038;format=zip</a></p>
<p>There is always a link to the zip archive at the bottom of the trac browser.  </p>
<p><a href="http://trac.bbpress.org/browser/trunk" rel="nofollow">http://trac.bbpress.org/browser/trunk</a>
</p>]]></description>
					</item>
		<item>
			<title>livibetter on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-12696</link>
			<pubDate>Mon, 17 Dec 2007 03:18:43 +0000</pubDate>
			<dc:creator>livibetter</dc:creator>
			<guid isPermaLink="false">12696@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I believe the time for next release will be soon. If you like to try, you can check out the trunk, the installing process and options page are great!
</p>]]></description>
					</item>
		<item>
			<title>raygene on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-12694</link>
			<pubDate>Mon, 17 Dec 2007 02:24:04 +0000</pubDate>
			<dc:creator>raygene</dc:creator>
			<guid isPermaLink="false">12694@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>All right to make patches but why hasn't there been a downloadable bug fix release yet? I got the same errors on a vanilla install from the most current version I downloaded from the site.</p>
<p>Gene
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-11639</link>
			<pubDate>Tue, 23 Oct 2007 20:15:55 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">11639@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Which changes did you make?  Did you apply the 745c.diff patch from trac?</p>
<p><a href="http://trac.bbpress.org/ticket/745" rel="nofollow">http://trac.bbpress.org/ticket/745</a>
</p>]]></description>
					</item>
		<item>
			<title>sethi2000 on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-11634</link>
			<pubDate>Tue, 23 Oct 2007 17:21:30 +0000</pubDate>
			<dc:creator>sethi2000</dc:creator>
			<guid isPermaLink="false">11634@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I am still getting error after making all the recommended changes </p>
<pre><code>Warning: mysqli_get_server_info() expects parameter 1 to be mysqli, boolean given in /home/.mascot/digitalguruz/sheetudeep.com/bbpress/bb-includes/db-mysqli.php on line 80
Cannot select DB.</code></pre>]]></description>
					</item>
		<item>
			<title>JRussell on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-11494</link>
			<pubDate>Thu, 18 Oct 2007 02:37:41 +0000</pubDate>
			<dc:creator>JRussell</dc:creator>
			<guid isPermaLink="false">11494@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Excellent!! This needs to be made a sticky!!! 745c changes made it all good.  Thank you!
</p>]]></description>
					</item>
		<item>
			<title>baptiste on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-11350</link>
			<pubDate>Tue, 09 Oct 2007 13:56:20 +0000</pubDate>
			<dc:creator>baptiste</dc:creator>
			<guid isPermaLink="false">11350@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Same here - works great
</p>]]></description>
					</item>
		<item>
			<title>jom on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-11261</link>
			<pubDate>Wed, 03 Oct 2007 08:15:03 +0000</pubDate>
			<dc:creator>jom</dc:creator>
			<guid isPermaLink="false">11261@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>mdawaffe's most recent changes work for me. I applied the last patch he postet to that ticket and all warnigs disappeared.
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-11221</link>
			<pubDate>Sun, 30 Sep 2007 19:40:38 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">11221@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Stefan, take a look at this trac ticket:<br />
<a href="http://trac.bbpress.org/ticket/745" rel="nofollow">http://trac.bbpress.org/ticket/745</a></p>
<p>mdawaffe is actively working on it.
</p>]]></description>
					</item>
		<item>
			<title>StefanJohansson on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-11217</link>
			<pubDate>Sun, 30 Sep 2007 17:56:08 +0000</pubDate>
			<dc:creator>StefanJohansson</dc:creator>
			<guid isPermaLink="false">11217@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Well, I did change to "mysqli" on line 80 in db-mysqli.php.<br />
Those latter warnings appeared during Step2 in the installation process, and is related to line 6 in upgrade-schema.php.<br />
I have changed line 6 to<br />
<code>if ( version_compare($this-&#62;$dbhname, &#39;4.1.0&#39;, &#39;&#62;=&#39;) )</code><br />
but still get this warning:<br />
Warning: mysqli_get_server_info() expects exactly 1 parameter, 0 given in /home/nicuuorg/public_html/neonatologyforparents/wp/bbp/bb-admin/upgrade-schema.php on line 6</p>
<p>PS. When I added $this-&#62;$dbhname inbetween the brackets "mysqli_get_server_info()" I got a fatal error during installation.
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-11213</link>
			<pubDate>Sun, 30 Sep 2007 14:26:09 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">11213@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The important thing to change in line 80 is from </p>
<p><code>mysql_get_server_info</code><br />
to<br />
<pre><code>mysqli_get_server_info
     ^</code></pre>
<p>There's a letter I in there and it does not look like you changed that based on your error message.  You also still need to have the $this-&#62;$dbhname as the parameter as well (maybe you already did that, but did not catch the I part.)
</p>]]></description>
					</item>
		<item>
			<title>StefanJohansson on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-11212</link>
			<pubDate>Sun, 30 Sep 2007 13:54:26 +0000</pubDate>
			<dc:creator>StefanJohansson</dc:creator>
			<guid isPermaLink="false">11212@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Fine, now the first step of the installation works.</p>
<p>During the second step the following warnings appear:<br />
<pre><code>Warning: mysql_get_server_info() [function.mysql-get-server-info]: Access denied for user &#39;nicuuorg&#39;@&#39;localhost&#39; (using password: NO) in /home/nicuuorg/public_html/neonatologyforparents/wp/bbp/bb-admin/upgrade-schema.php on line 6

Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/nicuuorg/public_html/neonatologyforparents/wp/bbp/bb-admin/upgrade-schema.php on line 6</code></pre>
<p>But the forums seems to run ok now!
</p>]]></description>
					</item>
		<item>
			<title>Sam Bauers on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-11209</link>
			<pubDate>Sun, 30 Sep 2007 11:53:04 +0000</pubDate>
			<dc:creator>Sam Bauers</dc:creator>
			<guid isPermaLink="false">11209@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Try changing line 80 from this:</p>
<pre><code>if ( !empty($this-&#62;charset) &#38;&#38; version_compare(mysql_get_server_info(), &#39;4.1.0&#39;, &#39;&#62;=&#39;) )</code></pre>
<p>to this:</p>
<pre><code>if ( !empty($this-&#62;charset) &#38;&#38; version_compare(mysqli_get_server_info($this-&#62;$dbhname), &#39;4.1.0&#39;, &#39;&#62;=&#39;) )</code></pre>]]></description>
					</item>
		<item>
			<title>StefanJohansson on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-11205</link>
			<pubDate>Sun, 30 Sep 2007 09:31:02 +0000</pubDate>
			<dc:creator>StefanJohansson</dc:creator>
			<guid isPermaLink="false">11205@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The first warning disappeared!<br />
Only three warnings left:</p>
<pre><code>Warning: mysqli_get_server_info() expects exactly 1 parameter, 0 given in /home/nicuuorg/public_html/neonatologyforparents/wp/bbp/bb-includes/db-mysqli.php on line 80

Warning: Cannot modify header information - headers already sent by (output started at /home/nicuuorg/public_html/neonatologyforparents/wp/bbp/bb-includes/db-mysqli.php:80) in /home/nicuuorg/public_html/neonatologyforparents/wp/bbp/bb-admin/install.php on line 10

Warning: Cannot modify header information - headers already sent by (output started at /home/nicuuorg/public_html/neonatologyforparents/wp/bbp/bb-includes/db-mysqli.php:80) in /home/nicuuorg/public_html/neonatologyforparents/wp/bbp/bb-includes/functions.php on line 1898</code></pre>]]></description>
					</item>
		<item>
			<title>StefanJohansson on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-11204</link>
			<pubDate>Sun, 30 Sep 2007 08:04:25 +0000</pubDate>
			<dc:creator>StefanJohansson</dc:creator>
			<guid isPermaLink="false">11204@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Will try this later today. Seems like a solution!
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-11200</link>
			<pubDate>Sun, 30 Sep 2007 06:43:46 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">11200@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I just checked out r951 and I can duplicate this on a vanilla install without integration.  I think the problem is with line 80 in db-mysqli.php:</p>
<p><code>if ( !empty($this-&#62;charset) &#38;&#38; version_compare(mysql_get_server_info(), &#39;4.1.0&#39;, &#39;&#62;=&#39;) )</code></p>
<p>I think <code>mysql_get_server_info()</code> should be mysql<strong>i</strong>_get_server_info()</p>
<p>Since the connection was made a couple lines earlier with @mysqli_connect,  there is no mysql_connect link identifier, and none is passed in, so line 80 generates a warning and the setting of the charset errors out, and would never happen.</p>
<p>If you add the i to line 80, the warnings go away.  I added my comments to the trac ticket.
</p>]]></description>
					</item>
		<item>
			<title>Michael Adams (mdawaffe) on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-11198</link>
			<pubDate>Sun, 30 Sep 2007 06:00:39 +0000</pubDate>
			<dc:creator>Michael Adams (mdawaffe)</dc:creator>
			<guid isPermaLink="false">11198@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've started a trac ticket to keep track of this bug.</p>
<p><a href="http://trac.bbpress.org/ticket/745" rel="nofollow">http://trac.bbpress.org/ticket/745</a>
</p>]]></description>
					</item>
		<item>
			<title>Michael Adams (mdawaffe) on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-11197</link>
			<pubDate>Sun, 30 Sep 2007 05:48:16 +0000</pubDate>
			<dc:creator>Michael Adams (mdawaffe)</dc:creator>
			<guid isPermaLink="false">11197@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Try the info here: <a href="http://bbpress.org/forums/topic/intergration-will-not-let-me-logon-using-my-wordpress-login#post-11183" rel="nofollow">http://bbpress.org/forums/topic/intergration-will-not-let-me-logon-using-my-wordpress-login#post-11183</a>
</p>]]></description>
					</item>
		<item>
			<title>jom on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-11192</link>
			<pubDate>Sat, 29 Sep 2007 23:20:35 +0000</pubDate>
			<dc:creator>jom</dc:creator>
			<guid isPermaLink="false">11192@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Same with me, I tried a vanilla installation of bbPress 0.8.3 on my local machine, however, there is a slight difference:<br />
I entered the 'root' as username in config.php, but the error itself is<br />
<blockquote>Warning: mysql_get_server_info() [function.mysql-get-server-info]: Access denied for user 'www-data'@'localhost' (using password: NO) in /var/www/bbpress/bb-includes/db-mysqli.php on line 80</blockquote>
.<br />
There does not exist a user called 'www-data' on my mysql-server and I am completely sure that I filled in 'root' in config.php.
</p>]]></description>
					</item>
		<item>
			<title>StefanJohansson on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-11177</link>
			<pubDate>Sat, 29 Sep 2007 14:05:35 +0000</pubDate>
			<dc:creator>StefanJohansson</dc:creator>
			<guid isPermaLink="false">11177@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Absolutely! The DB has a password and I wrote it correctly in the config-file.<br />
I just read in another thread about other people experiencing the same problem, here:<br />
<a href="http://bbpress.org/forums/topic/intergration-will-not-let-me-logon-using-my-wordpress-login?replies=8" rel="nofollow">http://bbpress.org/forums/topic/intergration-will-not-let-me-logon-using-my-wordpress-login?replies=8</a>
</p>]]></description>
					</item>
		<item>
			<title>Sam Bauers on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-11176</link>
			<pubDate>Sat, 29 Sep 2007 13:48:49 +0000</pubDate>
			<dc:creator>Sam Bauers</dc:creator>
			<guid isPermaLink="false">11176@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Did you supply a password?<br />
Does that database username have a password?</p>
<p>The error indicates there was none given.
</p>]]></description>
					</item>
		<item>
			<title>StefanJohansson on "DB access problem in the first installation step."</title>
			<link>http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step#post-11172</link>
			<pubDate>Sat, 29 Sep 2007 12:37:52 +0000</pubDate>
			<dc:creator>StefanJohansson</dc:creator>
			<guid isPermaLink="false">11172@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi!<br />
I am trying to install bbpress with WP 2.3.<br />
In the config-file for bbpress I have written EXACTLY the same databasename, username and password as in the config-file for WP.<br />
Still, when I run the install.php for bbpress I get several lines of "warnings"/error messages before the installation text "Welcome to..."</p>
<p><strong>Warning: mysql_get_server_info() [function.mysql-get-server-info]: Access denied for user 'nicuuorg'@'localhost' (using password: NO) in /home/nicuuorg/public_html/neonatologyforparents/wp/bbp/bb-includes/db-mysqli.php on line 80</strong></p>
<p>Anyone understanding what's going on.</p>
<p>The WP runs without any problems.</p>
<p>Could it be related to that the username is not correctly read from the config.php-file. The username is <code>nicuuorg_stefanj</code>, but access is denied for <code>&#39;nicuuorg&#39;@&#39;localhost&#39;</code> according to the warning above.
</p>]]></description>
					</item>

	</channel>
</rss>

