<?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>jmaCHANNEL &#187; wordpress</title>
	<atom:link href="http://www.jmachannel.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jmachannel.com</link>
	<description>when music and animation are harmonized</description>
	<lastBuildDate>Sat, 24 Jul 2010 02:10:16 +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 3.0</title>
		<link>http://www.jmachannel.com/%e0%b8%9b%e0%b8%b1%e0%b8%8d%e0%b8%ab%e0%b8%b2%e0%b8%82%e0%b8%ad%e0%b8%87-wordpress-3-0/</link>
		<comments>http://www.jmachannel.com/%e0%b8%9b%e0%b8%b1%e0%b8%8d%e0%b8%ab%e0%b8%b2%e0%b8%82%e0%b8%ad%e0%b8%87-wordpress-3-0/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 13:10:42 +0000</pubDate>
		<dc:creator>joe aphiboon</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[fatal error]]></category>
		<category><![CDATA[taxonomies]]></category>

		<guid isPermaLink="false">http://www.jmachannel.com/?p=23</guid>
		<description><![CDATA[ใครที่ upgrade ไปใช้ wordpress 3.0 แล้วบังเอิญลง plugin ที่ชื่อว่า podcast อาจจะเจอปัญหาไม่สามารถเปิดblogขั้นมาได้โดยจะเจอ error ว่า &#8221; Fatal error: Call to a member function add_rewrite_tag() on a non-object in (editedout by me )&#8230;/taxonomy.php on line 289&#8243; ก้อไม่ต้องตกใจ และไม่ต้องไปแก้ไขไฟล์ taxonomy.php บรรทัดที่ 289 ดังกล่าว วีิธแก้ไข ทำได้ดังนี้ 1. ให้ใช้ ftp client เข้าไปที่โฟล์เดอร์ wp-content/plugins 2. ให้ move หรือ download โฟล์เดอร์ podcasting มาไว้ที่เครื่องเรา 3. ]]></description>
			<content:encoded><![CDATA[<p>ใครที่ upgrade ไปใช้ wordpress 3.0 แล้วบังเอิญลง plugin ที่ชื่อว่า podcast อาจจะเจอปัญหาไม่สามารถเปิดblogขั้นมาได้โดยจะเจอ error ว่า &#8221; Fatal error: Call to a member function add_rewrite_tag() on a non-object in (editedout by me )&#8230;/taxonomy.php on line 289&#8243; ก้อไม่ต้องตกใจ และไม่ต้องไปแก้ไขไฟล์ taxonomy.php บรรทัดที่ 289 ดังกล่าว</p>
<p>วีิธแก้ไข ทำได้ดังนี้</p>
<p>1. ให้ใช้ ftp client เข้าไปที่โฟล์เดอร์ wp-content/plugins</p>
<p>2. ให้ move หรือ download โฟล์เดอร์ podcasting มาไว้ที่เครื่องเรา</p>
<p>3. ให้เข้าเวบตามปกติ</p>
<p>4. ให้ login เข้า wordpress แล้วไปที่หัวข้อ plugin</p>
<p>5. จะเห็นว่ามีแถบเตือนสีแดงด้านบนว่า plugin ที่ชื่อว่า podcasting นั้นหายไป</p>
<p>6. ให้ move หรือ upload โฟล์เดอร์ podcasting กับไปไว้ที่เดิมบน server</p>
<p>แต่ถ้าอยากแก้ให้หายถาวร ให้แก้ไฟล์ที่ server ในโฟล์เดอร์ /plugins/podcasting/podcasting.phpในบรรทัดที่ 15</p>
<p>ตรง</p>
<pre><code>register_taxonomy('podcast_format', 'custom_field');</code></pre>
<pre><code>ให้เพิ่มเป้น</code></pre>
<pre><code>
<pre><code>function build_taxonomies() {
	register_taxonomy('podcast_format', 'custom_field');
  }
  add_action( 'init', 'build_taxonomies', 0 );</code></pre>
<pre><code>แล้วกลับไป activate plugin นี้อีกที ก็เป็นอันเรียบร้อยจ้าาา</code></pre>
<p></code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.jmachannel.com/%e0%b8%9b%e0%b8%b1%e0%b8%8d%e0%b8%ab%e0%b8%b2%e0%b8%82%e0%b8%ad%e0%b8%87-wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
