1

주제: 애러코드입니다

Warning: Invalid argument supplied for foreach() in /home/02/OORAYOO23/www/lib/plugins.php on line 31

Warning: in_array(): Wrong datatype for second argument in /home/02/OORAYOO23/www/lib/model/common.plugin.php on line 18

Warning: in_array(): Wrong datatype for second argument in /home/02/OORAYOO23/www/lib/model/common.plugin.php on line 18

Warning: main(view/html.php): failed to open stream: No such file or directory in /home/02/OORAYOO23/www/lib/includeForBlog.php on line 44

Warning: main(view/html.php): failed to open stream: No such file or directory in /home/02/OORAYOO23/www/lib/includeForBlog.php on line 44

Fatal error: main(): Failed opening required 'view/html.php' (include_path='.:/usr/local/lib/php') in /home/02/OORAYOO23/www/lib/includeForBlog.php on line 44

이렇게뜹니다 어찌해야하는지요?

2

답글: 애러코드입니다

테터 1.1.3에서 큐브로 덮어씌운다음 나오는것입니다

코드r 작성:

Warning: Invalid argument supplied for foreach() in /home/02/OORAYOO23/www/lib/plugins.php on line 31

Warning: in_array(): Wrong datatype for second argument in /home/02/OORAYOO23/www/lib/model/common.plugin.php on line 18

Warning: in_array(): Wrong datatype for second argument in /home/02/OORAYOO23/www/lib/model/common.plugin.php on line 18

Warning: main(view/html.php): failed to open stream: No such file or directory in /home/02/OORAYOO23/www/lib/includeForBlog.php on line 44

Warning: main(view/html.php): failed to open stream: No such file or directory in /home/02/OORAYOO23/www/lib/includeForBlog.php on line 44

Fatal error: main(): Failed opening required 'view/html.php' (include_path='.:/usr/local/lib/php') in /home/02/OORAYOO23/www/lib/includeForBlog.php on line 44

이렇게뜹니다 어찌해야하는지요?

3

답글: 애러코드입니다

어떤 버전의 어떤 상황에서 저런 메세지가 뜨는지 알려주셔야 도움을 드릴 수 있을 듯 합니다.

"Everything looks different on the other side."

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

4

답글: 애러코드입니다

테터툴즈 1.1.3에서 큐브 1.5.3.1로 덮어씌운상태입니다
큐브 초기버전부터 갈아타야하는건지?

5

답글: 애러코드입니다

코드r 작성:

테터 1.1.3에서 큐브로 덮어씌운다음 나오는것입니다

TC의 어떤 버전으로 덮어 씌운 후의 결과인가요? 1.5.3인가요?

일단 checkup을 먼저 한 번 해보세요. 1.1.3에서 1.5 이상으로 올리면 덮어 씌운 후에 블로그 주소 끝에 /checkup을 붙여서 데이터베이스 구조를 변경해 주어야 제대로 동작합니다.

그래도 해결이 되지 않으면 이렇게 해 보시기 바랍니다. 정상적인 경우에는 발생하지 않을텐데, 에러 메세지를 보아 이 경우는 $activePlugins 가 아예 비어있는 경우인 듯 합니다. 관련해서 살짝 수정을 해 보면 어떨까 싶습니다.

(이건 1.6 트렁크 버전 기준입니다만...) 31번째 줄 foreach... 의 앞 줄에
if(!empty($activePlugins)) {
을 추가하고, 316번째 줄 (위의 foreach가 닫히는 곳입니다) 아래에
}
을 추가하면 어떻게 동작하는지 알려주세요^^

"Everything looks different on the other side."

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

6

답글: 애러코드입니다

어떤파일을 수정해야하는것인지요?

7

답글: 애러코드입니다

코드r 작성:

어떤파일을 수정해야하는것인지요?

lib/plugins.php입니다.

"Everything looks different on the other side."

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

8

답글: 애러코드입니다

어떤프로그램으로 316번째줄인지;; 워드로여니 줄수가틀린것같아서 그럽니다;;

9

답글: 애러코드입니다

if(!empty($activePlugins)) {
foreach ($activePlugins as $plugin) {
        $version = '';
        $disablePlugin= false;
...앞은 이렇게하라는거 같으시고 어디서 닫아야할지 -_-;;

10

답글: 애러코드입니다

코드r 작성:

if(!empty($activePlugins)) {
foreach ($activePlugins as $plugin) {
        $version = '';
        $disablePlugin= false;
...앞은 이렇게하라는거 같으시고 어디서 닫아야할지 -_-;;

보시면 foreach의 시작점과 정확히 댓구를 이루는 괄호가 닫히는 부분이 있습니다. 거기 한 번 더 닫아주세요 smile

"Everything looks different on the other side."

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

11

답글: 애러코드입니다

검색으로 찾을수있게 그주위 문단복사좀 해주실수있는지;; 못찾겠네요

12

답글: 애러코드입니다

Parse error: parse error, unexpected T_AS in /home/02/OORAYOO23/www/lib/plugins.php on line 32

고친뒤에는 이렇게나옵니다

13

답글: 애러코드입니다

코드r 작성:

검색으로 찾을수있게 그주위 문단복사좀 해주실수있는지;; 못찾겠네요

4859에 반영해 놓았습니다.

"Everything looks different on the other side."

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

14

답글: 애러코드입니다

코드r 작성:

검색으로 찾을수있게 그주위 문단복사좀 해주실수있는지;; 못찾겠네요

1.5 최근 브렌치 기준으로 31번째 줄 위, 320번째 줄 아래입니다.
윗쪽은 foreach 위에 입력하시면 되고, 아래쪽은
   if(empty($formatterCount)) { // Any formatter is used, add the ttml formatter.
위에 } 를 추가하시면 됩니다.

"Everything looks different on the other side."

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

15

답글: 애러코드입니다

Warning: in_array(): Wrong datatype for second argument in /home/02/OORAYOO23/www/lib/model/common.plugin.php on line 18

Warning: in_array(): Wrong datatype for second argument in /home/02/OORAYOO23/www/lib/model/common.plugin.php on line 18

Warning: main(view/html.php): failed to open stream: No such file or directory in /home/02/OORAYOO23/www/lib/includeForBlog.php on line 44

Warning: main(view/html.php): failed to open stream: No such file or directory in /home/02/OORAYOO23/www/lib/includeForBlog.php on line 44

Fatal error: main(): Failed opening required 'view/html.php' (include_path='.:/usr/local/lib/php') in /home/02/OORAYOO23/www/lib/includeForBlog.php on line 44

라는군요;;;  이거참 뭐가문제인지;;

16

답글: 애러코드입니다

마지막 메세지를 봤을때는 파일 업로드가 덜 된 것이 아닌가 싶습니다..

"Everything looks different on the other side."

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

17

답글: 애러코드입니다

스포츠토토 안전놀이터 슬롯사이트 토토사이트 주소 토토 뱃사공 bebe40.com 스포츠중계   기상청날씨예보 보겸 모델신재은비키니 메이저리그 숙명여고 쌍둥이 인터넷카지노 안전놀이터검증 호텔카지노 우리카지노사이트 안전토토사이트
해외축구 생중계