﻿<?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>NG Life &#187; Blog Info</title>
	<atom:link href="http://www.gary711.net/archives/category/blog-info/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gary711.net</link>
	<description>N is for Nature, G is for Gary</description>
	<lastBuildDate>Fri, 03 Sep 2010 08:02:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>解決WordPress中 &quot; 變成 」的問題</title>
		<link>http://www.gary711.net/archives/72</link>
		<comments>http://www.gary711.net/archives/72#comments</comments>
		<pubDate>Mon, 28 Apr 2008 14:15:41 +0000</pubDate>
		<dc:creator>gary711</dc:creator>
				<category><![CDATA[Blog Info]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://140.120.13.13/~supergary/wp/?p=72</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>在Wordpress中有個很煩人的問題，就是當你打 " 這個符號時，wp會自己幫你變成 」這個符號。</p>
<p>有兩個解決方法</p>
<p>1. 安裝Quotmarks Replacer這個外掛，先到<a href="http://sparanoid.com/taxonomy/blog/wordpress/quotmarks-replacer/" target="_blank">這裡</a>下載plugin後，將解壓縮出來的檔案上傳到/wp-content/plugins/，再到後台將plugin啟用就可以了。</p>
<p>2. 開啟/wp-includes/default-filters.php 這個檔案，將所有使用wptexturize這個function的filter都註解掉。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gary711.net/archives/72/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fatal error: Allowed memory size of....</title>
		<link>http://www.gary711.net/archives/40</link>
		<comments>http://www.gary711.net/archives/40#comments</comments>
		<pubDate>Mon, 31 Mar 2008 17:12:24 +0000</pubDate>
		<dc:creator>gary711</dc:creator>
				<category><![CDATA[Blog Info]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://140.120.13.11/~supergary/wp/?p=40</guid>
		<description><![CDATA[昨天在安裝 WordPress 2.5 時出現了以下的錯誤訊息，Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 19604 bytes) in /public_html/******/template.php on line 376。錯誤訊息的意思是php的memory limit太小了，而我在網路上找到了三種解決方法。 1. 修改 php.ini 中的 memory_limit=8M 這個數值，改為12M或更大一些。 (我沒有權限，所以沒有試這個方法) 2. 將ini_set("memory_limit","12M");加入出現錯誤訊息的php檔案 (我試了，但是一樣出現錯誤訊息) 3. 在 .htaccess 檔案中加上 php_value memory_limit 12M (我就是用這個方法解決問題的)]]></description>
			<content:encoded><![CDATA[<p>昨天在安裝 WordPress 2.5 時出現了以下的錯誤訊息，Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 19604 bytes) in /public_html/******/template.php on line 376。錯誤訊息的意思是php的memory limit太小了，而我在網路上找到了三種解決方法。</p>
<p>1. 修改 php.ini 中的 <code>memory_limit=8M</code> 這個數值，改為12M或更大一些。<br />
(我沒有權限，所以沒有試這個方法)</p>
<p>2. 將<code>ini_set("memory_limit","12M");</code>加入出現錯誤訊息的php檔案<br />
(我試了，但是一樣出現錯誤訊息)</p>
<p>3. 在 .htaccess 檔案中加上 <code>php_value memory_limit 12M</code><br />
(我就是用這個方法解決問題的)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gary711.net/archives/40/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
