<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - APM업데이트 후 블로그 접속 오류 문의드립니다.]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=10978&amp;type=atom"/>
	<updated>2012-07-05T06:37:42Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=10978</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: APM업데이트 후 블로그 접속 오류 문의드립니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=41809#p41809"/>
			<content type="html"><![CDATA[<p>일단 /framework/boot/30-Auth.php에서 <br />function getIdentity() 부분 앞에 static을 붙이셔서<br />static function getIdentity(~) 로 static으로 지정해 주시면 해결될 것 같습니다. 기존의 PHP가 OOP와 Static 을 동시에 사용할 수 있었기 때문에 저런 부분이 꽤 있는데, PHP 5.4에서 문법 강제 규정이 바뀌었나봅니다. 임시 방편이라서 조만간 패치를 해야겠군요.</p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2012-07-05T06:37:42Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=41809#p41809</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: APM업데이트 후 블로그 접속 오류 문의드립니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=41808#p41808"/>
			<content type="html"><![CDATA[<p>관련해서 PHP 5.4에서 strict 한 문법에 기존의 인증루틴 문법이 맞지 않는듯 합니다. 한 번 확인해 보겠습니다^^<br />(우선 5.4 환경을 하나 만들어야겠네요..)</p><div class="quotebox"><cite>신종훈 작성:</cite><blockquote><p>기존에 사용중인더던 Apache, PHP를 업데이트 후&nbsp; 블로그 접속하면 500에러가 떨어지면서 접속이 되지 않습니다.</p><p>Apache 2.2.11 -&gt; 2.4.2<br />PHP 5.2.8 -&gt; 5.4.4<br />로 업데이트 했습니다.</p><p>각각의 블로그는 SubURL로 구분하여 사용중인데 특정 블로그는 접속이 잘되지만&nbsp; 나머지 블로그와 관리자 페이지는 접근시 오류가 발생합니다.<br />ex) <br /><a href="http://xxx.xxx.xxx.xxx/tc/A">http://xxx.xxx.xxx.xxx/tc/A</a><br /><a href="http://xxx.xxx.xxx.xxx/tc/B">http://xxx.xxx.xxx.xxx/tc/B</a><br /><a href="http://xxx.xxx.xxx.xxx/tc/C">http://xxx.xxx.xxx.xxx/tc/C</a></p><br /><p>아파치 error로그를 열람해보니 아래와 같은 로그가 남아 있습니다.</p><p>PHP Strict Standards:&nbsp; Non-static method Acl::getIdentity() should not be called statically in<br /> /usr/local/apache/htdocs/tc/framework/legacy/Textcube.Control.Session.php on line 61</p><p>PHP Strict Standards:&nbsp; Non-static method Timer::getMicroTime() should not be called statically<br /> in /usr/local/apache/htdocs/tc/framework/legacy/Textcube.Control.Session.php on line 70</p><p>문제 해결을 위한 도움을 요청드리니 해결방안 답변 주시면 감사드리겠습니다.</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2012-07-05T06:34:51Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=41808#p41808</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[APM업데이트 후 블로그 접속 오류 문의드립니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=41795#p41795"/>
			<content type="html"><![CDATA[<p>기존에 사용중인더던 Apache, PHP를 업데이트 후&nbsp; 블로그 접속하면 500에러가 떨어지면서 접속이 되지 않습니다.</p><p>Apache 2.2.11 -&gt; 2.4.2<br />PHP 5.2.8 -&gt; 5.4.4<br />로 업데이트 했습니다.</p><p>각각의 블로그는 SubURL로 구분하여 사용중인데 특정 블로그는 접속이 잘되지만&nbsp; 나머지 블로그와 관리자 페이지는 접근시 오류가 발생합니다.<br />ex) <br /><a href="http://xxx.xxx.xxx.xxx/tc/A">http://xxx.xxx.xxx.xxx/tc/A</a><br /><a href="http://xxx.xxx.xxx.xxx/tc/B">http://xxx.xxx.xxx.xxx/tc/B</a><br /><a href="http://xxx.xxx.xxx.xxx/tc/C">http://xxx.xxx.xxx.xxx/tc/C</a></p><br /><p>아파치 error로그를 열람해보니 아래와 같은 로그가 남아 있습니다.</p><p>PHP Strict Standards:&nbsp; Non-static method Acl::getIdentity() should not be called statically in<br /> /usr/local/apache/htdocs/tc/framework/legacy/Textcube.Control.Session.php on line 61</p><p>PHP Strict Standards:&nbsp; Non-static method Timer::getMicroTime() should not be called statically<br /> in /usr/local/apache/htdocs/tc/framework/legacy/Textcube.Control.Session.php on line 70</p><p>문제 해결을 위한 도움을 요청드리니 해결방안 답변 주시면 감사드리겠습니다.</p>]]></content>
			<author>
				<name><![CDATA[신종훈]]></name>
			</author>
			<updated>2012-06-21T01:09:26Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=41795#p41795</id>
		</entry>
</feed>
