<?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 Tag: access</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: access</description>
<language>en</language>
<pubDate>Thu, 08 Jan 2009 23:00:37 +0000</pubDate>

<item>
<title>chrishajer on ""Access denied for user" during install?"</title>
<link>http://bbpress.org/forums/topic/access-denied-for-user-during-install#post-11766</link>
<pubDate>Thu, 01 Nov 2007 17:58:14 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">11766@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;With integration, it's easiest to use the same database, then just change the table prefix (or leave it at the default for bbpress - there's no conflict.)  If you use the same database, then just use the database connection details from wp-config.php.&#60;/p&#62;
&#60;p&#62;It seems you can't even SHOW TABLES, not even talking about creating anything yet.  The permissions required to SHOW TABLES are much less than those needed to create a table.&#60;/p&#62;
&#60;p&#62;Something weird is going on and we're going to smack our heads when we realize how simple it really was.
&#60;/p&#62;</description>
</item>
<item>
<title>ericakadisco on ""Access denied for user" during install?"</title>
<link>http://bbpress.org/forums/topic/access-denied-for-user-during-install#post-11765</link>
<pubDate>Thu, 01 Nov 2007 16:29:05 +0000</pubDate>
<dc:creator>ericakadisco</dc:creator>
<guid isPermaLink="false">11765@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey Chris,&#60;/p&#62;
&#60;p&#62;I had created a second bbpress database called bbpress2 to see if that was the problem, which it wasn't.  The error message is an older one.  The one I'm getting now is in reference to bbpress, not bbpress2 like above.   But everything else is the same:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;bbPress database error: [Access denied for user &#38;#39;disco&#38;#39;@&#38;#39;localhost&#38;#39; to database &#38;#39;approachanxiety_com_bbpress&#38;#39;]
SHOW TABLES;

bbPress database error: [Access denied for user &#38;#39;disco&#38;#39;@&#38;#39;localhost&#38;#39; to database &#38;#39;approachanxiety_com_bbpress&#38;#39;]
CREATE TABLE bb_forums ( forum_id int(10) NOT NULL auto_increment, forum_name varchar(150) NOT NULL default &#38;#39;&#38;#39;, forum_slug varchar(255) NOT NULL default &#38;#39;&#38;#39;, forum_desc text NOT NULL, forum_parent int(10) NOT NULL default &#38;#39;0&#38;#39;, forum_order int(10) NOT NULL default &#38;#39;0&#38;#39;, topics bigint(20) NOT NULL default &#38;#39;0&#38;#39;, posts bigint(20) NOT NULL default &#38;#39;0&#38;#39;, PRIMARY KEY (forum_id) ) DEFAULT CHARACTER SET utf8

bbPress database error: [Access denied for user &#38;#39;disco&#38;#39;@&#38;#39;localhost&#38;#39; to database &#38;#39;approachanxiety_com_bbpress&#38;#39;]
CREATE TABLE bb_posts&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Question: can I use the same database as my Wordpress database?&#60;/p&#62;
&#60;p&#62;I may call my hosting provider to see if there is something wrong with the way mysql databases are set up.  Perhaps I can connect but can't create tables?&#60;/p&#62;
&#60;p&#62;Thanks for all your work on this!&#60;/p&#62;
&#60;p&#62;Eric
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on ""Access denied for user" during install?"</title>
<link>http://bbpress.org/forums/topic/access-denied-for-user-during-install#post-11764</link>
<pubDate>Thu, 01 Nov 2007 15:38:52 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">11764@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have no idea what the problem is, but this right here is a funny 404 page:&#60;br /&#62;
&#60;a href=&#34;http://approachanxiety.com/404.htm&#34; rel=&#34;nofollow&#34;&#62;http://approachanxiety.com/404.htm&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This database is listed in the first error:&#60;br /&#62;
approachanxiety_com_bbpress2&#60;/p&#62;
&#60;p&#62;But you are connecting to approachanxiety_com_bbpress in the second example.  Was that changed along the way?&#60;/p&#62;
&#60;p&#62;And you said you're integrating with Wordpress, but are you using a different database (i.e. why approachanxiety_com_&#60;strong&#62;bbpress&#60;/strong&#62; if it's an existing WP database?)&#60;/p&#62;
&#60;p&#62;Not sure what it is yet, but I am curious.
&#60;/p&#62;</description>
</item>
<item>
<title>ericakadisco on ""Access denied for user" during install?"</title>
<link>http://bbpress.org/forums/topic/access-denied-for-user-during-install#post-11754</link>
<pubDate>Thu, 01 Nov 2007 04:23:41 +0000</pubDate>
<dc:creator>ericakadisco</dc:creator>
<guid isPermaLink="false">11754@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for the response.&#60;/p&#62;
&#60;p&#62;Okay, I tried to patch all the files with the changes in that ticket and I seem to get the same error.&#60;/p&#62;
&#60;p&#62;Here is my config.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php

// ** MySQL settings ** //
define(&#38;#39;BBDB_NAME&#38;#39;, &#38;#39;approachanxiety_com_bbpress&#38;#39;);      // The name of the database
define(&#38;#39;BBDB_USER&#38;#39;, &#38;#39;disco&#38;#39;);     // Your MySQL username
define(&#38;#39;BBDB_PASSWORD&#38;#39;, &#38;#39;xxxx&#38;#39;); // ...and password
define(&#38;#39;BBDB_HOST&#38;#39;, &#38;#39;localhost&#38;#39;);    // 99% chance you won&#38;#39;t need to change these last few

define(&#38;#39;BBDB_CHARSET&#38;#39;, &#38;#39;utf8&#38;#39;);      // If you are *upgrading*, and your old config.php does
define(&#38;#39;BBDB_COLLATE&#38;#39;, &#38;#39;&#38;#39;);          // not have these two contstants in them, DO NOT define them
                                     // If you are installing for the first time, leave them here

// Change the prefix if you want to have multiple forums in a single database.
$bb_table_prefix = &#38;#39;bb_&#38;#39;; // Only letters, numbers and underscores please!

// The full URL of your bbPress install
$bb-&#38;gt;uri = &#38;#39;http://approachanxiety.com/bbpress/&#38;#39;;

// What are you going to call me?
$bb-&#38;gt;name = &#38;#39;New bbPress Site&#38;#39;;

// This must be set before you run the install script.
$bb-&#38;gt;admin_email = &#38;#39;ericmonse@yahoo.com&#38;#39;;

// Set to true if you want pretty permalinks, set to &#38;#39;slugs&#38;#39; if you want to use slug based pretty permalinks.
$bb-&#38;gt;mod_rewrite = false;

// The number of topics that show on each page.
$bb-&#38;gt;page_topics = 30;

// A user can edit a post for this many minutes after submitting.
$bb-&#38;gt;edit_lock = 60;

// Your timezone offset.  Example: -7 for Pacific Daylight Time.
$bb-&#38;gt;gmt_offset = 0;

// Change this to localize bbPress.  A corresponding MO file for the
// chosen language must be installed to bb-includes/languages.
// For example, install de.mo to bb-includes/languages and set BBLANG to &#38;#39;de&#38;#39;
// to enable German language support.
define(&#38;#39;BBLANG&#38;#39;, &#38;#39;&#38;#39;);

// Your Akismet Key.  You do not need a key to run bbPress, but if you want to take advantage
// of Akismet&#38;#39;s powerful spam blocking, you&#38;#39;ll need one.  You can get an Akismet key at
// &#60;a href=&#34;http://wordpress.com/api-keys/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.com/api-keys/&#60;/a&#62;
$bb-&#38;gt;akismet_key = &#38;#39;&#38;#39;; // Example: &#38;#39;0123456789ab&#38;#39;

// The rest is only useful if you are integrating bbPress with WordPress.
// If you&#38;#39;re not, just leave it as it is.

$bb-&#38;gt;wp_table_prefix = &#38;#39;&#38;#39;;  // WordPress table prefix.  Example: &#38;#39;wp_&#38;#39;;
$bb-&#38;gt;wp_home = &#38;#39;&#38;#39;;  // WordPress - Options-&#38;gt;General: Blog address (URL) // Example: &#38;#39;http://example.com&#38;#39;
$bb-&#38;gt;wp_siteurl = &#38;#39;&#38;#39;;  // WordPress - Options-&#38;gt;General: WordPress address (URL) // Example: &#38;#39;http://example.com&#38;#39;

/* Stop editing */

if ( !defined(&#38;#39;BBPATH&#38;#39;) )
	define(&#38;#39;BBPATH&#38;#39;, dirname(__FILE__) . &#38;#39;/&#38;#39; );
require_once( BBPATH . &#38;#39;bb-settings.php&#38;#39; );

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;When I run the testdb.php I get&#60;/p&#62;
&#60;p&#62;Connection Results&#60;br /&#62;
Connection: 	Successful!&#60;br /&#62;
Database Selection: 	Successful!&#60;br /&#62;
Enter Your MySQL Information&#60;br /&#62;
MySQL Hostname 	localhost&#60;br /&#62;
MySQL Username 	disco&#60;br /&#62;
MySQL Password 	xxxx&#60;br /&#62;
MySQL Database 	approachanxiety_com_bbpress&#60;/p&#62;
&#60;p&#62;Here is the text php file that connects to the database and works:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;html&#38;gt;
&#38;lt;head&#38;gt;
&#38;lt;meta http-equiv=&#38;quot;Content-Type&#38;quot; content=&#38;quot;text/html; charset=iso-8859-1&#38;quot;&#38;gt;
&#38;lt;title&#38;gt;MySQL Test Script&#38;lt;/title&#38;gt;
&#38;lt;style&#38;gt;
	body { font-family: Verdana; font-size: 10pt; }
	td { font-size: 10pt; }
	th { font-size: 8pt; }
&#38;lt;/style&#38;gt;
&#38;lt;/head&#38;gt;
&#38;lt;body&#38;gt;

&#38;lt;?php

	if ( isset ( $_POST[&#38;#39;submit&#38;#39;] ) ) {
?&#38;gt;
&#38;lt;table border=&#38;quot;1&#38;quot; summary=&#38;quot;&#38;quot; cellpadding=&#38;quot;2&#38;quot; cellspacing=&#38;quot;0&#38;quot; style=&#38;quot;border-collapse: collapse;&#38;quot;&#38;gt;
	&#38;lt;tr&#38;gt;
		&#38;lt;th bgcolor=&#38;quot;#F2F2F2&#38;quot; colspan=&#38;quot;2&#38;quot;&#38;gt;&#38;lt;center&#38;gt;&#38;lt;b&#38;gt;Connection Results&#38;lt;/b&#38;gt;&#38;lt;/center&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;/tr&#38;gt;
&#38;lt;?

		if (!$link = @mysql_connect($_POST[&#38;#39;mysql_hostname&#38;#39;], $_POST[&#38;#39;mysql_username&#38;#39;], $_POST[&#38;#39;mysql_password&#38;#39;])) {
?&#38;gt;
	&#38;lt;tr&#38;gt;
		&#38;lt;td&#38;gt;Connection:&#38;lt;/td&#38;gt;
		&#38;lt;td bgcolor=&#38;quot;red&#38;quot;&#38;gt;&#38;lt;font color=&#38;quot;white&#38;quot;&#38;gt;&#38;lt;?php echo mysql_error(); ?&#38;gt;&#38;lt;/font&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;/tr&#38;gt;
&#38;lt;?
		} else {
?&#38;gt;
	&#38;lt;tr&#38;gt;
		&#38;lt;td&#38;gt;Connection:&#38;lt;/td&#38;gt;
		&#38;lt;td bgcolor=&#38;quot;green&#38;quot;&#38;gt;&#38;lt;font color=&#38;quot;white&#38;quot;&#38;gt;Successful!&#38;lt;/font&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;/tr&#38;gt;
&#38;lt;?
		}

		if (!$dblink = @mysql_select_db($_POST[&#38;#39;mysql_database&#38;#39;], $link)) {
?&#38;gt;
	&#38;lt;tr&#38;gt;
		&#38;lt;td&#38;gt;Database Selection:&#38;lt;/td&#38;gt;
		&#38;lt;td bgcolor=&#38;quot;red&#38;quot;&#38;gt;&#38;lt;font color=&#38;quot;white&#38;quot;&#38;gt;&#38;lt;?php echo mysql_error(); ?&#38;gt;&#38;lt;/font&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;/tr&#38;gt;
&#38;lt;?
		} else {
?&#38;gt;
	&#38;lt;tr&#38;gt;
		&#38;lt;td&#38;gt;Database Selection:&#38;lt;/td&#38;gt;
		&#38;lt;td bgcolor=&#38;quot;green&#38;quot;&#38;gt;&#38;lt;font color=&#38;quot;white&#38;quot;&#38;gt;Successful!&#38;lt;/font&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;/tr&#38;gt;
&#38;lt;?
		}

		@mysql_close($link);
?&#38;gt;
&#38;lt;/table&#38;gt;
&#38;lt;?
	}

?&#38;gt;

&#38;lt;form method=&#38;quot;post&#38;quot;&#38;gt;

&#38;lt;table border=&#38;quot;1&#38;quot; summary=&#38;quot;&#38;quot; cellpadding=&#38;quot;2&#38;quot; cellspacing=&#38;quot;0&#38;quot; style=&#38;quot;border-collapse: collapse;&#38;quot;&#38;gt;
	&#38;lt;tr&#38;gt;
		&#38;lt;th bgcolor=&#38;quot;#F2F2F2&#38;quot; colspan=&#38;quot;2&#38;quot;&#38;gt;&#38;lt;center&#38;gt;&#38;lt;b&#38;gt;Enter Your MySQL Information&#38;lt;/b&#38;gt;&#38;lt;/center&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;/tr&#38;gt;
	&#38;lt;tr&#38;gt;
		&#38;lt;td&#38;gt;MySQL Hostname&#38;lt;/td&#38;gt;
		&#38;lt;td&#38;gt;&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;mysql_hostname&#38;quot; size=&#38;quot;40&#38;quot; value=&#38;quot;&#38;lt;?php echo $_POST[&#38;#39;mysql_hostname&#38;#39;]; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;/tr&#38;gt;
	&#38;lt;tr&#38;gt;
		&#38;lt;td&#38;gt;MySQL Username&#38;lt;/td&#38;gt;
		&#38;lt;td&#38;gt;&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;mysql_username&#38;quot; size=&#38;quot;40&#38;quot; value=&#38;quot;&#38;lt;?php echo $_POST[&#38;#39;mysql_username&#38;#39;]; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;/tr&#38;gt;
	&#38;lt;tr&#38;gt;
		&#38;lt;td&#38;gt;MySQL Password&#38;lt;/td&#38;gt;
		&#38;lt;td&#38;gt;&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;mysql_password&#38;quot; size=&#38;quot;40&#38;quot; value=&#38;quot;&#38;lt;?php echo $_POST[&#38;#39;mysql_password&#38;#39;]; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;/tr&#38;gt;
	&#38;lt;tr&#38;gt;
		&#38;lt;td&#38;gt;MySQL Database&#38;lt;/td&#38;gt;
		&#38;lt;td&#38;gt;&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;mysql_database&#38;quot; size=&#38;quot;40&#38;quot; value=&#38;quot;&#38;lt;?php echo $_POST[&#38;#39;mysql_database&#38;#39;]; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;/tr&#38;gt;
	&#38;lt;tr&#38;gt;
		&#38;lt;td colspan=&#38;quot;2&#38;quot;&#38;gt;&#38;lt;center&#38;gt;&#38;lt;input type=&#38;quot;submit&#38;quot; name=&#38;quot;submit&#38;quot; value=&#38;quot;Submit&#38;quot;&#38;gt; &#38;lt;input type=&#38;quot;reset&#38;quot; name=&#38;quot;reset&#38;quot; value=&#38;quot;Reset&#38;quot;&#38;gt;&#38;lt;/center&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;/tr&#38;gt;
&#38;lt;/table&#38;gt;
&#38;lt;/form&#38;gt;

&#38;lt;/body&#38;gt;
&#38;lt;/html&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>chrishajer on ""Access denied for user" during install?"</title>
<link>http://bbpress.org/forums/topic/access-denied-for-user-during-install#post-11751</link>
<pubDate>Wed, 31 Oct 2007 22:56:24 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">11751@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think if you post the config.php and the test script with connection details, someone will be able to help.  Seems like a simple connection issue, assuming you followed the instructions in the other post you found.&#60;/p&#62;
&#60;p&#62;Rather than replacing db-mysqli.php with db.php, did you try to apply the patch attached to this ticket?&#60;/p&#62;
&#60;p&#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;
&#60;/p&#62;</description>
</item>
<item>
<title>ericakadisco on ""Access denied for user" during install?"</title>
<link>http://bbpress.org/forums/topic/access-denied-for-user-during-install#post-11749</link>
<pubDate>Wed, 31 Oct 2007 21:11:57 +0000</pubDate>
<dc:creator>ericakadisco</dc:creator>
<guid isPermaLink="false">11749@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Also, using a test script, I entered the same database information that's in my bbpress config.php file and I can successfully connect to my database.  The user, Disco, is the default user and is database administrator so there's no reason why I should get access denied.
&#60;/p&#62;</description>
</item>
<item>
<title>ericakadisco on ""Access denied for user" during install?"</title>
<link>http://bbpress.org/forums/topic/access-denied-for-user-during-install#post-11748</link>
<pubDate>Wed, 31 Oct 2007 18:26:57 +0000</pubDate>
<dc:creator>ericakadisco</dc:creator>
<guid isPermaLink="false">11748@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am installing bbPress to integrate with an existing Wordpress.  After the second step of install I get this error:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Second Step

Now we’re going to create the database tables and fill them with some
 default data.

bbPress database error: [Access denied for user &#38;#39;disco&#38;#39;@&#38;#39;localhost&#38;#39; to
 database &#38;#39;approachanxiety_com_bbpress2&#38;#39;]
SHOW TABLES;

bbPress database error: [Access denied for user &#38;#39;disco&#38;#39;@&#38;#39;localhost&#38;#39; to
 database &#38;#39;approachanxiety_com_bbpress2&#38;#39;]
CREATE TABLE bb_forums....&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It seems to be similar to this post,&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/step-two-database-error?replies=4&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/step-two-database-error?replies=4&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And this one,&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step?replies=19&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/db-access-problem-in-the-first-installation-step?replies=19&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I tried to resolve it by replacing db-mysqli.php with db.php in the bb-includes folder and that didn't work.&#60;/p&#62;
&#60;p&#62;The username and password are correct.  They are the same as for my original wordpress blog.  And the database is correct as well.  When I change it to something else I can't even get to the second step.&#60;/p&#62;
&#60;p&#62;Any help would be greatly appreciated!!!
&#60;/p&#62;</description>
</item>
<item>
<title>bbolman on "How to block access to bbPress... but not WP"</title>
<link>http://bbpress.org/forums/topic/how-to-block-access-to-bbpress-but-not-wp#post-3934</link>
<pubDate>Fri, 02 Feb 2007 00:41:09 +0000</pubDate>
<dc:creator>bbolman</dc:creator>
<guid isPermaLink="false">3934@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You could try this plugin: &#60;a href=&#34;http://bbpress.org/plugins/topic/27?replies=1&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/27?replies=1&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>zapata on "How to block access to bbPress... but not WP"</title>
<link>http://bbpress.org/forums/topic/how-to-block-access-to-bbpress-but-not-wp#post-3931</link>
<pubDate>Thu, 01 Feb 2007 23:47:40 +0000</pubDate>
<dc:creator>zapata</dc:creator>
<guid isPermaLink="false">3931@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok I'm having problems again... the background is I have a multi author blog and bbPress forum for the authors.&#60;/p&#62;
&#60;p&#62;When I don't want an author to access the forum but keep continuing to publish in WP, I tried setting the author status in bbPress to blog... it seems it blocks them from using WP too...&#60;/p&#62;
&#60;p&#62;Is there a way to block a user from using bbPress but not WP.
&#60;/p&#62;</description>
</item>
<item>
<title>startribe on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3340</link>
<pubDate>Thu, 18 Jan 2007 21:10:58 +0000</pubDate>
<dc:creator>startribe</dc:creator>
<guid isPermaLink="false">3340@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;mdawaffe,&#60;/p&#62;
&#60;p&#62;I'm sorry, I just saw your request today, so I was not able to give your suggestion a try, but it looks like the issue was resolved.&#60;/p&#62;
&#60;p&#62;I have been focusing on our templates for our Wordpress site the last 2 weeks, but now I am back in the mix to get our forum up and running.&#60;/p&#62;
&#60;p&#62;Its good to be back @ bbPress.&#60;/p&#62;
&#60;p&#62;All the Best,&#60;br /&#62;
Orion
&#60;/p&#62;</description>
</item>
<item>
<title>spencerp on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3180</link>
<pubDate>Sat, 13 Jan 2007 03:20:09 +0000</pubDate>
<dc:creator>spencerp</dc:creator>
<guid isPermaLink="false">3180@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thank God this was fixed, and thank God I didn't choose to run PHP 5.1.2 on the spencerp.net domain lmao.. All in all, I love Dreamhost as a host though!.. (*cough* Despite some little slowness of the servers.. haha).. &#60;/p&#62;
&#60;p&#62;spencerp
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3173</link>
<pubDate>Sat, 13 Jan 2007 00:50:25 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">3173@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;So10 has fixed it:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://trac.bbpress.org/ticket/543&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/ticket/543&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3118</link>
<pubDate>Fri, 12 Jan 2007 09:19:55 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">3118@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I really want to know wy this works in PHP5 but not PHP4.&#60;/p&#62;
&#60;p&#62;This needs to get fixed at the source.&#60;/p&#62;
&#60;p&#62;startribe (or anyone who has seen this problem): Can you de me a favor?  Unfix the problem, then add &#60;code&#62;$bb-&#38;gt;debug = 1;&#60;/code&#62; on the first line of bbPress' &#60;code&#62;config.php&#60;/code&#62; file.&#60;/p&#62;
&#60;p&#62;Go to the tags page, and you should see some ugly text at the top of the screen.   Can you paste that text here?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>startribe on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3079</link>
<pubDate>Tue, 09 Jan 2007 22:16:56 +0000</pubDate>
<dc:creator>startribe</dc:creator>
<guid isPermaLink="false">3079@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok... thanks for that reminder on the phpinfo.php file.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3078</link>
<pubDate>Tue, 09 Jan 2007 21:39:10 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">3078@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;FYI - you should remove the phpinfo.php file, for security purposes.
&#60;/p&#62;</description>
</item>
<item>
<title>startribe on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3077</link>
<pubDate>Tue, 09 Jan 2007 21:14:52 +0000</pubDate>
<dc:creator>startribe</dc:creator>
<guid isPermaLink="false">3077@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ahhh,&#60;br /&#62;
I got a solution! Yes!&#60;/p&#62;
&#60;p&#62;It turns out Diablo Valley Hosting/Godaddy was only not supporting .htaccess solutions yesterday, I know, kind of strange.&#60;/p&#62;
&#60;p&#62;But today was a different story. After a phone call, thank you Suzan, support sent me a email link to the following:&#60;br /&#62;
&#60;a href=&#34;http://help.securepaynet.net/article.php?article_id=1082&#38;#38;topic_id=&#38;#38;prog_id=diablovalleyhosting&#38;#38;&#34; rel=&#34;nofollow&#34;&#62;http://help.securepaynet.net/article.php?article_id=1082&#38;#38;topic_id=&#38;#38;prog_id=diablovalleyhosting&#38;#38;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The text needed in the .htaccess for our servers is:&#60;br /&#62;
AddHandler x-httpd-php5 .php&#60;/p&#62;
&#60;p&#62;And now the tags.php link works... yes!&#60;/p&#62;
&#60;p&#62;chrishajer and madawaffe, thank you again for your help. Your trouble shooting helped me with providing the right information to get a workable solution.&#60;/p&#62;
&#60;p&#62;Hopefully this info will help with those working on other Diablo Valley Hosting or other Godaddy servers.&#60;/p&#62;
&#60;p&#62;All the Best,&#60;br /&#62;
Orion
&#60;/p&#62;</description>
</item>
<item>
<title>startribe on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3076</link>
<pubDate>Tue, 09 Jan 2007 20:42:50 +0000</pubDate>
<dc:creator>startribe</dc:creator>
<guid isPermaLink="false">3076@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;also, in safari I am getting this error:&#60;br /&#62;
Safari can’t open the page.&#60;br /&#62;
Too many redirects occurred trying to open “http://ostardesign.com/forums/tags.php?tag=”. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page.
&#60;/p&#62;</description>
</item>
<item>
<title>startribe on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3075</link>
<pubDate>Tue, 09 Jan 2007 20:27:41 +0000</pubDate>
<dc:creator>startribe</dc:creator>
<guid isPermaLink="false">3075@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;here is a link to the phpinfo.php ::&#60;br /&#62;
&#60;a href=&#34;http://ostardesign.com/forums/phpinfo.php&#34; rel=&#34;nofollow&#34;&#62;http://ostardesign.com/forums/phpinfo.php&#60;/a&#62;&#60;br /&#62;
not sure if this helps...  any how, I thought I would share a bit about my project.&#60;/p&#62;
&#60;p&#62;ostardesign.com is a temporary url, this site is actually for a MMA publishing company. I was sold on wordpress after I read this article:&#60;br /&#62;
&#60;a href=&#34;http://www.adobe.com/newsletters/edge/july2006/articles/article6/&#34; rel=&#34;nofollow&#34;&#62;http://www.adobe.com/newsletters/edge/july2006/articles/article6/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I then became a true believer after building my personal site with WP. For Victory Belt I decided to run with WP and was originally going to go with phpBB, then Vanilla, then considered punBB for a bit, then  found out about the tight integration with bbPress. The WP community in conjunction with the bbPress community had a huge influence on my decision. I was then sold when I found out about the plugin that automatically creates forum posts (http://dev.mbzeus.net/), for then I realized that the integration and community would only get stronger.&#60;/p&#62;
&#60;p&#62;I like how light and fast bbPress is, I would like to focus on the discussions and interaction with the community, and I feel these elements would be refreshing in comparison to the other clunky mma bbs out there.  And once  Dr. Riddoch over at An-Archos creates his media plugin for bbPress, we'll be set.&#60;/p&#62;
&#60;p&#62;Anyhow, for those interested mma is getting some pretty big traffic, and we are expecting a lot of traffic to our site, for we are releasing books by BJ Penn and Randy Couture in the near future. There is actually a special on MSNBC tonight that is a prime example to the influx of interest in MMA, trailer @:&#60;br /&#62;
&#60;a href=&#34;http://www.youtube.com/watch?v=3wF4ib2Ws0E&#34; rel=&#34;nofollow&#34;&#62;http://www.youtube.com/watch?v=3wF4ib2Ws0E&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I just wanted to share, and I am hoping to make bbPress our solution, for I know I am going a bit out on a limb with such new software, but I believe the tree is very strong.&#60;/p&#62;
&#60;p&#62;Also, our look and feel is created, the site location is currently the category and back-end development. One of my designers just recently started working on the look and feel of the css... just an FYI.&#60;/p&#62;
&#60;p&#62;Thanks again for the help,&#60;br /&#62;
I am going to call up my hosting service now,&#60;br /&#62;
All the Best,&#60;br /&#62;
Orion
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3074</link>
<pubDate>Tue, 09 Jan 2007 20:22:05 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">3074@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Googling a bit for htaccess and godaddy doesn't give me much hope for that solution.   Let's hope there's another one for the root of the problem.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3073</link>
<pubDate>Tue, 09 Jan 2007 20:15:22 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">3073@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I would be interested to hear if you can use .htaccess, even though it's unsupported.  It's also possible that they allow some things in .htaccess and not others.  Maybe their solution is to rename all .php files to .php5 (not a good solution IMHO.)&#60;/p&#62;
&#60;p&#62;A separate issue is if the switch from PHP4 to PHP5 is actually required or if it appears to fix the problem coincidentally.
&#60;/p&#62;</description>
</item>
<item>
<title>startribe on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3072</link>
<pubDate>Tue, 09 Jan 2007 19:44:29 +0000</pubDate>
<dc:creator>startribe</dc:creator>
<guid isPermaLink="false">3072@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thank you again chrishajer &#38;#38; madawaffe,&#60;/p&#62;
&#60;p&#62;I created a phpinfo.php file and uploaded it to the forum root folder, and the PHP info with and with out the .htaccess file is...&#60;br /&#62;
PHP Version 4.3.11&#60;/p&#62;
&#60;p&#62;I then tried saving the .htaccess file in several different formats including, Mac OS Western, UTF-8, UTF-16, &#38;#38; ASCII, and I was given an internal server error for UTF-8 &#38;#38; UTF-16.&#60;/p&#62;
&#60;p&#62;I then tried creating an .htaccess directory access and password file with a .htpasswd file, and was given another server error.&#60;/p&#62;
&#60;p&#62;So I am assuming, that outside of the issue of the tags.php working on php4, that there is an issue with my server in working with a .htaccess file. Hmmmm, there has to be a solution here, and I really would like to get this forum up and running, for I love the integration with wordpress.&#60;/p&#62;
&#60;p&#62;I am going to call up my hosting service again and probe a bit more. If any ideas come about, I will be here at full attention. Thank you so much for your help again.&#60;/p&#62;
&#60;p&#62;All the Best,&#60;br /&#62;
Orion
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3071</link>
<pubDate>Tue, 09 Jan 2007 19:16:34 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">3071@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is it possibly related to cookies and the domains they come from?&#60;/p&#62;
&#60;p&#62;&#60;code&#62;This problem can sometimes be caused by &#60;br /&#62;
disabling or refusing to accept cookies&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;My error was with Firefox 1.5.0.7 on Linux.  Maybe it's just coincidental it went away when the scripts were parsed by PHP5.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3070</link>
<pubDate>Tue, 09 Jan 2007 19:09:26 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">3070@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Michael, I do not have an .htacess in my templates directory.  I wonder why switching to PHP5 makes this problem go away?
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3069</link>
<pubDate>Tue, 09 Jan 2007 18:15:39 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">3069@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I asked about a .htaccess file in your templates directory, because in earlier versions we provided one that broke some people's setups.  We've removed it in later versions; you should not have a .htaccess file in any of your template directories.&#60;/p&#62;
&#60;p&#62;bbPress should not need PHP5.  I'd like to find the cause of this problem and fix it for good for everyone.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3064</link>
<pubDate>Tue, 09 Jan 2007 15:49:58 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">3064@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;They will not offer to support .htaccess, but that's OK as long as they let you use it.&#60;/p&#62;
&#60;p&#62;Put that .htaccess (make sure it starts with a period) in your forum root, with the line:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;AddType x-mapp-php5 .php&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;in it.&#60;/p&#62;
&#60;p&#62;Then, make sure it's working.  Create a file called phpinfo.php in your forum root.  Put this into it:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php&#60;br /&#62;
phpinfo();&#60;br /&#62;
?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then, access that URL &#60;code&#62;&#60;a href=&#34;http://www.yoursite.com/forum/phpinfo.php&#34; rel=&#34;nofollow&#34;&#62;http://www.yoursite.com/forum/phpinfo.php&#60;/a&#62;&#60;/code&#62;.  The resultant page will have the PHP version at the top.  You want to see PHP5.x.x there, not PHP4.x.x.  Try it both with and without the .htaccess to see if it changes.  If it's already parsing php files as PHP5, then we have to dig into what's not working.  If php files are still being parsed as PHP4, the we need to figure out if the htaccess is working or not, or in the wrong location or something.
&#60;/p&#62;</description>
</item>
<item>
<title>startribe on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3058</link>
<pubDate>Tue, 09 Jan 2007 07:09:26 +0000</pubDate>
<dc:creator>startribe</dc:creator>
<guid isPermaLink="false">3058@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thank you chrishajer &#38;#38; madawaffe,&#60;/p&#62;
&#60;p&#62;I am on BBpress 0.74, and I checked my server settings which are...&#60;/p&#62;
&#60;p&#62;&#34;&#60;br /&#62;
Support for PHP 5&#60;br /&#62;
With PHP 5 support, you can program using the latest version of this server-side scripting language and take advantage of existing applications and add ons written in PHP 5. You can also run both PHP 4 and PHP 5 simultaneously on the same site.&#60;br /&#62;
&#34;&#60;br /&#62;
I also tried uploading an .htaccess file to my forum root with the first line stating:&#60;br /&#62;
AddType x-mapp-php5 .php&#60;/p&#62;
&#60;p&#62;And I still received the same error. After that I moved the file to my template directory, and then to my site directory, and I still had the same problem. I thought this was strange because I am receiving the same results as those mentioned in the post chrishajer linked.&#60;/p&#62;
&#60;p&#62;I then called up my hosting service, Diablo Valley Hosting, which is a reseller of Godaddy, so it was Godaddy support. They then told me that in order to assure php5  I would have to change all of my extensions to &#34;.php5.&#34;&#60;/p&#62;
&#60;p&#62;I asked and .htaccess, and was told that there was a solution, but they couldn't offer support on it.&#60;/p&#62;
&#60;p&#62;Thank you so much for the help thus far. I am not sure if there is a problem with my .htaccess file or something else, for I entered the line &#34;AddType x-mapp-php5 .php&#34; into the first line of the file. Anyhow, any suggestions or direction would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;Thanks again,&#60;br /&#62;
Orion
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3054</link>
<pubDate>Tue, 09 Jan 2007 01:43:01 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">3054@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Adding this to the .htaccess in the forum root did it for me:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;AddType x-mapp-php5 .php&#60;/code&#62; &#60;/p&#62;
&#60;p&#62;Basically, you need PHP5 to prevent that redirect error.  If your server has PHP5, then this will resolve the issue for you.&#60;/p&#62;
&#60;p&#62;This problem was mentioned and resolved here before:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/354?replies=11#post-1748&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/354?replies=11#post-1748&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3052</link>
<pubDate>Tue, 09 Jan 2007 01:05:07 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">3052@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What version of bbPress are you using?&#60;/p&#62;
&#60;p&#62;Do you have a &#60;code&#62;.htaccess&#60;/code&#62; file in bbPress' &#60;code&#62;bb-templates/&#60;/code&#62; directory?
&#60;/p&#62;</description>
</item>
<item>
<title>startribe on "tag.php access issue"</title>
<link>http://bbpress.org/forums/topic/tagphp-access-issue#post-3050</link>
<pubDate>Mon, 08 Jan 2007 22:27:26 +0000</pubDate>
<dc:creator>startribe</dc:creator>
<guid isPermaLink="false">3050@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey Community,&#60;/p&#62;
&#60;p&#62;I am having trouble accessing the tag.php page through clicking on the &#34;tag&#34; link. I am able to view tags in single view but no the tags page, i.e., if on tag single view I click on the &#34;tags&#34; link in:&#60;br /&#62;
My Forum » Tags » bbPress&#60;/p&#62;
&#60;p&#62;Below is the error page I recieve.&#60;/p&#62;
&#60;p&#62;&#34;&#34;&#60;br /&#62;
The page isn't redirecting properly&#60;br /&#62;
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.&#60;br /&#62;
*   This problem can sometimes be caused by disabling or refusing to accept cookies.&#60;br /&#62;
&#34;&#34;&#60;br /&#62;
Any ideas or suggestions would be greatly appreciated. Thanks,&#60;/p&#62;
&#60;p&#62;Orion
&#60;/p&#62;</description>
</item>

</channel>
</rss>
