<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - OpenID로 덧글 다는 중 다음과 같은 요류]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=7372&amp;type=atom"/>
	<updated>2008-12-22T05:58:48Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=7372</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: OpenID로 덧글 다는 중 다음과 같은 요류]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=32878#p32878"/>
			<content type="html"><![CDATA[<p>안준환님 상관이 있어 보입니다. variables_order에 &quot;E&quot;가 포함되지 않으면 $_ENV엔 아무 값도 들어가지 않습니다. PHP설정파일을 보면 다음과 같은 내용을 볼 수 있습니다.</p><p>; - variables_order = &quot;GPCS&quot;&nbsp; &nbsp; &nbsp; &nbsp;[Performance]<br />;&nbsp; &nbsp; &nbsp;The environment variables are not hashed into the $_ENV.&nbsp; To access<br />;&nbsp; &nbsp; &nbsp;environment variables, you can use getenv() instead.</p><p>variables_order를 &quot;GPCS&quot;로 하면 환경 값이 $_ENV에 들어가지 않는다고 합니다.</p><p>variables_order에 &quot;E&quot;를 빼는 이유는 성능상의 문제인것으로 보이는데<br />PHP설정을 변경할 수 없는 환경이라면<br />문제가 되는 코드를 $_ENV대신 getenv()로 대치하는것도 방법중 하나일 것 같습니다.</p>]]></content>
			<author>
				<name><![CDATA[spowner]]></name>
			</author>
			<updated>2008-12-22T05:58:48Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=32878#p32878</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: OpenID로 덧글 다는 중 다음과 같은 요류]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=32826#p32826"/>
			<content type="html"><![CDATA[<p>이거.. 이거... 혹시 문제를 제기하여 주신분께서 코드에 넣을 수 있는 정도의 패치 코드를 작성해 주실 수 있을까요?</p>]]></content>
			<author>
				<name><![CDATA[coolengineer]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=318</uri>
			</author>
			<updated>2008-12-18T05:55:36Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=32826#p32826</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: OpenID로 덧글 다는 중 다음과 같은 요류]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=32763#p32763"/>
			<content type="html"><![CDATA[<p>음, 해당 설정에 대해 레퍼런스를 찾아보니 런타임 중에는 변경할 수 없는 값이군요.</p><p>근데... 제가 Vista + IIS7 환경에서 텍스트큐브(trunk 버전)를 돌리고 있는데, php.ini의 variables_order 값에 &quot;E&quot;가 없음에도 불구하고 OpenID 로그인에 아무 문제가 없습니다.<br /></p><div class="codebox"><pre><code>variables_order = &quot;GPCS&quot;</code></pre></div><p>물론 해당 $_ENV 변수를 사용하는 부분은 trunk과 1.7.6 버전이 동일합니다.;;;</p><p>한 가지 방책으로, htaccess 파일에 추가하는 방법이 있겠는데, 이게 apache라면 가능하지만 IIS에서는 어떻게 해야 되는지 모르겠군요-_-;</p>]]></content>
			<author>
				<name><![CDATA[daybreaker]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=11</uri>
			</author>
			<updated>2008-12-16T14:32:09Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=32763#p32763</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: OpenID로 덧글 다는 중 다음과 같은 요류]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=32746#p32746"/>
			<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>2008-12-16T06:10:20Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=32746#p32746</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: OpenID로 덧글 다는 중 다음과 같은 요류]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=32733#p32733"/>
			<content type="html"><![CDATA[<p>이유 발견했습니다.</p><p>PHP환경 설정 중 variables_order 값에 &quot;E&quot; 가 안들어가면 발생합니다.<br />&quot;E&quot;는 Environment를 의미하며 여기세 &quot;E&quot;가 빠지면 $_ENV 로 Environment를 접근하지 못합니다.</p><p>/library/components/Textcube.Control.Openid.php 파일을 보시면</p><p>$_ENV 를 사용합니다. $_ENV 값으로 운영체제가 Windows인지 다른놈인지 확인하는데<br />$_ENV가 없으면 Windows가 아닌것으로 판단하여 Windows에서는 먹지 않는 &#039;:&#039; 구분자가 붙게 됩니다.</p><p>윈도우 환경에 저같이 OpenID 기능이 안되시는 분들은 PHP 환경설정 중 variables_order 를 확인하셔서<br />&quot;E&quot;가 빠져있나 살펴보세요</p>]]></content>
			<author>
				<name><![CDATA[spowner]]></name>
			</author>
			<updated>2008-12-15T16:35:14Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=32733#p32733</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: OpenID로 덧글 다는 중 다음과 같은 요류]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=32668#p32668"/>
			<content type="html"><![CDATA[<p>php 설정값을 의심해봐야 할 것 같습니다...<br />해당 에러부분에 대한 서버 로그를 올려주시면 큰 도움이 됩니다. <img src="http://forum.tattersite.com/ko/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></content>
			<author>
				<name><![CDATA[건더기]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=32</uri>
			</author>
			<updated>2008-12-14T01:40:56Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=32668#p32668</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[OpenID로 덧글 다는 중 다음과 같은 요류]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=32659#p32659"/>
			<content type="html"><![CDATA[<p><a href="http://spowner.com/login/openid?action=try_auth&amp;requestURI=%2F&amp;need_writers=0&amp;openid_identifier=spowern.myid.net&amp;openid_login=%EB%A1%9C%EA%B7%B8%EC%9D%B8">http://spowner.com/login/openid?action= … 8%EC%9D%B8</a></p><p>OpenID 로그인 하라고 해서 입력후 URL은 위와 같이 되고요</p><p>HTTP 500내부 서버 오류가 발생합니다.</p><p>텍스트 큐브 1.7.6 버전을 처음 설치를 한것이고요...<br />서버는 제 게인 피시입니다.</p><p>왜 안될까요?</p>]]></content>
			<author>
				<name><![CDATA[spowner]]></name>
			</author>
			<updated>2008-12-13T03:57:28Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=32659#p32659</id>
		</entry>
</feed>
