<?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>T2+Log &#187; アップデート</title>
	<atom:link href="http://www.teatwo.com/wp/archives/tag/%e3%82%a2%e3%83%83%e3%83%97%e3%83%87%e3%83%bc%e3%83%88/feed" rel="self" type="application/rss+xml" />
	<link>http://www.teatwo.com/wp</link>
	<description>備忘ログ</description>
	<lastBuildDate>Sat, 19 Feb 2011 14:33:33 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Forum3D-SMFアップデートメモ(2009-03-04)</title>
		<link>http://www.teatwo.com/wp/archives/234</link>
		<comments>http://www.teatwo.com/wp/archives/234#comments</comments>
		<pubDate>Wed, 04 Mar 2009 11:17:16 +0000</pubDate>
		<dc:creator>T2</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Forum3D]]></category>
		<category><![CDATA[SMF]]></category>
		<category><![CDATA[アップデート]]></category>

		<guid isPermaLink="false">http://www.teatwo.com/wp/?p=234</guid>
		<description><![CDATA[Forum3Dで使用しているSMFを1.1.7から1.1.8にアップデートした際の作業メモ。 （１）アップデータ(smf_1-1-8_upgrade.zip)をダウンロードして展開。 （２）フォーラムのデータ（FTP)お [...]]]></description>
			<content:encoded><![CDATA[<p>Forum3Dで使用しているSMFを1.1.7から1.1.8にアップデートした際の作業メモ。</p>
<p>（１）アップデータ(smf_1-1-8_upgrade.zip)を<a href="http://download.simplemachines.org/">ダウンロード</a>して展開。<br />
（２）フォーラムのデータ（FTP)および（管理メニューから）データベースをバックアップ。<br />
（３）インストール済みの拡張を以下の順でアンインストール。</p>
<li>Auto Embed Video/Audio Clips<br />
Hide Wo&#8217;s Online<br />
Tagging System<br />
Ad Management<br />
Tiny Portal
</li>
<p>（４）アップデータファイルをアップロード（上書き）<br />
（５）/upgrade.phpを実行（注）<br />
（６）拡張を以下の順でインストール</p>
<li>TinyPortal<br />
Ad Management<br />
Tagging System<br />
Hide Who&#8217;s Online<br />
Auto Embed Video/Audio Clips
</li>
<p>（注）CORESERVERの場合アップグレード実行中に以下のSQLエラーが出るので、</p>
<blockquote><p>Upgrading&#8230;<br />
Updating Settings.php&#8230; Successful.<br />
Updating and creating indexes&#8230;<br />
    Updating indexes on &#8220;messages&#8221;&#8230; done.<br />
    Updating table indexes&#8230; done.<br />
    Reordering boards and categories&#8230; done.<br />
    Updating indexes and data on &#8220;smileys&#8221;&#8230; Unsuccessful!<br />
This query:</p>
<p>    ALTER TABLE smf_smileys<br />
    ORDER BY LENGTH(code) DESC;</p>
<p>Caused the error:</p>
<p>    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8216;LENGTH(code) DESC&#8217; at line 2</p></blockquote>
<p><a href="http://docs.simplemachines.org/index.php?topic=1079">こちら</a>の記事に従ってupgrade_1-1.sqlを修正する。<br />
<code>ALTER TABLE {$db_prefix}smileys<br />
ORDER BY LENGTH(code) DESC;</code><br />
を次のように書き換える。<br />
<code>ALTER TABLE {$db_prefix}smileys<br />
ORDER BY code DESC;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.teatwo.com/wp/archives/234/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
