<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 1.1.2.2, 분류 항목에서 게시물이 2개로 중복되서 출력]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=3075&amp;type=atom"/>
	<updated>2007-04-09T16:46:07Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=3075</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 1.1.2.2, 분류 항목에서 게시물이 2개로 중복되서 출력]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=17673#p17673"/>
			<content type="html"><![CDATA[<p><a href="http://dev.tattertools.com/ticket/363">363</a>번 티켓으로 등록하여 버그 수정후 수정 내용을 공지하였습니다. 떠끄니님 감사합니다. <img src="http://forum.tattersite.com/ko/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2007-04-09T16:46:07Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=17673#p17673</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 1.1.2.2, 분류 항목에서 게시물이 2개로 중복되서 출력]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=17672#p17672"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>떠끄니 작성:</cite><blockquote><p>설치경로/blog/category/index.php&nbsp; <br />getEntriesWithPagingByCategory 함수내의 쿼리를 수정해야 합니다.<br />쿼리 세번째 줄 AND 조건을 넣어주시면 정상적으로 동작하네요.<br />버그 리포팅도 안되어 있어서 한참을 헤맸습니다.</p><p>$sql=&quot;SELECT e.*, c.label AS categoryLabel <br />&nbsp; &nbsp; &nbsp; &nbsp; FROM {$database[&#039;prefix&#039;]}Entries AS e<br />&nbsp; &nbsp; &nbsp; &nbsp; LEFT JOIN {$database[&#039;prefix&#039;]}Categories c ON e.category = c.id&nbsp; AND e.owner = c.owner<br />&nbsp; &nbsp; &nbsp; &nbsp; WHERE e.owner = $owner AND e.draft = 0 $visibility $cond <br />&nbsp; &nbsp; &nbsp; &nbsp; ORDER BY e.published DESC&quot;;</p></blockquote></div><p>감사합니다 <img src="http://forum.tattersite.com/ko/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2007-04-09T16:24:35Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=17672#p17672</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 1.1.2.2, 분류 항목에서 게시물이 2개로 중복되서 출력]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=17667#p17667"/>
			<content type="html"><![CDATA[<p>설치경로/blog/category/index.php&nbsp; <br />getEntriesWithPagingByCategory 함수내의 쿼리를 수정해야 합니다.<br />쿼리 세번째 줄 AND 조건을 넣어주시면 정상적으로 동작하네요.<br />버그 리포팅도 안되어 있어서 한참을 헤맸습니다.</p><p>$sql=&quot;SELECT e.*, c.label AS categoryLabel <br />&nbsp; &nbsp; &nbsp; &nbsp; FROM {$database[&#039;prefix&#039;]}Entries AS e<br />&nbsp; &nbsp; &nbsp; &nbsp; LEFT JOIN {$database[&#039;prefix&#039;]}Categories c ON e.category = c.id&nbsp; AND e.owner = c.owner<br />&nbsp; &nbsp; &nbsp; &nbsp; WHERE e.owner = $owner AND e.draft = 0 $visibility $cond <br />&nbsp; &nbsp; &nbsp; &nbsp; ORDER BY e.published DESC&quot;;</p>]]></content>
			<author>
				<name><![CDATA[떠끄니]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1296</uri>
			</author>
			<updated>2007-04-09T11:14:28Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=17667#p17667</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 1.1.2.2, 분류 항목에서 게시물이 2개로 중복되서 출력]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=17639#p17639"/>
			<content type="html"><![CDATA[<p><a href="http://netspheres.org/tt/fow/category/note">http://netspheres.org/tt/fow/category/note</a><br />들어가서 중복되고 있는 각 아티클의 항목을 보시면 하나난 &#039;note/insght&#039;인데 하나는 &#039;scraps&#039; 이런식으로 &#039;stsorytelling&#039;이라든가가 표시되고 있습니다. 이것은 이 사용자가 아닌 다른 사용자의 카테고리입니다. 요컨데 다른 사용자의 카테고리를 자기 카테고리인 마냥 같이 대입해서 출력하고 있다는 거죠. 그래서 중복현상이 일어나는것 같습니다. 원인은.. 역시 모르겠군요.<br />그리고 문제는 전부터 있어 왔는데 이제서야 알게 된것 같습니다. 버전 업데이트에 따른 문제가 아닌거죠 아니면 다른 이유로 최근에 생겼던가;;<br />계정을 싹 비워도 카테고리 겹치기는 게속 일어나네요.</p>]]></content>
			<author>
				<name><![CDATA[glradios]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=484</uri>
			</author>
			<updated>2007-04-07T02:29:06Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=17639#p17639</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 1.1.2.2, 분류 항목에서 게시물이 2개로 중복되서 출력]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=17577#p17577"/>
			<content type="html"><![CDATA[<p><a href="http://dev.tattertools.com/browser/releases">http://dev.tattertools.com/browser/releases</a> 에 가보시면 버전별로 확인하실 수 있습니다. <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>참고로 저는 잘 되기 때문에 버그 트레이싱을 할 수가 없었다는...</p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2007-04-03T17:11:32Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=17577#p17577</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 1.1.2.2, 분류 항목에서 게시물이 2개로 중복되서 출력]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=17575#p17575"/>
			<content type="html"><![CDATA[<p>무언가 DB를 읽는 방식이 소스가 다르니까 이런 현상이 일어나는거겠죠? &#039;_&#039;<br />저 혼자라도 확인해볼게요. 이런 버전별의 소스 차이점을 확인하려는데... dev.tattertools.com 에는 2.1까지 밖에 없네요?</p>]]></content>
			<author>
				<name><![CDATA[glradios]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=484</uri>
			</author>
			<updated>2007-04-03T10:54:29Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=17575#p17575</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 1.1.2.2, 분류 항목에서 게시물이 2개로 중복되서 출력]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=17570#p17570"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>glradios 작성:</cite><blockquote><p>이 문제의 DB를 Tistory에 복구시키면 Tistory에서는 아무 문제없이 잘 작동합니다. Tistory에서 다시 백업해 시험해 보겠습니다…….</p></blockquote></div><p>Tistory에서 DB를 백업해서 다시 TT에 붙여 넣으면 다시 또 카테고리 중복 현상이 생깁니다.</p><p>같은 DB지만 서로 다른 결과가 나옵니다.<br /><a href="http://fofwisdom.tistory.com/category/">http://fofwisdom.tistory.com/category/</a><br /><a href="http://netspheres.org/tt/fow/category/">http://netspheres.org/tt/fow/category/</a></p><p>피해자의 DB를 올리겠습니다.</p><p>추가로, 말씀을 안드렸는데, 다른 사용자의 DB는 다 정상인것 같습니다. 이 사용자의 DB만 설치하면 블로그의 전체 카테고리가 영향을 받아 중복 표시를 하게 됩니다.</p>]]></content>
			<author>
				<name><![CDATA[glradios]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=484</uri>
			</author>
			<updated>2007-04-03T00:12:15Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=17570#p17570</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 1.1.2.2, 분류 항목에서 게시물이 2개로 중복되서 출력]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=17567#p17567"/>
			<content type="html"><![CDATA[<p>이 문제의 DB를 Tistory에 복구시키면 Tistory에서는 아무 문제없이 잘 작동합니다. Tistory에서 다시 백업해 시험해 보겠습니다…….<br />제 사이트가 트래픽이 초과되어 확인하려면 5시가 지나야 하네요.</p>]]></content>
			<author>
				<name><![CDATA[glradios]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=484</uri>
			</author>
			<updated>2007-04-02T15:22:31Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=17567#p17567</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 1.1.2.2, 분류 항목에서 게시물이 2개로 중복되서 출력]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=17560#p17560"/>
			<content type="html"><![CDATA[<p>DB에 문제가 있었습니다. 다만, 이유는 모르겠습니다. 1.1.2.2로 패치를 한 후에 글을 쓴 다음 이렇게 되었다는 것 밖에는 모르겠네요. 에효.<br />DB파일로 복구를 못하니 DB 내용물 C&amp;P하면서 복구해야할지도 모르겠네요.</p>]]></content>
			<author>
				<name><![CDATA[glradios]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=484</uri>
			</author>
			<updated>2007-04-02T13:17:29Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=17560#p17560</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 1.1.2.2, 분류 항목에서 게시물이 2개로 중복되서 출력]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=17558#p17558"/>
			<content type="html"><![CDATA[<p>끄응. 그러게요. 다른 DB의 녀석은 잘 돌아가는데요.;;</p>]]></content>
			<author>
				<name><![CDATA[glradios]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=484</uri>
			</author>
			<updated>2007-04-02T12:14:07Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=17558#p17558</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 1.1.2.2, 분류 항목에서 게시물이 2개로 중복되서 출력]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=17557#p17557"/>
			<content type="html"><![CDATA[<p>음.. 재현이 안됩니다. 이유가 뭘까요;;</p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2007-04-02T11:17:47Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=17557#p17557</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[1.1.2.2, 분류 항목에서 게시물이 2개로 중복되서 출력]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=17553#p17553"/>
			<content type="html"><![CDATA[<p>1.1.2.1에서 1.1.2.2로 tar.gz 압축을 ssh접속으로(tar -xzvf) 덮어씌었습니다.</p><p>혹시 글이 2개 인가 확인해봤습니다만 아니었고, 태그나 아카이브 박스에서는 나타나지 않지만 분류category에서만 나타납니다.</p><p>특정 스킨이나 블로그 계정에서만 그런게 아니라 모든 블로그 계정에서 그럽니다.<br />플러그인을 모두 꺼도 현상은 같답니다.</p><p><a href="http://netspheres.org/tt/fow/category/">http://netspheres.org/tt/fow/category/</a></p>]]></content>
			<author>
				<name><![CDATA[glradios]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=484</uri>
			</author>
			<updated>2007-04-02T08:51:27Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=17553#p17553</id>
		</entry>
</feed>
