<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - tt_Comments 에 무한루프 ??]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=192&amp;type=atom"/>
	<updated>2006-04-24T13:14:02Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=192</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: tt_Comments 에 무한루프 ??]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=983#p983"/>
			<content type="html"><![CDATA[<p>crizin님께서 원인을 찾으셨네요. <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /><br /><a href="http://www.tattertools.com/bbs/view.php?id=plugin&amp;no=127">http://www.tattertools.com/bbs/view.php … amp;no=127</a><br />위 플러그인에 저 쿼리가 있군요.</p>]]></content>
			<author>
				<name><![CDATA[Peris]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=40</uri>
			</author>
			<updated>2006-04-24T13:14:02Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=983#p983</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: tt_Comments 에 무한루프 ??]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=982#p982"/>
			<content type="html"><![CDATA[<p>네.. 태터센터에 올려놓으신 글에 제가 달아놓은 답변에도 써놓긴 했는데..<br />아무래도 플러그인에서 생기는 문제같다는 느낌이 파박..;</p>]]></content>
			<author>
				<name><![CDATA[Peris]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=40</uri>
			</author>
			<updated>2006-04-24T13:05:27Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=982#p982</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: tt_Comments 에 무한루프 ??]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=981#p981"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>chester 작성:</cite><blockquote><p><a href="http://loose.hubweb.net/tatter/170">http://loose.hubweb.net/tatter/170</a></p><p>에서 소금이님이 지적하신 문제입니다. 무한루프를 돌고 있다고 하는군요..</p><p>20 Query select count(id) as r1 from tt_Entries where from_unixtime<br />(published) like &#039;1801-12%&#039; and owner=&#039;1&#039; and published &lt;&gt; &#039;1&#039;<br />24 Query select count(id) as r1 from tt_Entries<br />where from_unixtime(published) like &#039;1795-02%&#039; and owner=&#039;1&#039; and published<br />&lt;&gt; &#039;1&#039;<br />24 Query select count(id) as r2 from tt_Comments<br />where from_unixtime(written) like &#039;1795-02%&#039; and entry &lt;&gt; 0 and owner=&#039;1&#039; and<br />name &lt;&gt; &#039;?뚭툑??<br />24 Query select count(id) as r3 from tt_Comments<br />where from_unixtime(written) like &#039;1795-02%&#039; and entry = 0 and parent is null<br />and replier is null and owner=&#039;1&#039;</p><p>뭐 대충 이런 에러를 낸다고 하네요..<br />이게 왜 발생하는 문제인지에 대해서 가늠이 되시는 분... 의견 부탁드립니다.</p></blockquote></div><p>웬지 플러그인이 내는 문제가 아닐까라고 의심이 좀 되는데용 ㅠ.ㅠ</p>]]></content>
			<author>
				<name><![CDATA[chester]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=3</uri>
			</author>
			<updated>2006-04-24T12:32:44Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=981#p981</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[tt_Comments 에 무한루프 ??]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=980#p980"/>
			<content type="html"><![CDATA[<p><a href="http://loose.hubweb.net/tatter/170">http://loose.hubweb.net/tatter/170</a></p><p>에서 소금이님이 지적하신 문제입니다. 무한루프를 돌고 있다고 하는군요..</p><p>20 Query select count(id) as r1 from tt_Entries where from_unixtime<br />(published) like &#039;1801-12%&#039; and owner=&#039;1&#039; and published &lt;&gt; &#039;1&#039;<br />24 Query select count(id) as r1 from tt_Entries<br />where from_unixtime(published) like &#039;1795-02%&#039; and owner=&#039;1&#039; and published<br />&lt;&gt; &#039;1&#039;<br />24 Query select count(id) as r2 from tt_Comments<br />where from_unixtime(written) like &#039;1795-02%&#039; and entry &lt;&gt; 0 and owner=&#039;1&#039; and<br />name &lt;&gt; &#039;?뚭툑??<br />24 Query select count(id) as r3 from tt_Comments<br />where from_unixtime(written) like &#039;1795-02%&#039; and entry = 0 and parent is null<br />and replier is null and owner=&#039;1&#039;</p><p>뭐 대충 이런 에러를 낸다고 하네요..<br />이게 왜 발생하는 문제인지에 대해서 가늠이 되시는 분... 의견 부탁드립니다.</p>]]></content>
			<author>
				<name><![CDATA[chester]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=3</uri>
			</author>
			<updated>2006-04-24T12:30:00Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=980#p980</id>
		</entry>
</feed>
