<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TNF : Tatter Network Foundation forum - TextCube 1.8.5 설치 중 3단계 오류 발생]]></title>
		<link>http://forum.tattersite.com/ko/viewtopic.php?id=10263</link>
		<description><![CDATA[TextCube 1.8.5 설치 중 3단계 오류 발생 의 최근 RSS 글들.]]></description>
		<lastBuildDate>Wed, 15 Dec 2010 04:17:30 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[RSS 답글: TextCube 1.8.5 설치 중 3단계 오류 발생]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=39909#p39909</link>
			<description><![CDATA[<p>Adpater.php는 분명 있습니다.</p><p>Warning: require_once(./framework/data//Adapter.php) [function.require-once]: failed to open stream: </p><p>라는 메시지를 봐서는</p><p>/framework/MySQL/Adapter.php를 호출해야하는데<br />&#039;/MySQL/&#039; 이 빠진 경로명이 된것 같습니다.</p><p>이미 그 이전에 3단계 설치화면에서<br />라디오 버튼이 나와서 DBMS를 선택해야하는데 라디오 버튼이 없어 선택을 못했으니 이렇게 된것 같습니다.<br />이경우 왜 라디오 버튼이 안나왔을까요?</p><div class="quotebox"><cite>LonnieNa 작성:</cite><blockquote><p>Adapter.php 가 로드가 안된 것 같습니다.<br />누락된게 아닌지 확인해보세요..</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (promaker)]]></author>
			<pubDate>Wed, 15 Dec 2010 04:17:30 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=39909#p39909</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: TextCube 1.8.5 설치 중 3단계 오류 발생]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=39907#p39907</link>
			<description><![CDATA[<p>Adapter.php 가 로드가 안된 것 같습니다.<br />누락된게 아닌지 확인해보세요..</p>]]></description>
			<author><![CDATA[null@example.com (LonnieNa)]]></author>
			<pubDate>Tue, 14 Dec 2010 07:59:15 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=39907#p39907</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: TextCube 1.8.5 설치 중 3단계 오류 발생]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=39906#p39906</link>
			<description><![CDATA[<p>setup.php안에서</p><p>&nbsp; &nbsp;&nbsp; &nbsp;&lt;tr&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;th&gt;&lt;?php echo _t(&#039;데이터베이스 관리 시스템&#039;);?&gt; :&lt;/th&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;<br />&lt;?php<br />$dbmsSupport = array();<br />if(function_exists(&#039;mysql_connect&#039;)) array_push($dbmsSupport,&#039;MySQL&#039;);<br />if(function_exists(&#039;mysqli_connect&#039;)) array_push($dbmsSupport,&#039;MySQLi&#039;);<br />if(function_exists(&#039;pg_connect&#039;)) array_push($dbmsSupport,&#039;PostgreSQL&#039;);<br />if(function_exists(&#039;cubrid_connect&#039;)) array_push($dbmsSupport,&#039;Cubrid&#039;);<br />foreach($dbmsSupport as $dbms) {<br />?&gt;<br />&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&lt;input type=&quot;radio&quot; id=&quot;dbms&lt;?php echo $dbms;?&gt;&quot; name=&quot;dbms&quot; value=&quot;&lt;?php echo $dbms;?&gt;&quot; &lt;?php echo (((isset($_POST[&#039;dbms&#039;]) &amp;&amp; $_POST[&#039;dbms&#039;] == $dbms)||(!isset($_POST[&#039;dbms&#039;]) &amp;&amp; $dbms == $dbmsSupport[0])) ? &#039;checked&#039; : &#039;&#039;);?&gt; <br />onclick=&quot;suggestDefaultPort(&#039;&lt;?php echo $dbms;?&gt;&#039;);return false;&quot; /&gt; &lt;?php echo $dbms;?&gt; <br />&lt;?php<br />}<br />?&gt;</p><p>요 부분이 정상적으로 동작하지 않는 것 같은데요. 제가 PHP맹이라.. -_-<br />도움 부탁드립니다.</p><div class="quotebox"><cite>promaker 작성:</cite><blockquote><p>TextCube 1.8.5 설치 중 3단계에서 데이터베이스 관리 시스템이 라디오 버튼으로 나타나야 할것 같은데 나타나지 않는 군요.</p><p>OS: Windows 7<br />Apache 2.2.17<br />PHP 5.3.4<br />MySQL 5.1.53</p><p>환경 구축을 겨우 겨우 하고선 setup.php를 호출했지만 3단계에서 &#039;Next&#039;하면</p><br /><p>Warning: require_once(./framework/data//Adapter.php) [function.require-once]: failed to open stream: No such file or directory in D:\Program Files\Apache Software Foundation\Apache2.2\htdocs\tc\framework\alias\DBAdapter.php on line 14</p><p>Fatal error: require_once() [function.require]: Failed opening required &#039;./framework/data//Adapter.php&#039; (include_path=&#039;.;C:\php\pear&#039;) in D:\Program Files\Apache Software Foundation\Apache2.2\htdocs\tc\framework\alias\DBAdapter.php on line 14</p><br /><p>라는 메시지가 나오는 군요.<br />&#039;./framework/data//Adapter.php&#039;에서 &#039;/MySQL/&#039; 이 빠진듯 한데</p><p>소스를 보니 &#039;데이터베이스 관리 시스템&#039;에서 라디오 버튼으로 DBMS를 선택하는 것 같은데 화면에 출력이 안되고 있습니다.</p><p>첨부파일은 제 화면으로 나온 먼가 빠진듯한 화면 캡쳐입니다.</p><p>혹 해결 방법 아시는 분?</p><p>크흑~~</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (promaker)]]></author>
			<pubDate>Tue, 14 Dec 2010 07:19:01 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=39906#p39906</guid>
		</item>
		<item>
			<title><![CDATA[TextCube 1.8.5 설치 중 3단계 오류 발생]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=39905#p39905</link>
			<description><![CDATA[<p>TextCube 1.8.5 설치 중 3단계에서 데이터베이스 관리 시스템이 라디오 버튼으로 나타나야 할것 같은데 나타나지 않는 군요.</p><p>OS: Windows 7<br />Apache 2.2.17<br />PHP 5.3.4<br />MySQL 5.1.53</p><p>환경 구축을 겨우 겨우 하고선 setup.php를 호출했지만 3단계에서 &#039;Next&#039;하면</p><br /><p>Warning: require_once(./framework/data//Adapter.php) [function.require-once]: failed to open stream: No such file or directory in D:\Program Files\Apache Software Foundation\Apache2.2\htdocs\tc\framework\alias\DBAdapter.php on line 14</p><p>Fatal error: require_once() [function.require]: Failed opening required &#039;./framework/data//Adapter.php&#039; (include_path=&#039;.;C:\php\pear&#039;) in D:\Program Files\Apache Software Foundation\Apache2.2\htdocs\tc\framework\alias\DBAdapter.php on line 14</p><br /><p>라는 메시지가 나오는 군요.<br />&#039;./framework/data//Adapter.php&#039;에서 &#039;/MySQL/&#039; 이 빠진듯 한데</p><p>소스를 보니 &#039;데이터베이스 관리 시스템&#039;에서 라디오 버튼으로 DBMS를 선택하는 것 같은데 화면에 출력이 안되고 있습니다.</p><p>첨부파일은 제 화면으로 나온 먼가 빠진듯한 화면 캡쳐입니다.</p><p>혹 해결 방법 아시는 분?</p><p>크흑~~</p>]]></description>
			<author><![CDATA[null@example.com (promaker)]]></author>
			<pubDate>Tue, 14 Dec 2010 06:38:38 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=39905#p39905</guid>
		</item>
	</channel>
</rss>
