<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TNF : Tatter Network Foundation forum - 1.7 업그레이드 후 플러그인 문제]]></title>
		<link>http://forum.tattersite.com/ko/viewtopic.php?id=5836</link>
		<description><![CDATA[1.7 업그레이드 후 플러그인 문제 의 최근 RSS 글들.]]></description>
		<lastBuildDate>Sun, 22 Jun 2008 12:19:41 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[RSS 답글: 1.7 업그레이드 후 플러그인 문제]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=28435#p28435</link>
			<description><![CDATA[<p>공지사항 처럼 위로 올릴 경우 플러그인 환경설정 저장이 안되는 경우가 발생합니다. 간혹....</p>]]></description>
			<author><![CDATA[null@example.com (jparker)]]></author>
			<pubDate>Sun, 22 Jun 2008 12:19:41 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=28435#p28435</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 1.7 업그레이드 후 플러그인 문제]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=28328#p28328</link>
			<description><![CDATA[<p><a href="http://forum.tattersite.com/ko/viewtopic.php?id=5901">http://forum.tattersite.com/ko/viewtopic.php?id=5901</a> 에서도 언급되고 있습니다.</p><p>공지사항에 떳습니다.<br /><a href="http://notice.textcube.org/ko/130">http://notice.textcube.org/ko/130</a></p>]]></description>
			<author><![CDATA[null@example.com (bellblog)]]></author>
			<pubDate>Thu, 19 Jun 2008 14:11:09 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=28328#p28328</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 1.7 업그레이드 후 플러그인 문제]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=28315#p28315</link>
			<description><![CDATA[<p>원인을 알아낸것 같습니다.</p><p>1.7 과 1.71 에서 RewriteRule 이 변경되었는데, 1.7에서는 정상적으로 나오고 1.71에서는 나오지 않는 점에 착안하여 살펴본 결과...</p><p>RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]</p><p>이 부분이 문제인것 같습니다.</p><p>1.71 처럼 아래쪽으로 내리면 그래프가 출력이 안되고, 1.7처럼 위로 올리면 출력됩니다.</p><br /><p>1.7 버전<br />#&lt;IfModule mod_url.c&gt;<br />#CheckURL Off<br />#&lt;/IfModule&gt;<br />#SetEnv PRELOAD_CONFIG 1<br />RewriteEngine On<br />RewriteBase /<br />RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]<br />RewriteCond %{REQUEST_FILENAME} -d<br />RewriteRule ^(.+[^/])$ $1/ [L]<br />RewriteCond %{REQUEST_FILENAME} !-f<br />RewriteRule ^(.*)$ rewrite.php [L,QSA]</p><p>1.71 버전<br />#&lt;IfModule mod_url.c&gt;<br />#CheckURL Off<br />#&lt;/IfModule&gt;<br />#SetEnv PRELOAD_CONFIG 1<br />RewriteEngine On<br />RewriteBase /<br />RewriteCond %{REQUEST_FILENAME} -f<br />RewriteRule ^(cache)+/+(.+[^/])\.(cache|xml|txt|log)$ - [NC,F,L]<br />RewriteCond %{REQUEST_FILENAME} -d<br />RewriteRule ^(.+[^/])$ $1/ [L]<br />RewriteCond %{REQUEST_FILENAME} !-f<br />RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]<br />RewriteRule ^(.*)$ rewrite.php [L,QSA]</p>]]></description>
			<author><![CDATA[null@example.com (KAi)]]></author>
			<pubDate>Thu, 19 Jun 2008 10:22:10 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=28315#p28315</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 1.7 업그레이드 후 플러그인 문제]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=28191#p28191</link>
			<description><![CDATA[<p>감사합니다. ^^ 꾸벅~</p>]]></description>
			<author><![CDATA[null@example.com (buriburi)]]></author>
			<pubDate>Mon, 16 Jun 2008 14:22:01 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=28191#p28191</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 1.7 업그레이드 후 플러그인 문제]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=28187#p28187</link>
			<description><![CDATA[<div class="quotebox"><cite>buriburi 작성:</cite><blockquote><p>1.6버전에서 1.7버전으로 업그레이드 했을 때의 .htaccess 의 내용으로 교체하면 정상적으로 잘 돌아가네요~ ^^;</p><p>제가 별것도 아닌거 가지고 유난을 떨었나 봅니다.</p><p>또 시험해보실꺼 있으시면 말씀해 주세요~.</p><p>감사합니다. ^^</p></blockquote></div><p>그것이... 1.7용의 .htaccess 를 사용하셔야 합니다;</p><p>1.6의 .htaccess는 1.7에서 새로 도입된 플러그인들과 함께 보안상 문제를 만들어 낼 수가 있거든요.</p><p>왜 안돌아가는지는 생각을 해보겠습니다. StatGraph 플러그인이 1.7과 호환이 안되는 문제라고 보시면 되겠습니다. 잠시 StatGraph 플러그인을 꺼주시고, 1.7용의 .htaccess로 교체를 해 주세요~</p>]]></description>
			<author><![CDATA[null@example.com (inureyes)]]></author>
			<pubDate>Mon, 16 Jun 2008 13:35:08 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=28187#p28187</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 1.7 업그레이드 후 플러그인 문제]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=28174#p28174</link>
			<description><![CDATA[<p>1.6버전에서 1.7버전으로 업그레이드 했을 때의 .htaccess 의 내용으로 교체하면 정상적으로 잘 돌아가네요~ ^^;</p><p>제가 별것도 아닌거 가지고 유난을 떨었나 봅니다.</p><p>또 시험해보실꺼 있으시면 말씀해 주세요~.</p><p>감사합니다. ^^</p>]]></description>
			<author><![CDATA[null@example.com (buriburi)]]></author>
			<pubDate>Mon, 16 Jun 2008 09:50:35 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=28174#p28174</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 1.7 업그레이드 후 플러그인 문제]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=28166#p28166</link>
			<description><![CDATA[<p>혹시 1.7을 그냥 까신 후에 1.6의 .htaccess 내용으로 교체하면 정상적으로 돌아가나요?^^</p>]]></description>
			<author><![CDATA[null@example.com (inureyes)]]></author>
			<pubDate>Mon, 16 Jun 2008 08:46:13 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=28166#p28166</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 1.7 업그레이드 후 플러그인 문제]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=28127#p28127</link>
			<description><![CDATA[<p>.htaccess 를 적어 볼께요.</p><p>1.6.3 에서 1.7로 업그레이드 시 .htaccess :<br />#&lt;IfModule mod_url.c&gt;<br />#CheckURL Off<br />#&lt;/IfModule&gt;<br />#SetEnv PRELOAD_CONFIG 1<br />RewriteEngine On<br />RewriteBase /<br />RewriteCond %{REQUEST_FILENAME} -d<br />RewriteRule ^(.+[^/])$ $1/ [L]<br />RewriteCond %{REQUEST_FILENAME} !-f<br />RewriteRule ^(.*)$ rewrite.php [L,QSA]</p><p>1.7버전을 처음으로 설치하였을 때의 .htaccess :<br />#&lt;IfModule mod_url.c&gt;<br />#CheckURL Off<br />#&lt;/IfModule&gt;<br />#SetEnv PRELOAD_CONFIG 1<br />RewriteEngine On<br />RewriteBase /<br />RewriteCond %{REQUEST_FILENAME} -f<br />RewriteRule ^(cache)+/+(.+[^/])\.(cache|xml|txt|log)$ - [NC,F,L]<br />RewriteCond %{REQUEST_FILENAME} -d<br />RewriteRule ^(.+[^/])$ $1/ [L]<br />RewriteCond %{REQUEST_FILENAME} !-f<br />RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]<br />RewriteRule ^(.*)$ rewrite.php [L,QSA]</p><br /><p>제가 이 분은 볼 줄을 몰라서 이렇게 올립니다.</p><p>확인해주세요. ^^ </p><p>감사합니다.</p>]]></description>
			<author><![CDATA[null@example.com (buriburi)]]></author>
			<pubDate>Sun, 15 Jun 2008 12:09:52 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=28127#p28127</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 1.7 업그레이드 후 플러그인 문제]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=28114#p28114</link>
			<description><![CDATA[<p>혹시 되는 경우와 안되는 경우의 .htaccess가 차이가 있는지 봐 주실 수 있을까요? ^^</p><p>1.6에서 1.7로 업그레이드를 할 때 변하는 부분 중 자동처리를 하지 않고 사용자에게 맡기는 부분이 .htaccess를 수정하는 부분입니다. <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (inureyes)]]></author>
			<pubDate>Sun, 15 Jun 2008 07:46:03 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=28114#p28114</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 1.7 업그레이드 후 플러그인 문제]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=28079#p28079</link>
			<description><![CDATA[<p>제가 여러가지 가설을 가지고 계정을 초기화 하면서 다시 깔아봤습니다.</p><p>1. 다른 호스팅 업체에서 1.7버전 깔고 확인<br />&nbsp; &nbsp;=&gt; 플러그인에 엑스박스 나옴(호스팅 문제는 아닌 듯).</p><p>2. 계정초기화 후 1.7버전에서 확인하면서 다른 스킨에서도 작동되는지 여부<br />&nbsp; &nbsp;=&gt; 플러그인에 엑스박스 나옴(스킨문제는 아닌 듯).</p><p>3. &lt;s_t3&gt;&lt;/s_t3&gt; 가 1.7버전에서 없어도 되기 때문에 이로 인하여 플러그인이 작동되지 않는 것이 아닌가<br />&nbsp; &nbsp;=&gt; &lt;s_t3&gt;&lt;/s_t3&gt; 구문을 넣어도 플러그인 엑스박스 나옴.</p><p>3. 계정초기화 후 1.6.3 버전에서 플러그인 작동여부 확인<br />&nbsp; &nbsp;=&gt; 플러그인 정상적으로 보임.</p><p>4. 계정초기화 후 1.6.3 버전에서 1.7 버전으로 업그레이드하고 플러그인 작동여부 확인<br />&nbsp; &nbsp;=&gt; 플러그인 정상적으로 보임.</p><p>5. 계정초기화 후 1.7 버전에서 플러그인 작동여부 확인<br />&nbsp; &nbsp;=&gt; 플러그인 엑스박스 나옴</p><p>[결론] 처음에 1.7버전으로 깔면 &#039;그래픽카운터모듈이([##_StatisticsGraph_##])&#039; 플러그인이 엑스박스로 나옵니다. 1.6.3 버전(물론 이전버전에서도 되겠죠)에서 1.7버전으로 업그레이드 하면 정상적으로 플러그인이 동작합니다. 아무래도 1.7버전에서 다른 무언가가 빠진듯 하네요. 제가 업그레이드를 할 때 백업을 하고 호스팅을 초기화 시키고 다시 새버전을 올리면서 새로 세팅을 하기 때문에 벌어지는 오류인가 봅니다.</p><p>위 작업을 통해 일단은 해결되었네요. ^^;;</p><p>1.7버전 확인 부탁드릴께요~.</p><p>감사합니다. ^^ 꾸벅~</p>]]></description>
			<author><![CDATA[null@example.com (buriburi)]]></author>
			<pubDate>Sat, 14 Jun 2008 11:16:09 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=28079#p28079</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 1.7 업그레이드 후 플러그인 문제]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=28076#p28076</link>
			<description><![CDATA[<p>그래프가 나와야 할 경로가 <a href="http://buri.kr/plugins/StatGraph/count/count.php?blogid=1">http://buri.kr/plugins/StatGraph/count/ … p?blogid=1</a> 입니다.</p><p>그러나? 웹 페이지를 찾을 수가 없다네요.</p><p>물론 관리자 StatGraph 플러그인에서 활성화 되어있는지? 일단 체크해 보아야 하고...</p><p>아님 소스? 스킨 Buri 의 문제일 수도 있습니다.</p><p>본인 :<br />&lt;div id=&quot;counter&quot; class=&quot;module&quot;&gt;<br />&nbsp; &nbsp; &lt;h3&gt;Site Stats&lt;/h3&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;dl&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;dt&gt;Total hits:&lt;/dt&gt;123444<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/dl&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;div style=&quot;overflow:hidden; width:100%; text-align:center&quot; &gt;&lt;img src=&quot;/plugins/StatGraph/count/count.php?blogid=1&quot; alt=&quot;Statistics Graph&quot; title=&quot;Blog Visitors&quot; /&gt;&lt;/div&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; <br />귀하 :</p><p>&nbsp; &nbsp; &lt;div class=&quot;StatGraph&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;h3 onclick=&quot;clickshow(8)&quot;&gt;방문자 통계&lt;/h3&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;side_list&quot; id=&quot;block8&quot; style=&quot;display:none;&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;ul&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li class=&quot;total&quot;&gt;전체 방문자수 : 61&lt;/li&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li class=&quot;Graph&quot;&gt;&lt;div style=&quot;overflow:hidden; width:100%; text-align:center&quot; &gt;&lt;img src=&quot;/plugins/StatGraph/count/count.php?blogid=1&quot; alt=&quot;Statistics Graph&quot; title=&quot;Blog Visitors&quot; /&gt;&lt;/div&gt;&lt;/li&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/div&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/div&gt;</p>]]></description>
			<author><![CDATA[null@example.com (bellblog)]]></author>
			<pubDate>Sat, 14 Jun 2008 08:27:08 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=28076#p28076</guid>
		</item>
		<item>
			<title><![CDATA[1.7 업그레이드 후 플러그인 문제]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=28044#p28044</link>
			<description><![CDATA[<p>텍스트 큐브 1.7버전으로 업그레이드를 한 후 플러그인 &#039;그래픽카운터모듈이([##_StatisticsGraph_##])&#039; 안나옵니다.</p><p>확인 부탁드립니다.</p><p>감사합니다. 꾸벅~ ^^</p>]]></description>
			<author><![CDATA[null@example.com (buriburi)]]></author>
			<pubDate>Fri, 13 Jun 2008 12:17:46 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=28044#p28044</guid>
		</item>
	</channel>
</rss>
