이어서 질문.. 창만님의 설문스킨 오류입니다.. > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

이어서 질문.. 창만님의 설문스킨 오류입니다.. 정보

이어서 질문.. 창만님의 설문스킨 오류입니다..

본문

Warning: main(/gnuboard4/research/list.php) [function.main]: failed to open stream: No such file or directory in /home/fri/docs/survey.php on line 3

Warning: main() [function.include]: Failed opening '/gnuboard4/research/list.php' for inclusion (include_path='.:/usr/local/php_4.4.4/lib/php') in /home/fri/docs/survey.php on line 3
 
 
<? include("./gnuboard4/research/list.php"); ?>
인클루드를  했는데..
위와같은 에러가 떠서..
위와같이 인클루드를 수정했습니다..
 
그랬더니
 
Warning: main(./config.php) [function.main]: failed to open stream: No such file or directory in /home/fri/docs/gnuboard4/research/list.php on line 2

Warning: main() [function.include]: Failed opening './config.php' for inclusion (include_path='.:/usr/local/php_4.4.4/lib/php') in /home/fri/docs/gnuboard4/research/list.php on line 2

Fatal error: Call to undefined function: sql_query() in /home/fri/docs/gnuboard4/research/list.php on line 5
 
위와같이 에러가 바뀌어 뜨네요..
 
 
 
 
해결 방법좀 부탁드립니다~
  • 복사

댓글 전체

쿼리문 및 ./config.php 파일을 못불러오는것입니다.
전체적으로 survey.php 파일을 수정하면

제일 상단에
<?
$g4_path = "./gnuboard4";
include_once("$g4_path/common.php");
?>
써주시고요.

<? include("./gnuboard4/research/list.php"); ?>
이부분은
<? include("$g4[path]/research/list.php"); ?>
로 수정하시고 해보시기 바랍니다.
레일즈님 감사합니다..
헌데 또 에러 뜨네요 ㅡㅡ; 지금와서 보니.. 제가 원하던 스킨이 아니라... 그냥 묻어 둘려구 합니다 ㅠㅠ
참고루 다른 에러는..
Warning: main(./config.php) [function.main]: failed to open stream: No such file or directory in /home/fri/docs/gnuboard4/research/list.php on line 2

Warning: main() [function.include]: Failed opening './config.php' for inclusion (include_path='.:/usr/local/php_4.4.4/lib/php') in /home/fri/docs/gnuboard4/research/list.php on line 2

select num from where state='1'

1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where state='1'' at line 1

error file : /survey.php

입니다 ㅡㅡ; 공부하는 차원에서.. 알려주시면 한수배우는 마음으로 감사히 받겠습니다^^
© SIRSOFT
현재 페이지 제일 처음으로