<?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: "Theme not found. Default theme applied."</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: "Theme not found. Default theme applied."</description>
<language>en</language>
<pubDate>Sat, 30 Aug 2008 06:44:44 +0000</pubDate>

<item>
<title>lkessler on ""Theme not found. Default theme applied.""</title>
<link>http://bbpress.org/forums/topic/theme-not-found-default-theme-applied#post-13631</link>
<pubDate>Tue, 05 Feb 2008 08:11:00 +0000</pubDate>
<dc:creator>lkessler</dc:creator>
<guid isPermaLink="false">13631@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I also am working in Windows via localhost. I also get the &#34;Theme not found. Default theme applied.&#34; error message that flaerpen does.&#60;/p&#62;
&#60;p&#62;After a few hours debugging, I got a fix:&#60;/p&#62;
&#60;p&#62;In themes.php, change the line:&#60;/p&#62;
&#60;p&#62;$activetheme = bb_get_option('bb_active_theme');&#60;/p&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;p&#62;$activetheme = stripslashes(bb_get_option('bb_active_theme'));&#60;/p&#62;
&#60;p&#62;I believe that fixes the double slashes added by the webserver.
&#60;/p&#62;</description>
</item>
<item>
<title>thierryyyyyyy on ""Theme not found. Default theme applied.""</title>
<link>http://bbpress.org/forums/topic/theme-not-found-default-theme-applied#post-8889</link>
<pubDate>Fri, 13 Jul 2007 20:23:07 +0000</pubDate>
<dc:creator>thierryyyyyyy</dc:creator>
<guid isPermaLink="false">8889@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have the same error on LOCALHOST, and also with windows. (my forum hosted on web works :)  )&#60;/p&#62;
&#60;p&#62;(thierry is the name of my computer, and is synonyme of &#34;localhost&#34;)&#60;br /&#62;
link I click on to activate my template is such : (there are 2 &#34;\&#34;)&#60;br /&#62;
&#60;a href=&#34;http://thierry/forum/bb-admin/themes.php?theme=D%3A%5C%5CMes+Documents%5C%5Csites_web%5C%5C2diabolos.com%5C%5Cforum%2Fmy-templates%2F2diabolos%2F&#38;#38;_wpnonce=0ecdd913e2&#34; rel=&#34;nofollow&#34;&#62;http://thierry/forum/bb-admin/themes.php?theme=D%3A%5C%5CMes+Documents%5C%5Csites_web%5C%5C2diabolos.com%5C%5Cforum%2Fmy-templates%2F2diabolos%2F&#38;#38;_wpnonce=0ecdd913e2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I tried the &#34;patch_to_url_2&#34; in vain.&#60;/p&#62;
&#60;p&#62;a &#34;brillant&#34; idea made me change the themes.php :&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ( !in_array($activetheme, $themes) ) {
	$activetheme = BBPATH . &#38;#39;my-templates/2diabolos/&#38;#39;; // THIS LINE WAS &#38;#39;bb-templates/kakumei/&#38;#39; ...
	bb_update_option( &#38;#39;bb_active_theme&#38;#39;, $activetheme );
	remove_action( &#38;#39;bb_admin_notices&#38;#39;, $theme_notice );
	bb_admin_notice( __(&#38;#39;Theme not found.  Default theme applied.&#38;#39;), &#38;#39;error&#38;#39; );
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;works well (hopefully)&#60;/p&#62;
&#60;p&#62;(after reflection, I think the following line don't help)&#60;br /&#62;
I tried to debug a little bit. I put in themes.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;print_r($themes);
echo &#38;quot;&#38;lt;br&#38;gt;&#38;quot;;
echo &#38;quot;the theme you want to activate : &#38;quot; . $_GET[&#38;#39;activated&#38;#39;] ;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;the result for the first line is good, the &#34;$_GET['activated'] &#34; is empty.
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on ""Theme not found. Default theme applied.""</title>
<link>http://bbpress.org/forums/topic/theme-not-found-default-theme-applied#post-4407</link>
<pubDate>Mon, 12 Feb 2007 09:06:27 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">4407@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;flaerpen,&#60;/p&#62;
&#60;p&#62;Could you try on your localhost version two of the plugin you tried?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://trac.bbpress.org/attachment/ticket/575/path-to-url.2.php&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/attachment/ticket/575/path-to-url.2.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;(Download link at the bottom.)&#60;/p&#62;
&#60;p&#62;First delete the first version of the plugin you have installed.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on ""Theme not found. Default theme applied.""</title>
<link>http://bbpress.org/forums/topic/theme-not-found-default-theme-applied#post-4362</link>
<pubDate>Sun, 11 Feb 2007 16:30:44 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">4362@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;When I read your post the first time I missed that you put &#60;em&#62;localhost&#60;/em&#62;  and that is the problem.   Anything before 0.8 you cannot install it on a localhost because there are some issues with it.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://trac.bbpress.org/ticket/573&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/ticket/573&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I would imagine you are running this on 0.8 though.  The double slashes on the local server would be the issue.   Maybe the address wrong on config.php or your setup?   There are quite a few people with successful installs on localhost with 0.8.&#60;/p&#62;
&#60;p&#62;It must be a setup issue, but really glad to hear that it works where it is really important, on the web.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>flaerpen on ""Theme not found. Default theme applied.""</title>
<link>http://bbpress.org/forums/topic/theme-not-found-default-theme-applied#post-4360</link>
<pubDate>Sun, 11 Feb 2007 15:59:48 +0000</pubDate>
<dc:creator>flaerpen</dc:creator>
<guid isPermaLink="false">4360@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Okey.. I tried to upload it to my internetserver and it works. You can't try this on your own localhost.. Bad i think..
&#60;/p&#62;</description>
</item>
<item>
<title>flaerpen on ""Theme not found. Default theme applied.""</title>
<link>http://bbpress.org/forums/topic/theme-not-found-default-theme-applied#post-4354</link>
<pubDate>Sun, 11 Feb 2007 11:03:33 +0000</pubDate>
<dc:creator>flaerpen</dc:creator>
<guid isPermaLink="false">4354@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;is there someone who can help me?
&#60;/p&#62;</description>
</item>
<item>
<title>flaerpen on ""Theme not found. Default theme applied.""</title>
<link>http://bbpress.org/forums/topic/theme-not-found-default-theme-applied#post-4318</link>
<pubDate>Sat, 10 Feb 2007 11:09:35 +0000</pubDate>
<dc:creator>flaerpen</dc:creator>
<guid isPermaLink="false">4318@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i've tried that! Both of the solutions, but i still can't use my own template!&#60;br /&#62;
 I can't see the thumbnail of either my template or kakumeis.&#60;/p&#62;
&#60;p&#62;EDIT: I saw what maybe could be the problem. It uses doubleslashes to the link to both Kakumei and my template. Maybe it's because of that i have my problem? Maybe this could help someone to help me too. (?)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://localhost/ungodum/bbpress/bb-admin/themes.php?theme=&#34; rel=&#34;nofollow&#34;&#62;http://localhost/ungodum/bbpress/bb-admin/themes.php?theme=&#60;/a&#62;&#60;br /&#62;
D:\\webb\\xampp\\htdocs\\ungodum\\bbpress/my-templates/ungodum/&#38;#38;_wpnonce=538f668ad4
&#60;/p&#62;</description>
</item>
<item>
<title>nateolson on ""Theme not found. Default theme applied.""</title>
<link>http://bbpress.org/forums/topic/theme-not-found-default-theme-applied#post-4263</link>
<pubDate>Fri, 09 Feb 2007 14:16:05 +0000</pubDate>
<dc:creator>nateolson</dc:creator>
<guid isPermaLink="false">4263@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;See &#60;a href=&#34;http://bbpress.org/forums/topic/693&#34;&#62;this&#60;/a&#62;.
&#60;/p&#62;</description>
</item>
<item>
<title>flaerpen on ""Theme not found. Default theme applied.""</title>
<link>http://bbpress.org/forums/topic/theme-not-found-default-theme-applied#post-4260</link>
<pubDate>Fri, 09 Feb 2007 09:43:40 +0000</pubDate>
<dc:creator>flaerpen</dc:creator>
<guid isPermaLink="false">4260@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello, I've upgraded to Desmond now, yay :D&#60;/p&#62;
&#60;p&#62;But i can't get my theme to work, i'm getting the message &#34;Theme not found. Default theme applied.&#34; when i try to change theme to both my own and kakumei!&#60;/p&#62;
&#60;p&#62;I'm trying on my localhost and made a new fresh install into another directory, but i still can't get it work :S
&#60;/p&#62;</description>
</item>

</channel>
</rss>
