<?xml version="1.0" encoding="UTF-8"?><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" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>Comments on: Uh Oh! My WordPress Blog Is Blank!!!</title> <atom:link href="http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/feed/" rel="self" type="application/rss+xml" /><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/</link> <description>Velvet Blues offers a wide variety of website-related services such as: complete websites, eCommerce, design, XHTML/CSS slicing, search engine optimization, and content management with custom or open source software such as WordPress, Joomla, and Drupal. Take a look at our portfolio and see for yourself.</description> <lastBuildDate>Thu, 29 Dec 2011 17:15:49 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>By: AJ McClary</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-15063</link> <dc:creator>AJ McClary</dc:creator> <pubDate>Fri, 21 Oct 2011 13:29:38 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-15063</guid> <description>I&#039;ve gotta hand it to you, the tester.php just saved my life. Thank you so much!</description> <content:encoded><![CDATA[<p>I&#8217;ve gotta hand it to you, the tester.php just saved my life. Thank you so much!</p> ]]></content:encoded> </item> <item><title>By: hairy</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-14758</link> <dc:creator>hairy</dc:creator> <pubDate>Sun, 16 Oct 2011 07:09:21 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-14758</guid> <description>thanks for numerous ideas on solving this matter.. finally i just reinstall my wordpress and so far its working fine.. haha..maybe u want take a look at my website &amp; let me know if it went white again.. really appreciate it..</description> <content:encoded><![CDATA[<p>thanks for numerous ideas on solving this matter.. finally i just reinstall my wordpress and so far its working fine.. haha..maybe u want take a look at my website &amp; let me know if it went white again.. really appreciate it..</p> ]]></content:encoded> </item> <item><title>By: Jocke Webmaster</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-6965</link> <dc:creator>Jocke Webmaster</dc:creator> <pubDate>Tue, 30 Aug 2011 20:56:45 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-6965</guid> <description>The tester.php made the thing! Discovered that one plugin started to act strange, took it away, and now the site is working! Thank you very much!/Joacim</description> <content:encoded><![CDATA[<p>The tester.php made the thing! Discovered that one plugin started to act strange, took it away, and now the site is working! Thank you very much!</p><p>/Joacim</p> ]]></content:encoded> </item> <item><title>By: Velvet Blues</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-6920</link> <dc:creator>Velvet Blues</dc:creator> <pubDate>Fri, 19 Aug 2011 13:06:15 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-6920</guid> <description>@Claude: Thanks for including the details about your problem. It will definitely be helpful to other WP users. I&#039;m glad your issue has been resolved. :-)</description> <content:encoded><![CDATA[<p>@Claude: Thanks for including the details about your problem. It will definitely be helpful to other <acronym title="WordPress">WP</acronym> users. I&#8217;m glad your issue has been resolved. <img src='http://www.velvetblues.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Claude</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-6916</link> <dc:creator>Claude</dc:creator> <pubDate>Tue, 16 Aug 2011 20:56:04 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-6916</guid> <description>My blank page problem was hard to find because I had nothing whatsoever in HTTPD error_log file. I have 2 Web servers but WordPress was working properly only on one Web server:1. In the file wp-config.php, add a line right after the line like &quot;&lt;?php&quot; : error_reporting(E_ALL); ini_set(&#039;display_errors&#039;, 1);2. In the same file, also enable debug : define(&#039;WP_DEBUG&#039;, true);3. Go to your WordPress site on both servers and check the debugging info that is output in your browser.4. I found out that the Simple Lightbox plugin was not loading on the defective Web server. So I disabled the plugin in WordPress.5. I can now see the exact error message that is causing the blank page! The blank page problem was because of : PHP Fatal error: Allowed memory size of 23068672 bytes exhausted (tried to allocate 32 bytes)6. In PHP.INI, I increased the value from 22M to 32M (33554432) : memory_limit = 33554432Then it solved the problem!</description> <content:encoded><![CDATA[<p>My blank page problem was hard to find because I had nothing whatsoever in HTTPD error_log file. I have 2 Web servers but WordPress was working properly only on one Web server:</p><p>1. In the file wp-config.php, add a line right after the line like &#8220;&lt;?php&quot; :<br /> error_reporting(E_ALL); ini_set(&#039;display_errors&#039;, 1);</p><p>2. In the same file, also enable debug :<br /> define(&#039;WP_DEBUG&#039;, true);</p><p>3. Go to your WordPress site on both servers and check the debugging info that is output in your browser.</p><p>4. I found out that the Simple Lightbox plugin was not loading on the defective Web server. So I disabled the plugin in WordPress.</p><p>5. I can now see the exact error message that is causing the blank page! The blank page problem was because of :<br /> <acronym title="Pre-Hypertext Processing">PHP</acronym> Fatal error: Allowed memory size of 23068672 bytes exhausted (tried to allocate 32 bytes)</p><p>6. In <acronym title="Pre-Hypertext Processing">PHP</acronym>.INI, I increased the value from 22M to 32M (33554432) :<br /> memory_limit = 33554432</p><p>Then it solved the problem!</p> ]]></content:encoded> </item> <item><title>By: April</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-6875</link> <dc:creator>April</dc:creator> <pubDate>Sun, 31 Jul 2011 19:05:19 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-6875</guid> <description>I know this is a very old post, but THANK YOU for keeping it up! That single blank line was my issue and I would have never figured it out!!</description> <content:encoded><![CDATA[<p>I know this is a very old post, but THANK YOU for keeping it up! That single blank line was my issue and I would have never figured it out!!</p> ]]></content:encoded> </item> <item><title>By: zac</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-6861</link> <dc:creator>zac</dc:creator> <pubDate>Tue, 26 Jul 2011 20:56:39 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-6861</guid> <description>I&#039;d like to add this to my previous post:I turned debug mode on, and, when I call WP_query() from inside my custom plug-in I get the following error:Call to undefined function is_user_logged_in()</description> <content:encoded><![CDATA[<p>I&#8217;d like to add this to my previous post:</p><p>I turned debug mode on, and, when I call WP_query() from inside my custom plug-in I get the following error:</p><p>Call to undefined function is_user_logged_in()</p> ]]></content:encoded> </item> <item><title>By: zac</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-6860</link> <dc:creator>zac</dc:creator> <pubDate>Tue, 26 Jul 2011 20:39:35 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-6860</guid> <description>I&#039;m using a custom plug-in, where I want to retrieve values from posts (whiche are posts that belong to a custom post type) to list them inside a metabox of some other custom post type.So i&#039;m trying to do that using WP_query() inside the plug-in, and that gives me the blank page..I imagine that for some reason I can&#039;t use WP_query() inside the plug-in... is there another way I could retrieve these posts?</description> <content:encoded><![CDATA[<p>I&#8217;m using a custom plug-in, where I want to retrieve values from posts (whiche are posts that belong to a custom post type) to list them inside a metabox of some other custom post type.</p><p>So i&#8217;m trying to do that using WP_query() inside the plug-in, and that gives me the blank page..</p><p>I imagine that for some reason I can&#8217;t use WP_query() inside the plug-in&#8230; is there another way I could retrieve these posts?</p> ]]></content:encoded> </item> <item><title>By: Luke</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-6095</link> <dc:creator>Luke</dc:creator> <pubDate>Tue, 15 Mar 2011 02:53:56 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-6095</guid> <description>http://wordpress.org/support/topic/26-install-caused-indexphp-to-read-silence-is-goldenAccidentally copied index.php file from the wp-content directory into root directory. Re-copied this code:...to my index.php file in the root directory and re-uploaded, and everything worked again.</description> <content:encoded><![CDATA[<p>http://wordpress.org/support/topic/26-install-caused-indexphp-to-read-silence-is-golden</p><p>Accidentally copied index.php file from the wp-content directory into root directory. Re-copied this code:</p><p>&#8230;to my index.php file in the root directory and re-uploaded, and everything worked again.</p> ]]></content:encoded> </item> <item><title>By: Ana</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-5969</link> <dc:creator>Ana</dc:creator> <pubDate>Mon, 24 Jan 2011 15:33:02 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-5969</guid> <description>Hi!Thank you for your help! The culprit was indeed the last blank line of wp-config.php. Who would know that ONE BLANK LINE would cause such a major headache?Thanks again.Ana</description> <content:encoded><![CDATA[<p>Hi!</p><p>Thank you for your help! The culprit was indeed the last blank line of wp-config.php. Who would know that ONE BLANK LINE would cause such a major headache?</p><p>Thanks again.</p><p>Ana</p> ]]></content:encoded> </item> <item><title>By: Emad</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-5912</link> <dc:creator>Emad</dc:creator> <pubDate>Sat, 08 Jan 2011 16:22:40 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-5912</guid> <description>Mine was the permissions :) </description> <content:encoded><![CDATA[<p>Mine was the permissions <img src='http://www.velvetblues.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Kendosrcboat</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-5889</link> <dc:creator>Kendosrcboat</dc:creator> <pubDate>Mon, 27 Dec 2010 17:06:57 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-5889</guid> <description>My site also disappears after i change the permalink option to custom : /%postname%/Then All the admin page disappears. Please help.</description> <content:encoded><![CDATA[<p>My site also disappears after i change the permalink option to custom : /%postname%/</p><p>Then All the admin page disappears. Please help.</p> ]]></content:encoded> </item> <item><title>By: sample letters</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-5875</link> <dc:creator>sample letters</dc:creator> <pubDate>Mon, 20 Dec 2010 13:59:19 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-5875</guid> <description>I was also very much worried about this problem. Thanks to you for clearing my this problem. </description> <content:encoded><![CDATA[<p>I was also very much worried about this problem. Thanks to you for clearing my this problem.</p> ]]></content:encoded> </item> <item><title>By: Malaysia travel</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-5865</link> <dc:creator>Malaysia travel</dc:creator> <pubDate>Sat, 18 Dec 2010 08:15:42 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-5865</guid> <description>This is what happened when I tried eStore wordpress theme, which is something that I couldn&#039;t figure out till now :/</description> <content:encoded><![CDATA[<p>This is what happened when I tried eStore wordpress theme, which is something that I couldn&#8217;t figure out till now :/</p> ]]></content:encoded> </item> <item><title>By: Letters</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-5814</link> <dc:creator>Letters</dc:creator> <pubDate>Thu, 02 Dec 2010 09:20:18 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-5814</guid> <description>I faced the same problem on my website few days back but solved it. I reinstalled the wordpress files. </description> <content:encoded><![CDATA[<p>I faced the same problem on my website few days back but solved it. I reinstalled the wordpress files.</p> ]]></content:encoded> </item> <item><title>By: Boris</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-5705</link> <dc:creator>Boris</dc:creator> <pubDate>Tue, 19 Oct 2010 15:24:31 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-5705</guid> <description>Hi, just to say thanks, I was in &#039;blank-screen panic&#039; until I came across this post. As you suggested I was missing a theme, my fault for using a &#039;clean install&#039; and forgetting. Five seconds to switch to the default theme and get the site back, then 30 seconds to ftp the old theme across. (Although I prefer the default theme, so I&#039;ll work on changing that and ditch my old theme) Thanks!</description> <content:encoded><![CDATA[<p>Hi, just to say thanks, I was in &#8216;blank-screen panic&#8217; until I came across this post. As you suggested I was missing a theme, my fault for using a &#8216;clean install&#8217; and forgetting. Five seconds to switch to the default theme and get the site back, then 30 seconds to ftp the old theme across. (Although I prefer the default theme, so I&#8217;ll work on changing that and ditch my old theme) Thanks!</p> ]]></content:encoded> </item> <item><title>By: rafaelromero</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-5178</link> <dc:creator>rafaelromero</dc:creator> <pubDate>Sat, 24 Apr 2010 10:13:39 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-5178</guid> <description>the changing themes back to the default helped me. Thx! </description> <content:encoded><![CDATA[<p>the changing themes back to the default helped me. Thx!</p> ]]></content:encoded> </item> <item><title>By: lea selley</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-5158</link> <dc:creator>lea selley</dc:creator> <pubDate>Fri, 16 Apr 2010 21:45:46 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-5158</guid> <description>thank you so much... it was totally step 1 - didn&#039;t have all the files moved over!  Thank you so much for this!!!</description> <content:encoded><![CDATA[<p>thank you so much&#8230; it was totally step 1 &#8211; didn&#8217;t have all the files moved over!  Thank you so much for this!!!</p> ]]></content:encoded> </item> <item><title>By: Lheyanne</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-5126</link> <dc:creator>Lheyanne</dc:creator> <pubDate>Mon, 22 Mar 2010 04:39:39 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-5126</guid> <description>I uploaded a broken theme and deleted it in my server.Now, my site is blank. How do I change the theme back to default if if wordpress is blank?Anyone? Help? Thanks.</description> <content:encoded><![CDATA[<p>I uploaded a broken theme and deleted it in my server.</p><p>Now, my site is blank. How do I change the theme back to default if if wordpress is blank?</p><p>Anyone? Help? Thanks.</p> ]]></content:encoded> </item> <item><title>By: elisa</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-5114</link> <dc:creator>elisa</dc:creator> <pubDate>Fri, 19 Mar 2010 19:36:04 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-5114</guid> <description>Hi, I&#039;m a starter and need help... Today I checked my site and couldn&#039;t find it. The homepage always shows just a picture, you can&#039;t click further. But if I type other pages like this one: http://www.elisabethida.com/show then it works (it shows the real page). Can anyone tell me what to do to fix this? Thanks a lot before!Greetz, e.</description> <content:encoded><![CDATA[<p>Hi, I&#8217;m a starter and need help&#8230;<br /> Today I checked my site and couldn&#8217;t find it. The homepage always shows just a picture, you can&#8217;t click further. But if I type other pages like this one: http://www.elisabethida.com/show<br /> then it works (it shows the real page).<br /> Can anyone tell me what to do to fix this?<br /> Thanks a lot before!</p><p>Greetz,<br /> e.</p> ]]></content:encoded> </item> <item><title>By: sample letters</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-5017</link> <dc:creator>sample letters</dc:creator> <pubDate>Thu, 11 Feb 2010 08:28:04 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-5017</guid> <description>I have this problem on my letters site,I can not add new themes or plugin directly, when ever I am doing it, its just goes blank.I tried all the points above, Its still the same.any suggestions?</description> <content:encoded><![CDATA[<p>I have this problem on my letters site,</p><p>I can not add new themes or plugin directly, when ever I am doing it, its just goes blank.</p><p>I tried all the points above, Its still the same.</p><p>any suggestions?</p> ]]></content:encoded> </item> <item><title>By: theCaller</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-4932</link> <dc:creator>theCaller</dc:creator> <pubDate>Mon, 11 Jan 2010 15:36:13 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-4932</guid> <description>well i did that (uploading .htaccess) but i don&#039;t find any html files as you told. I get blank/white for my post link (pages and others are still working).</description> <content:encoded><![CDATA[<p>well i did that (uploading .htaccess) but i don&#8217;t find any html files as you told. I get blank/white for my post link (pages and others are still working).</p> ]]></content:encoded> </item> <item><title>By: BrendanM</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-4677</link> <dc:creator>BrendanM</dc:creator> <pubDate>Sat, 17 Oct 2009 07:01:43 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-4677</guid> <description>Another possible error: If you&#039;re using .htaccess to modify your standard URLS into &quot;pretty urls&quot;, ie. www.site.com/index.php?p=4 to www.site.com/my-blog-post.html AND for whatever reason you actually have a physical &quot;my-blog-post.html&quot; in your site&#039;s root directory, your blog page will not load.Simply delete the .html files from your site&#039;s root directory that happen to match your dynamically generated &quot;pretty urls&quot;.This happened to me after I was copying and backing up files in a non-standard way.</description> <content:encoded><![CDATA[<p>Another possible error: If you&#8217;re using .htaccess to modify your standard URLS into &#8220;pretty urls&#8221;, ie. www.site.com/index.php?p=4 to www.site.com/my-blog-post.html AND for whatever reason you actually have a physical &#8220;my-blog-post.html&#8221; in your site&#8217;s root directory, your blog page will not load.</p><p>Simply delete the .html files from your site&#8217;s root directory that happen to match your dynamically generated &#8220;pretty urls&#8221;.</p><p>This happened to me after I was copying and backing up files in a non-standard way.</p> ]]></content:encoded> </item> <item><title>By: Theodore Bagwell</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-4490</link> <dc:creator>Theodore Bagwell</dc:creator> <pubDate>Mon, 10 Aug 2009 18:27:51 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-4490</guid> <description>I found that I had a habit of uploading index files and other files into my root wordpress directory instead of uploading into my Themes folder, as the files can look almost the same when looking at your directory structure. So re-uploading key wordpress files (excluding wp-config because I didnt want to lose my database info) and then re-uploading my theme files solved my problem quickly.</description> <content:encoded><![CDATA[<p>I found that I had a habit of uploading index files and other files into my root wordpress directory instead of uploading into my Themes folder, as the files can look almost the same when looking at your directory structure. So re-uploading key wordpress files (excluding wp-config because I didnt want to lose my database info) and then re-uploading my theme files solved my problem quickly.</p> ]]></content:encoded> </item> <item><title>By: subbu</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-4233</link> <dc:creator>subbu</dc:creator> <pubDate>Tue, 02 Jun 2009 14:10:02 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-4233</guid> <description>thanks for the tut. the theme was not uploaded and i had to reactivate the default theme for the changes to take effect.</description> <content:encoded><![CDATA[<p>thanks for the tut. the theme was not uploaded and i had to reactivate the default theme for the changes to take effect.</p> ]]></content:encoded> </item> <item><title>By: Mike Landis</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-1659</link> <dc:creator>Mike Landis</dc:creator> <pubDate>Tue, 23 Dec 2008 13:57:09 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-1659</guid> <description>It will be nice to see comments that aren&#039;t SPAM.  Thanks</description> <content:encoded><![CDATA[<p>It will be nice to see comments that aren&#8217;t SPAM.  Thanks</p> ]]></content:encoded> </item> <item><title>By: Velvet Blues</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-1655</link> <dc:creator>Velvet Blues</dc:creator> <pubDate>Tue, 23 Dec 2008 13:31:14 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-1655</guid> <description>Wow. We&#039;ll I am glad that it is working for you, but it has got to be frustrating knowing that you did a whole lot of research and troubleshooting only to find that the problem was much simpler to fix.Thanks for letting me know how you did it.By the way, you have an interesting blog. Now that I can freely browse it, I&#039;m quite intrigued. You&#039;ll definitely see me over there. :-)</description> <content:encoded><![CDATA[<p>Wow. We&#8217;ll I am glad that it is working for you, but it has got to be frustrating knowing that you did a whole lot of research and troubleshooting only to find that the problem was much simpler to fix.</p><p>Thanks for letting me know how you did it.</p><p>By the way, you have an interesting blog. Now that I can freely browse it, I&#8217;m quite intrigued. You&#8217;ll definitely see me over there. <img src='http://www.velvetblues.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Mike Landis</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-1634</link> <dc:creator>Mike Landis</dc:creator> <pubDate>Tue, 23 Dec 2008 05:36:32 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-1634</guid> <description>First I renamed [blog_root]index.php so wordpress couldn&#039;t find it and tried to get any permalink to load. Of course, everything was broken.  Then I put it back and retried.  After a very long wait (probably doing some sort of cache cleanup or refresh), I got the default content using its permalink.I also found that I could switch the default page around and get whatever was the new default from its permalink too.  The [blog_root] was still blank though.Then I tried reloading [blog_root] and it came right up (no waiting).  So, it appears to have been a browser caching issue.</description> <content:encoded><![CDATA[<p>First I renamed [blog_root]index.php so wordpress couldn&#8217;t find it and tried to get any permalink to load. Of course, everything was broken.  Then I put it back and retried.  After a very long wait (probably doing some sort of cache cleanup or refresh), I got the default content using its permalink.</p><p>I also found that I could switch the default page around and get whatever was the new default from its permalink too.  The [blog_root] was still blank though.</p><p>Then I tried reloading [blog_root] and it came right up (no waiting).  So, it appears to have been a browser caching issue.</p> ]]></content:encoded> </item> <item><title>By: Velvet Blues</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-1631</link> <dc:creator>Velvet Blues</dc:creator> <pubDate>Tue, 23 Dec 2008 04:54:25 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-1631</guid> <description>Mike, I see that your site is up... What solution did you use?</description> <content:encoded><![CDATA[<p>Mike, I see that your site is up&#8230; What solution did you use?</p> ]]></content:encoded> </item> <item><title>By: Mike Landis</title><link>http://www.velvetblues.com/web-development-blog/my-wordpress-blog-is-blank/#comment-1600</link> <dc:creator>Mike Landis</dc:creator> <pubDate>Mon, 22 Dec 2008 03:32:18 +0000</pubDate> <guid isPermaLink="false">http://www.velvetblues.com/?p=287#comment-1600</guid> <description>All themes behave identically, including the wordpress default theme.I reloaded the upgrade already.  No change.</description> <content:encoded><![CDATA[<p>All themes behave identically, including the wordpress default theme.</p><p>I reloaded the upgrade already.  No change.</p> ]]></content:encoded> </item> </channel> </rss>
