1

주제: textcube 설치시 DB 정보 입력 이후 오류 발생

안녕하세요. textcube를 제 PC에 설치하는 도중 오류가 발생하여 이렇게 글남깁니다.

OS : Windows VISTA
Apache : Apache 2.2 HTTP Server
PHP : 5.2.8
MySQL : 5.1.36

증상 : Apache+PHP+Mysql Setting은 이상없는데 textcube 설치시
         3단계 에서 데이터베이스 정보 모두 입력하고 Next 버튼 눌렀는데
         다음 페이지에서 Textcube 로고만 나오고 그 이후로 아무것도 안나옵니다.
         이미지도 캡쳐했는데 여긴 이미지를 올릴 수가 없네요.
         아래 해당 페이지의 HTML 코드를 같이 보내드립니다.

그럼 확인후 답변 주세요..
감사합니다.

------------------------------------------------------------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Textcube 1.7.8 : Con moto - Setup</title>
<link rel="stylesheet" media="screen" type="text/css" href="./style/setup/style.css" />
<script type="text/javascript">
//<![CDATA[
    function init() {
    }
   
    function previous() {
    }

    function current(){
        document.getElementById("step").value ="" ;
        document.getElementById("setup").submit() ;
    }
   
    function next(type) {
        if (type != undefined)
            document.getElementById("setupMode").value = type;
        document.getElementById("setup").submit();
    }
   
    function show(id) {
        if (document.getElementById("typeDomain"))
            document.getElementById("typeDomain").style.display = "none";
        if (document.getElementById("typePath"))
            document.getElementById("typePath").style.display = "none";
        if (document.getElementById("typeSingle"))
            document.getElementById("typeSingle").style.display = "none";
        if (document.getElementById(id))
            document.getElementById(id).style.display = "block";
    }
//]]>
</script>
</head>
<body onload="init()">
<div id="container">
  <form id="setup" name="setup" method="post" action="/tc/setup.php">
  <div id="title"><h1><img src="./style/setup/image/title.gif" width="253" height="44" alt="Textcube 1.7.8 : Con moto Setup" /></h1></div>
  <input type="hidden" name="Lang" id="Lang" value="ko" />
-------------------------------------------------------------------------------------------------------