1

주제: Textcube 1.7.1 설치 후 setup 시에 문제점 발생

안녕하세요...

1.7.1 복사하고 실행(홈피열면) 블러그 주소/setup.php
하면 아래와 같은 에러가 납니다..

-----------------------------------------

Warning: main(/home/zopock/html/lib/components/Eolin.PHP.UnifiedEnvironment.php) [function.main]: failed to open stream: No such file or directory in /home/zopock/html/lib/include.php on line 59

Warning: main(/home/zopock/html/lib/components/Eolin.PHP.UnifiedEnvironment.php) [function.main]: failed to open stream: No such file or directory in /home/zopock/html/lib/include.php on line 59

Fatal error: main() [function.require]: Failed opening required '/home/zopock/html/lib/components/Eolin.PHP.UnifiedEnvironment.php' (include_path='.:/usr/local/php/lib/php') in /home/zopock/html/lib/include.php on line 59



어떻게 해야 하는건가요?

2

답글: Textcube 1.7.1 설치 후 setup 시에 문제점 발생

http://forum.tattersite.com/ko/viewtopic.php?id=5940 참고하세요..

Good Touch

3

답글: Textcube 1.7.1 설치 후 setup 시에 문제점 발생

감사합니다.
설명해주신데로 했는데됴 1.7.1 의 경우  component 폴더 위치가 다른거 같은데요

설명해주신데로 바꿔야 하는지요 아니면 원래 설치된 그대로 두고 해야한느것인지

해결이 되지 않으니 답답해서요..

수고하세요

4

답글: Textcube 1.7.1 설치 후 setup 시에 문제점 발생

텍스트큐브 1.7.1 을 다운받아서 압축을 바탕화면에 풀면...
TC 폴더안에....
          /blog
          /components
          /doc
          /image
          /interface
          /language
          /lib
          /plugins
          /script
          /skin
          /style
              iconv.php
              index.php
              rewrite.php
              setup.php
즉, 11개의 폴더와 4개의 php 파일이 풀어집니다.
이를 통째로 /home/zopock/html/TC 아래에 올리고 home/zopock/html 의 할당된 도메인이 예를들면 http://zopock.domain.com이라면  http://zopock.domain.com/TC/setup.php 로 셋업하시면 됩니다.

... 1.7.1 의 경우  components 폴더 위치가 다른게 아니고 같은 위치에 존재합니다......

bellblog (2008-06-23 00:33:27)에 의해 마지막으로 수정

Good Touch

5

답글: Textcube 1.7.1 설치 후 setup 시에 문제점 발생

네 감사합니다..


저 같은 경우는 도메인이 www.zopock.com 이고 1.7.1 은

/html 아래에

          /blog
          /components
          /doc
          /image
          /interface
          /language
          /lib
          /plugins
          /script
          /skin
          /style
              iconv.php
              index.php
              rewrite.php
              setup.php


복사 했고 익스플로로에서 www.zopock.com/setup.php 하는데 에러가 발생합니다

수고하세요..

6

답글: Textcube 1.7.1 설치 후 setup 시에 문제점 발생

에러 내용은....

Warning: requirecomponent(/home/zopock/html/components/Eolin.PHP.UnifiedEnvironment.php) [function.requirecomponent]: failed to open stream: No such file or directory in /home/zopock/html/lib/config.php on line 54

Warning: requirecomponent() [function.include]: Failed opening '/home/zopock/html/components/Eolin.PHP.UnifiedEnvironment.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /home/zopock/html/lib/config.php on line 54

Warning: requirecomponent(/home/zopock/html/components/Eolin.PHP.Core.php) [function.requirecomponent]: failed to open stream: No such file or directory in /home/zopock/html/lib/config.php on line 54

Warning: requirecomponent() [function.include]: Failed opening '/home/zopock/html/components/Eolin.PHP.Core.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /home/zopock/html/lib/config.php on line 54

Warning: requirecomponent(/home/zopock/html/components/Textcube.Core.php) [function.requirecomponent]: failed to open stream: No such file or directory in /home/zopock/html/lib/config.php on line 54

Warning: requirecomponent() [function.include]: Failed opening '/home/zopock/html/components/Textcube.Core.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /home/zopock/html/lib/config.php on line 54

Warning: requirecomponent(/home/zopock/html/components/Textcube.Core.BackwardCompatibility.php) [function.requirecomponent]: failed to open stream: No such file or directory in /home/zopock/html/lib/config.php on line 54

Warning: requirecomponent() [function.include]: Failed opening '/home/zopock/html/components/Textcube.Core.BackwardCompatibility.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /home/zopock/html/lib/config.php on line 54

Warning: requirecomponent(/home/zopock/html/components/Textcube.Function.Respond.php) [function.requirecomponent]: failed to open stream: No such file or directory in /home/zopock/html/lib/config.php on line 54

Warning: requirecomponent() [function.include]: Failed opening '/home/zopock/html/components/Textcube.Function.Respond.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /home/zopock/html/lib/config.php on line 54

Warning: requirecomponent(/home/zopock/html/components/Needlworks.Cache.PageCache.php) [function.requirecomponent]: failed to open stream: No such file or directory in /home/zopock/html/lib/config.php on line 54

Warning: requirecomponent() [function.include]: Failed opening '/home/zopock/html/components/Needlworks.Cache.PageCache.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /home/zopock/html/lib/config.php on line 54

Fatal error: Undefined class name 'validator' in /home/zopock/html/lib/config.php on line 92


이렇게 나오는데요...몇일째 같은 문제인거 같습니다.
수고하세요.

7

답글: Textcube 1.7.1 설치 후 setup 시에 문제점 발생

보여주시는 에러의 내용이나 디렉토리의 내용이 1.7.1의 것이 아닌데 이상하네요...

1.7.1의 경우 components 디렉토리는 lib 디렉토리의 하위에 있습니다~ 참고하시길.

"Everything looks different on the other side."

-Ian Malcomm, from Michael Crichton's 'The Jurassic Park'

8

답글: Textcube 1.7.1 설치 후 setup 시에 문제점 발생

아 죄송합니다.폴더는 말씀하신데로 맞습니다.
압축풀고 /html 폴더에 복사해 놓고 보니 말씀하신 폴더내용이 맞는데
iconv.php는 없네요 압축풀어봐도..

그래서 다시 압축풀고 복사하고  실행했더니 같은 에러가 발생하네요
==========
Warning: main(/home/zopock/html/lib/components/Eolin.PHP.UnifiedEnvironment.php) [function.main]: failed to open stream: No such file or directory in /home/zopock/html/lib/include.php on line 59

Warning: main(/home/zopock/html/lib/components/Eolin.PHP.UnifiedEnvironment.php) [function.main]: failed to open stream: No such file or directory in /home/zopock/html/lib/include.php on line 59

Fatal error: main() [function.require]: Failed opening required '/home/zopock/html/lib/components/Eolin.PHP.UnifiedEnvironment.php' (include_path='.:/usr/local/php/lib/php') in /home/zopock/html/lib/include.php on line 59


제가 skynet.co.kr에서 호스팅(무료)하는데요 그쪽 서버에 설치하거나 해야할 요구사항이
따라 있는건가요 예를 들면 아파치나  php 버전 같은거요.

수곳하세요.

9

답글: Textcube 1.7.1 설치 후 setup 시에 문제점 발생

setup.php의 47번째줄의 require ROOT.'/lib/config.php'; 를 지우거나 주석처리하신 후에 다시 시도해 보시고 결과를 알려주셨으면 합니다.^^

"Everything looks different on the other side."

-Ian Malcomm, from Michael Crichton's 'The Jurassic Park'

10

답글: Textcube 1.7.1 설치 후 setup 시에 문제점 발생

setup.php의 47번째줄의 require ROOT.'/lib/config.php'; 를 지우거나 주석처리하신 후에 다시 시도해 보시고 결과를 알려주셨으면 합니다.^^
=============================


삭제하고 해보니까 이런 에러가 나오네요.


Parse error: syntax error, unexpected '?' in /home/zopock/html/setup.php on line 201



수고하세요 신경써주시는데 잘 않되네요.

11

답글: Textcube 1.7.1 설치 후 setup 시에 문제점 발생

설치하시는 파일이 정상적인 텍스트큐브가 아니라 꼬인 것 같습니다. 그 한줄을 지우는 결과로 저런 메세지가 나올 수가 없거든요.

http://dev.textcube.org/svn/branches/1.7/setup.php 에서 셋업을 다시 받아서 덮어 씌우고 시도해 보시기 바랍니다.

되야 할텐데 hmm

"Everything looks different on the other side."

-Ian Malcomm, from Michael Crichton's 'The Jurassic Park'