<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TNF : Tatter Network Foundation forum - invite 관련 버그]]></title>
		<link>http://forum.tattersite.com/ko/viewtopic.php?id=1468</link>
		<description><![CDATA[invite 관련 버그 의 최근 RSS 글들.]]></description>
		<lastBuildDate>Tue, 05 Sep 2006 12:52:01 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[RSS 답글: invite 관련 버그]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=8627#p8627</link>
			<description><![CDATA[<p>NULL 캐릭터가 들어가는 부분이 문제가 되는 것 같습니다. 예전에 웬만한 부분은 다 고쳤다고 생각했는데, 아직도 남아 있었군요^^</p><p>서버의 설정에 따라 strict한 설정으로 돌아가는 경우 위의 부분이 문제가 됩니다. 발견할 때 마다 고쳐놓도록 하겠습니다 <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>Tue, 05 Sep 2006 12:52:01 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=8627#p8627</guid>
		</item>
		<item>
			<title><![CDATA[invite 관련 버그]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=8450#p8450</link>
			<description><![CDATA[<p>안녕하세요. 오늘 태터툴즈를 설치하고 멀티 블로그로 다른 사람을 초대하려고 했는데,<br />tt_users 테이블에 user를 add하려는 순간에 오류가 나더군요.</p><p>blog/owner/setting/account/invite/index.php에서</p><p>&nbsp; &nbsp; $result=mysql_query(&quot;INSERT INTO `{$database[&#039;prefix&#039;]}Users` (userid, loginid, password, name, created, lastLogin, host) VALUES (&#039;&#039;, &#039;$loginid&#039;, &#039;&quot;.md5($password).&quot;&#039;, &#039;$name&#039;, UNIX_TIMESTAMP(), 0, $owner)&quot;);<br />&nbsp; &nbsp; if(!$result||(mysql_affected_rows()==0)){<br />&nbsp; &nbsp; &nbsp; &nbsp; return 11;<br />&nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; <br />DB에 insert 할 때 userid 부분에 &#039;&#039;로 주는게 문제가 되는 것 같던데, <br />다음과 같이 userid 부분을 빼고 insert하도록 고치니깐 정상적으로 동작합니다. </p><p>&nbsp; &nbsp; &nbsp; &nbsp; $result=mysql_query(&quot;INSERT INTO `{$database[&#039;prefix&#039;]}Users` (loginid, password, name, created, lastLogin, host) VALUES (&#039;$loginid&#039;, &#039;&quot;.md5($password).&quot;&#039;, &#039;$name&#039;, UNIX_TIMESTAMP(), 0, $owner)&quot;);<br />&nbsp; &nbsp; &nbsp; &nbsp; if(!$result||(mysql_affected_rows()==0)){<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return 11;<br />&nbsp; &nbsp; &nbsp; &nbsp; }</p><br /><p>태터툴즈 버전은 홈페이지에 링크된 1.0.6.1이고, 윈도우즈 MySQL5.0을 깔려 있습니다.</p>]]></description>
			<author><![CDATA[null@example.com (skyul)]]></author>
			<pubDate>Wed, 30 Aug 2006 15:15:37 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=8450#p8450</guid>
		</item>
	</channel>
</rss>
