<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pressed Words &#187; Version 2.3.2</title>
	<atom:link href="http://pressedwords.com/tag/version-232/feed/" rel="self" type="application/rss+xml" />
	<link>http://pressedwords.com</link>
	<description>News and commentary about all things WordPress</description>
	<lastBuildDate>Thu, 11 Jun 2009 03:54:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1</generator>
	<item>
		<title>WordPress 2.3.2: What&#8217;s New</title>
		<link>http://pressedwords.com/wordpress-232-whats-new/</link>
		<comments>http://pressedwords.com/wordpress-232-whats-new/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 01:56:50 +0000</pubDate>
		<dc:creator><![CDATA[Austin Matzko]]></dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Version 2.3.2]]></category>

		<guid isPermaLink="false">http://pressedwords.com/wordpress-232-whats-new/</guid>
		<description><![CDATA[Bug fix Yesterday WordPress version 2.3.2 was released, chiefly to fix a bug that allowed any visitor to your site to view any posts set to be published in the future (a request like http://pressedwords.com/?x=wp-admin/&#038;paged=1 would do it). Suppress Error Messages More generally, WordPress now suppresses most database error messages. That&#8217;s great for a production [&#8230;]]]></description>
				<content:encoded><![CDATA[<h2>Bug fix</h2>
<p>Yesterday <a href="http://wordpress.org/development/2007/12/wordpress-232/">WordPress version 2.3.2 was released</a>, chiefly to fix <a href="http://trac.wordpress.org/ticket/5487">a bug that allowed any visitor to your site to view any posts set to be published in the future</a> (a request like <code>http://pressedwords.com/?x=wp-admin/&#038;paged=1</code> would do it).</p>
<h2>Suppress Error Messages</h2>
<p>More generally, <a href="http://trac.wordpress.org/ticket/5473">WordPress now suppresses most database error messages</a>.  That&#8217;s great for a production site, where you don&#8217;t want the public to see the kind of things that can be exposed in a MySQL error message.  However, if you&#8217;re working on a development site, you might want to see those error messages.  In that case, just put the following line in your development site&#8217;s <code>wp-config.php</code> file:</p>
<p><code>define('WP_DEBUG', true);</code></p>
<h2>Custom Database Error Page</h2>
<p><img src='http://pressedwords.com/blog/uploads/2007/12/screenshot-database-error-mozilla-firefox.jpg' alt='Screenshot of Pressed Words's custom database error page' /></p>
<p>2.3.2 includes a new feature: you can have a custom database error message page. Hopefully many sites will take advantage of this, so when they get <a href="http://en.wikipedia.org/wiki/Slashdot_effect">slashdotted or dugg</a> and their database servers go down, their visitors won&#8217;t blame WordPress (the default error page features the WordPress logo prominently). </p>
<p>It took me about 2 minutes to create my custom error page, which you can see above, by following these steps:</p>
<h3>Creating a Custom WordPress Database Error Page</h3>
<ol>
<li>Save the HTML from one of your posts, perhaps by viewing the source of the page in your browser and saving it. Or you can use <a href="http://en.wikipedia.org/wiki/Wget"><code>wget</code></a>.</li>
<li>Edit the saved file to remove extra stuff such as links to previous and next posts, the sidebar, and the comments section.</li>
<li>Put the following code where your post&#8217;s content would normally go:<br />
                                 <code>&lt;?php global $wpdb; if ( ! empty($wpdb->error) ) echo $wpdb->error; ?&gt;</code>
</li>
<li>Rename the file to <code>db-error.php</code>.</li>
<li>Upload <code>db-error.php</code> to the <code>/wp-content/</code> directory.</li>
</ol>
<h2>Upgrading</h2>
<p><a href="http://codex.wordpress.org/Upgrading_WordPress">Upgrading WordPress</a> from version 2.3.1 should be painless, as there were no changes to the database structure.  Download the latest version of WordPress <a href="http://wordpress.org/download/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://pressedwords.com/wordpress-232-whats-new/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching using memcached
Object Caching 191/257 objects using memcached

 Served from: pressedwords.com @ 2026-04-17 03:13:59 by W3 Total Cache -->