<?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: blank screen</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: blank screen</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 01:17:53 +0000</pubDate>

<item>
<title>adriengeille on "My installation does not launch ..."</title>
<link>http://bbpress.org/forums/topic/my-installation-does-not-launch-#post-10558</link>
<pubDate>Tue, 28 Aug 2007 17:15:23 +0000</pubDate>
<dc:creator>adriengeille</dc:creator>
<guid isPermaLink="false">10558@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;nope...
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "My installation does not launch ..."</title>
<link>http://bbpress.org/forums/topic/my-installation-does-not-launch-#post-10518</link>
<pubDate>Mon, 27 Aug 2007 13:29:27 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">10518@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I use a similar setup with the root folder of my domain as wordpress, then a subfolder for bbpress.  So I have:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.domain.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.domain.com/bbpress&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com/bbpress&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In my Wordpress Control panel under options, both URLs are set to &#60;a href=&#34;http://www.domain.com&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com&#60;/a&#62; with no trailing slash.  I noticed in your config this URL has a trailing slash:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$bb-&#38;gt;wp_home = &#38;#39;http://www.subventions.fr/&#38;#39;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Maybe that is causing a problem?
&#60;/p&#62;</description>
</item>
<item>
<title>adriengeille on "My installation does not launch ..."</title>
<link>http://bbpress.org/forums/topic/my-installation-does-not-launch-#post-10513</link>
<pubDate>Mon, 27 Aug 2007 09:47:13 +0000</pubDate>
<dc:creator>adriengeille</dc:creator>
<guid isPermaLink="false">10513@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;in fact in wordpress you can set the home page in a different directory as the wordpress folder. That's what i did. I installed wordpress in the wordpress folder but the homepage (index.php) is in the root directory.&#60;/p&#62;
&#60;p&#62;As soon as i change it and put the address back to wordpress.... i loose all templates with the design...&#60;/p&#62;
&#60;p&#62;The same way i've created a folder forum and uploaded the installation files of bbpress into it. Th'ats why i said&#60;br /&#62;
// The full URL of your bbPress install&#60;br /&#62;
$bb-&#38;gt;uri = 'http://www.subventions.fr/forum/';&#60;/p&#62;
&#60;p&#62;I tried to change the last part with my wordpress address by deleting wordpress as you recommended but it still doesn't work but definitely it seems it comes from my wordpress setup... but what can i do?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "My installation does not launch ..."</title>
<link>http://bbpress.org/forums/topic/my-installation-does-not-launch-#post-10511</link>
<pubDate>Mon, 27 Aug 2007 05:32:10 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">10511@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;In fact, in the source of your Wordpress site, there are a bunch of links that result in a 404, and they all have &#60;code&#62;wordpress&#60;/code&#62; in the URL.  &#60;/p&#62;
&#60;p&#62;404 Page Not Found:&#60;br /&#62;
&#60;a href=&#34;http://subventions.fr/wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://subventions.fr/wordpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So, in your Wordpress control panel, I suppose this could be wrong:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Options-&#38;gt;General: WordPress address (URL)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I think your problems exist with the Wordpress setup, and they are showing up now with bbPress integration.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "My installation does not launch ..."</title>
<link>http://bbpress.org/forums/topic/my-installation-does-not-launch-#post-10510</link>
<pubDate>Mon, 27 Aug 2007 05:26:37 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">10510@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This does not appear to be correct:&#60;br /&#62;
&#60;code&#62;$bb-&#38;gt;wp_siteurl = &#38;#39;http://www.subventions.fr/wordpress&#38;#39;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Your wordpress site comes up at &#60;code&#62;&#60;a href=&#34;http://www.subventions.fr/&#34; rel=&#34;nofollow&#34;&#62;http://www.subventions.fr/&#60;/a&#62;&#60;/code&#62; so the wordpress part is superfluous.  I think you've got a path problem somewhere.    Normally you install bbPress like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;/var/www/subventions/wordpress/&#60;/code&#62;&#60;br /&#62;
maps to &#60;a href=&#34;http://www.subventions.fr/&#34; rel=&#34;nofollow&#34;&#62;http://www.subventions.fr/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;/var/www/subventions/wordpress/forum/&#60;/code&#62;&#60;br /&#62;
maps to &#60;a href=&#34;http://www.subventions.fr/forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.subventions.fr/forum/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;forum&#60;/code&#62; is a subdirectory of wordpress in a typical integrated setup.  Is that your setup? If so, then your config is wrong.
&#60;/p&#62;</description>
</item>
<item>
<title>adriengeille on "My installation does not launch ..."</title>
<link>http://bbpress.org/forums/topic/my-installation-does-not-launch-#post-10508</link>
<pubDate>Mon, 27 Aug 2007 05:04:27 +0000</pubDate>
<dc:creator>adriengeille</dc:creator>
<guid isPermaLink="false">10508@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;ok here is my config.php file&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62;define('DB_NAME', 'xxx');    // Le nom de la base de donnees&#60;br /&#62;
define('DB_USER', 'xxx');     // Votre identifiant MySQL&#60;br /&#62;
define('DB_PASSWORD', 'xxx'); // ...et votre mot de passe&#60;br /&#62;
define('DB_HOST', 'localhost');    // Dans la plupart des cas, vous n'aurez pas a modifier cette ligne&#60;/p&#62;
&#60;p&#62;// Vous pouvez faire plusieurs installation sur une meme base de donnees en leur donnant un prefixe unique&#60;/p&#62;
&#60;p&#62;// Change the prefix if you want to have multiple forums in a single database.&#60;br /&#62;
$bb_table_prefix = 'bb_'; // Only letters, numbers and underscores please!&#60;/p&#62;
&#60;p&#62;// The full URL of your bbPress install&#60;br /&#62;
$bb-&#38;gt;uri = 'http://www.subventions.fr/forum/';&#60;/p&#62;
&#60;p&#62;// What are you going to call me?&#60;br /&#62;
$bb-&#38;gt;name = 'Le forum des subventions aux entreprises';&#60;/p&#62;
&#60;p&#62;// This must be set before you run the install script.&#60;br /&#62;
$bb-&#38;gt;admin_email = 'webmaster@subventions.fr';&#60;/p&#62;
&#60;p&#62;// Set to true if you want pretty permalinks, set to 'slugs' if you want to use slug based pretty permalinks.&#60;br /&#62;
$bb-&#38;gt;mod_rewrite = 'slugs';&#60;/p&#62;
&#60;p&#62;// The number of topics that show on each page.&#60;br /&#62;
$bb-&#38;gt;page_topics = 30;&#60;/p&#62;
&#60;p&#62;// A user can edit a post for this many minutes after submitting.&#60;br /&#62;
$bb-&#38;gt;edit_lock = 60;&#60;/p&#62;
&#60;p&#62;// Your timezone offset.  Example: -7 for Pacific Daylight Time.&#60;br /&#62;
$bb-&#38;gt;gmt_offset = -2;&#60;/p&#62;
&#60;p&#62;// Change this to localize bbPress.  A corresponding MO file for the&#60;br /&#62;
// chosen language must be installed to bb-includes/languages.&#60;br /&#62;
// For example, install de.mo to bb-includes/languages and set BBLANG to 'de'&#60;br /&#62;
// to enable German language support.&#60;br /&#62;
define('BBLANG', '');&#60;/p&#62;
&#60;p&#62;// Your Akismet Key.  You do not need a key to run bbPress, but if you want to take advantage&#60;br /&#62;
// of Akismet's powerful spam blocking, you'll need one.  You can get an Akismet key at&#60;br /&#62;
// &#60;a href=&#34;http://wordpress.com/api-keys/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.com/api-keys/&#60;/a&#62;&#60;br /&#62;
$bb-&#38;gt;akismet_key = 'xxx'; // Example: '0123456789ab'&#60;/p&#62;
&#60;p&#62;// The rest is only useful if you are integrating bbPress with WordPress.&#60;br /&#62;
// If you're not, just leave it as it is.&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;wp_table_prefix = 'wp_';  // WordPress table prefix.  Example: 'wp_';&#60;br /&#62;
$bb-&#38;gt;wp_home = 'http://www.subventions.fr/';  // WordPress - Options-&#38;gt;General: Blog address (URL) // Example: 'http://example.com'&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = 'http://www.subventions.fr/wordpress';  // WordPress - Options-&#38;gt;General: WordPress address (URL) // Example: 'http://example.com'&#60;br /&#62;
$bb-&#38;gt;cookiepath = '/';&#60;br /&#62;
$bb-&#38;gt;cookiedomain = '.subventions.fr';&#60;br /&#62;
define('WP_BB', true);&#60;br /&#62;
require_once('/wordpress/wp-blog-header.php');&#60;/p&#62;
&#60;p&#62;/* Stop editing */&#60;/p&#62;
&#60;p&#62;if ( !defined('BBPATH') )&#60;br /&#62;
	define('BBPATH', dirname(__FILE__) . '/' );&#60;br /&#62;
require_once( BBPATH . 'bb-settings.php' );&#60;br /&#62;
?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "My installation does not launch ..."</title>
<link>http://bbpress.org/forums/topic/my-installation-does-not-launch-#post-10434</link>
<pubDate>Thu, 23 Aug 2007 15:30:32 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">10434@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Post your config here.  If you get a blank screen when trying to install, you probably have a syntax error in your config.php.    Looks like config.php (and config-sample.php) is on the server, it probably just can't be read.  If you post it here (edit the password out carefully) I bet you'll be able to see the problem.
&#60;/p&#62;</description>
</item>
<item>
<title>adriengeille on "My installation does not launch ..."</title>
<link>http://bbpress.org/forums/topic/my-installation-does-not-launch-#post-10432</link>
<pubDate>Thu, 23 Aug 2007 14:33:44 +0000</pubDate>
<dc:creator>adriengeille</dc:creator>
<guid isPermaLink="false">10432@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;I can't launch the installation of bbpress on my existing wordpress blog using the same database. The issue I have is, that i have a blank page... &#60;/p&#62;
&#60;p&#62;So no way to launch the installation.&#60;br /&#62;
It's on the same server&#60;br /&#62;
using the same db&#60;br /&#62;
I even created a second user to the DB (didn't change anything)&#60;br /&#62;
I have enabled all the writing right to the installation folder&#60;/p&#62;
&#60;p&#62;So what do you recommand. Do a fresch install of wordpress and bbpress or is there a solution for me to avoid that for exemple feeling up a file myself to have the insatallation process behind me.&#60;/p&#62;
&#60;p&#62;Cheers for your help.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
