<?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>WordPress &#8250; Support Topic: 2.8 Crashed My Site!!!  Using Options theme.</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: 2.8 Crashed My Site!!!  Using Options theme.</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 16:21:34 +0000</pubDate>

<item>
<title>ptvguy on "2.8 Crashed My Site!!!  Using Options theme."</title>
<link>http://wordpress.org/support/topic/278930#post-1189638</link>
<pubDate>Thu, 27 Aug 2009 07:50:17 +0000</pubDate>
<dc:creator>ptvguy</dc:creator>
<guid isPermaLink="false">1189638@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Not really the topic for this discussion, but go back to your original header.php file (without your recent changes) and reupload it over the current broken one.
&#60;/p&#62;</description>
</item>
<item>
<title>debbiez on "2.8 Crashed My Site!!!  Using Options theme."</title>
<link>http://wordpress.org/support/topic/278930#post-1188922</link>
<pubDate>Wed, 26 Aug 2009 17:39:14 +0000</pubDate>
<dc:creator>debbiez</dc:creator>
<guid isPermaLink="false">1188922@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Being a novice,I attempted to create a floating header for an ad, but got the following error:&#60;/p&#62;
&#60;p&#62;&#34;Fatal error: Class 'floatad' not found in /home/debbiez/public_html/wp-content/themes/adstyle/header.php on line 25&#34;&#60;/p&#62;
&#60;p&#62;Now I cant get past this error screen to open my  site an removed the offending code.  I don't see a way above to fix this specific problem, but I was hoping that someone out there knows what to do?
&#60;/p&#62;</description>
</item>
<item>
<title>MattV on "2.8 Crashed My Site!!!  Using Options theme."</title>
<link>http://wordpress.org/support/topic/278930#post-1125244</link>
<pubDate>Fri, 03 Jul 2009 19:51:25 +0000</pubDate>
<dc:creator>MattV</dc:creator>
<guid isPermaLink="false">1125244@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Only version 1.2 of Options Theme will break when upgrading to Wordpress 2.8 - version 1.3 works just fine &#60;/p&#62;
&#60;p&#62;Here´s an official fix for v1.2 provided by Justin in the Hybrid Forums: &#60;/p&#62;
&#60;p&#62;Change this code in /app/options.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function op_all_cats() {
	$all_cats = get_all_category_ids();
	foreach($all_cats as $key =&#38;gt; $value) :
		$all_cats[$key] = get_cat_name($all_cats[$key]);
		$all_cats[$key] = str_replace(&#38;quot;&#38;amp;&#38;quot;, &#38;quot;&#38;amp;&#38;quot;, $all_cats[$key]);
		$all_cats[$key] = str_replace(&#38;quot;&#38;amp;&#38;quot;,&#38;quot;&#38;amp;&#38;quot;, $all_cats[$key]);
	endforeach;
	$all_cats[&#38;#39;none&#38;#39;] = false;
	return $all_cats;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function op_all_cats() {
	$cats = get_categories();
	foreach ( $cats as $cat ) :
		$return[] = $cat-&#38;gt; name;
	endforeach;
	$return[] = false;
	return $return;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Be aware that Options Theme has been discontinued, so sooner or later it just won´t work anymore as WP keeps on rolling out new features. &#60;/p&#62;
&#60;p&#62;Consider joining the Hybrid Theme club. It´s a great theme and has a very active support community: &#60;a href=&#34;http://themehybrid.com/&#34; rel=&#34;nofollow&#34;&#62;http://themehybrid.com/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ptvguy on "2.8 Crashed My Site!!!  Using Options theme."</title>
<link>http://wordpress.org/support/topic/278930#post-1111444</link>
<pubDate>Sun, 21 Jun 2009 02:16:19 +0000</pubDate>
<dc:creator>ptvguy</dc:creator>
<guid isPermaLink="false">1111444@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I wouldn't give up on the Options theme just yet.  I have it working just fine in WP 2.8.  (&#60;a href=&#34;http://www2.soptv.org/&#34; rel=&#34;nofollow&#34;&#62;http://www2.soptv.org/&#60;/a&#62;)  Only the WP Security Scan plugin gave me trouble in the upgrade.
&#60;/p&#62;</description>
</item>
<item>
<title>Daniel Thompson on "2.8 Crashed My Site!!!  Using Options theme."</title>
<link>http://wordpress.org/support/topic/278930#post-1103723</link>
<pubDate>Mon, 15 Jun 2009 00:48:02 +0000</pubDate>
<dc:creator>Daniel Thompson</dc:creator>
<guid isPermaLink="false">1103723@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I see lots of people here can someone help me with my issue?&#60;/p&#62;
&#60;p&#62;Parse error: parse error in wp-config.php on line 77&#60;/p&#62;
&#60;p&#62;This is a new local install , I,m trying to get it to work for the first time.&#60;/p&#62;
&#60;p&#62;I saw the other blog that said there was lines outside of the  &#38;lt;?  ?&#38;gt; in the wp-config.php&#60;br /&#62;
Not mine.&#60;br /&#62;
I followed the directions to the letter.&#60;/p&#62;
&#60;p&#62;PLEASE
&#60;/p&#62;</description>
</item>
<item>
<title>fr33think3r on "2.8 Crashed My Site!!!  Using Options theme."</title>
<link>http://wordpress.org/support/topic/278930#post-1103713</link>
<pubDate>Mon, 15 Jun 2009 00:34:10 +0000</pubDate>
<dc:creator>fr33think3r</dc:creator>
<guid isPermaLink="false">1103713@http://wordpress.org/support/</guid>
<description>&#60;p&#62;In the above suggested code changes,&#60;/p&#62;
&#60;p&#62;$all_cats[$key] = str_replace(&#34;&#38;amp;&#34;, &#34;&#38;amp;&#34;, $all_cats[$key]);&#60;br /&#62;
$all_cats[$key] = str_replace(&#34;&#38;amp;&#34;,&#34;&#38;amp;&#34;, $all_cats[$key]);&#60;/p&#62;
&#60;p&#62;Aren't these two identical other than the white space?
&#60;/p&#62;</description>
</item>
<item>
<title>fr33think3r on "2.8 Crashed My Site!!!  Using Options theme."</title>
<link>http://wordpress.org/support/topic/278930#post-1103710</link>
<pubDate>Mon, 15 Jun 2009 00:28:21 +0000</pubDate>
<dc:creator>fr33think3r</dc:creator>
<guid isPermaLink="false">1103710@http://wordpress.org/support/</guid>
<description>&#60;p&#62;What is the one line change that needs to be done? I made the above change for structure 1.2.1, but that doesn't help.&#60;/p&#62;
&#60;p&#62;In case of structure 1.3, the sidebar doesn't show up.
&#60;/p&#62;</description>
</item>
<item>
<title>sam_m on "2.8 Crashed My Site!!!  Using Options theme."</title>
<link>http://wordpress.org/support/topic/278930#post-1102333</link>
<pubDate>Sat, 13 Jun 2009 19:53:11 +0000</pubDate>
<dc:creator>sam_m</dc:creator>
<guid isPermaLink="false">1102333@http://wordpress.org/support/</guid>
<description>&#60;p&#62;See if this helps:&#60;/p&#62;
&#60;p&#62;Change that 'op_all_cats() function you have in app/options.php to this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function op_all_cats() {
	$all_cats = get_all_category_ids();
	foreach($all_cats as $key =&#38;gt; $value) :
		$all_cats[$key] = get_cat_name($all_cats[$key]);
		$all_cats[$key] = str_replace(&#38;quot;&#38;amp;&#38;quot;, &#38;quot;&#38;amp;&#38;quot;, $all_cats[$key]);
		$all_cats[$key] = str_replace(&#38;quot;&#38;amp;&#38;quot;,&#38;quot;&#38;amp;&#38;quot;, $all_cats[$key]);
	endforeach;
	$all_cats[&#38;#39;none&#38;#39;] = false;
	return $all_cats;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope it helps!
&#60;/p&#62;</description>
</item>
<item>
<title>gl on "2.8 Crashed My Site!!!  Using Options theme."</title>
<link>http://wordpress.org/support/topic/278930#post-1101736</link>
<pubDate>Sat, 13 Jun 2009 07:41:00 +0000</pubDate>
<dc:creator>gl</dc:creator>
<guid isPermaLink="false">1101736@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I see a recommendation to change a line in the code. That was for the Option theme. I use Structure (Aura). Same?
&#60;/p&#62;</description>
</item>
<item>
<title>gl on "2.8 Crashed My Site!!!  Using Options theme."</title>
<link>http://wordpress.org/support/topic/278930#post-1101735</link>
<pubDate>Sat, 13 Jun 2009 07:37:25 +0000</pubDate>
<dc:creator>gl</dc:creator>
<guid isPermaLink="false">1101735@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Justin, I can't find the solution you mentioned. Could you be more specific? Also, how do you downgrade back from 2.8 to 2.7? Thank you!
&#60;/p&#62;</description>
</item>
<item>
<title>greenshady on "2.8 Crashed My Site!!!  Using Options theme."</title>
<link>http://wordpress.org/support/topic/278930#post-1101721</link>
<pubDate>Sat, 13 Jun 2009 07:11:02 +0000</pubDate>
<dc:creator>greenshady</dc:creator>
<guid isPermaLink="false">1101721@http://wordpress.org/support/</guid>
<description>&#60;p&#62;This issue was addressed nearly a year ago with a change in code.  I'm sorry you guys missed the last two updates, but the themes have been discontinued and you can no longer get those updates.&#60;/p&#62;
&#60;p&#62;There has been a solution posted on the themes' support forums:&#60;br /&#62;
&#60;a href=&#34;http://themehybrid.com/support&#34; rel=&#34;nofollow&#34;&#62;http://themehybrid.com/support&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>pnaw10 on "2.8 Crashed My Site!!!  Using Options theme."</title>
<link>http://wordpress.org/support/topic/278930#post-1099920</link>
<pubDate>Fri, 12 Jun 2009 02:36:12 +0000</pubDate>
<dc:creator>pnaw10</dc:creator>
<guid isPermaLink="false">1099920@http://wordpress.org/support/</guid>
<description>&#60;p&#62;More bad news:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themehybrid.com/themes/options&#34; rel=&#34;nofollow&#34;&#62;http://themehybrid.com/themes/options&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://themehybrid.com/themes/structure&#34; rel=&#34;nofollow&#34;&#62;http://themehybrid.com/themes/structure&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Both pages say the themes are no longer available for download.  In other words, he's not going to be providing any updates.  We're left to fend for ourselves... I wasn't &#60;em&#62;planning&#60;/em&#62; to be up all night tinkering with PHP code... arrrrgh!!
&#60;/p&#62;</description>
</item>
<item>
<title>pnaw10 on "2.8 Crashed My Site!!!  Using Options theme."</title>
<link>http://wordpress.org/support/topic/278930#post-1099903</link>
<pubDate>Fri, 12 Jun 2009 02:18:36 +0000</pubDate>
<dc:creator>pnaw10</dc:creator>
<guid isPermaLink="false">1099903@http://wordpress.org/support/</guid>
<description>&#60;p&#62;@Jon - It looks like we're both using themes created by Justin Tadlock.  You have Options, and I am using Structure.  (I recognized Options in the error message because I considered using it before I settled on Structure.)  My website at &#60;a href=&#34;http://www.cnyradio.com&#34; rel=&#34;nofollow&#34;&#62;http://www.cnyradio.com&#60;/a&#62; also experienced the same error upon upgrading to 2.8.&#60;/p&#62;
&#60;p&#62;Even though we're using different themes, Tadlock used the same line of code in both of them.  He probably has it in several other themes too.  Unfortunately, he doesn't seem to be aware of the problem, and his latest and greatest theme site -- which still has themes for free -- now requires a $25 membership to access the support forums.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$all_cats[$key] = get_cat_name($all_cats[$key]);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Something in that line of code must have &#34;hooked&#34; into something in the WordPress engine or the SQL database.  WP must have renamed it in 2.8 -- but which thing? $all_cats? $key? get_cat_name?&#60;/p&#62;
&#60;p&#62;And what did they change it to?  I know enough about PHP and programming in general to know answering these 2 questions and making the necessary corrections will solve the problem.  But I don't know enough to figure out &#60;em&#62;&#60;strong&#62;what&#60;/strong&#62;&#60;/em&#62; those answers are.&#60;/p&#62;
&#60;p&#62;Ugh... it's great to have improvements and progress, but it sucks when an update renders the entire site useless thanks to one line of theme code that became obsolete.  WP is great in many ways, but backwards compatibility apparently isn't among their top priorities.&#60;/p&#62;
&#60;p&#62;If this one little thing caused my site to go down, I just can't wait to see how many of my &#60;em&#62;plugins&#60;/em&#62; are now useless.
&#60;/p&#62;</description>
</item>
<item>
<title>Jon Alba on "2.8 Crashed My Site!!!  Using Options theme."</title>
<link>http://wordpress.org/support/topic/278930#post-1099677</link>
<pubDate>Thu, 11 Jun 2009 23:07:34 +0000</pubDate>
<dc:creator>Jon Alba</dc:creator>
<guid isPermaLink="false">1099677@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks, got it!
&#60;/p&#62;</description>
</item>
<item>
<title>kpdesign on "2.8 Crashed My Site!!!  Using Options theme."</title>
<link>http://wordpress.org/support/topic/278930#post-1099669</link>
<pubDate>Thu, 11 Jun 2009 22:57:08 +0000</pubDate>
<dc:creator>kpdesign</dc:creator>
<guid isPermaLink="false">1099669@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Access your server via FTP and go to wp-content/themes/ and rename the folder for your current theme. That will make WordPress automatically revert to using the default theme, as it believes that the other theme is broken.&#60;/p&#62;
&#60;p&#62;You should then be able to log into the admin section.
&#60;/p&#62;</description>
</item>
<item>
<title>Jon Alba on "2.8 Crashed My Site!!!  Using Options theme."</title>
<link>http://wordpress.org/support/topic/278930#post-1099662</link>
<pubDate>Thu, 11 Jun 2009 22:48:26 +0000</pubDate>
<dc:creator>Jon Alba</dc:creator>
<guid isPermaLink="false">1099662@http://wordpress.org/support/</guid>
<description>&#60;p&#62;The problem is however, we can't even log in!  Any suggestions?
&#60;/p&#62;</description>
</item>
<item>
<title>kpdesign on "2.8 Crashed My Site!!!  Using Options theme."</title>
<link>http://wordpress.org/support/topic/278930#post-1099656</link>
<pubDate>Thu, 11 Jun 2009 22:44:00 +0000</pubDate>
<dc:creator>kpdesign</dc:creator>
<guid isPermaLink="false">1099656@http://wordpress.org/support/</guid>
<description>&#60;p&#62;From the error message, it appears to be a problem with the theme you are using. You should contact the theme author and work with them to resolve the issue.&#60;/p&#62;
&#60;p&#62;In the meantime, try switching to the default theme to see if the error goes away. If so, then at least your site will be functional until you can resolve the issue.
&#60;/p&#62;</description>
</item>
<item>
<title>Jon Alba on "2.8 Crashed My Site!!!  Using Options theme."</title>
<link>http://wordpress.org/support/topic/278930#post-1099582</link>
<pubDate>Thu, 11 Jun 2009 22:15:54 +0000</pubDate>
<dc:creator>Jon Alba</dc:creator>
<guid isPermaLink="false">1099582@http://wordpress.org/support/</guid>
<description>&#60;p&#62;The apparent infected code is:&#60;/p&#62;
&#60;p&#62; $all_cats[$key] = get_cat_name($all_cats[$key]); &#60;/p&#62;
&#60;p&#62;Does anyone have a clue on what I can do?
&#60;/p&#62;</description>
</item>
<item>
<title>Jon Alba on "2.8 Crashed My Site!!!  Using Options theme."</title>
<link>http://wordpress.org/support/topic/278930#post-1099576</link>
<pubDate>Thu, 11 Jun 2009 22:12:49 +0000</pubDate>
<dc:creator>Jon Alba</dc:creator>
<guid isPermaLink="false">1099576@http://wordpress.org/support/</guid>
<description>&#60;p&#62;My site, &#60;a href=&#34;http://www.sportsfullcircle.com&#34; rel=&#34;nofollow&#34;&#62;http://www.sportsfullcircle.com&#60;/a&#62;, recently upgraded to 2.8.  The second we did so, the ENTIRE SITE CRASHED.&#60;/p&#62;
&#60;p&#62;We now get a white screen with the message:&#60;/p&#62;
&#60;p&#62;Fatal error: Cannot use object of type WP_Error as array in /home1/sportsfu/public_html/wp-content/themes/options/app/options.php on line 13&#60;/p&#62;
&#60;p&#62;I noticed tons of people were having similar problems, and this is a huge issue for myself as well.  We average many views, and it is necessary this be solved.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
