jpgraph路径问题.

WBOY
풀어 주다: 2016-06-23 14:02:23
원래의
1184명이 탐색했습니다.

include ("src/jpgraph.php")里所说的jpgraph.php文件放在C:\Jpgraph\src\jpgraph里.
运行时显示错误:
Warning: include(src/jpgraph.php): failed to open stream: No such file or directory in C:\Program Files (x86)\EasyPHP-12.1\www\formulaire\reponse_formulaire_systemB_1.php on line 30

Warning: include(): Failed opening 'src/jpgraph.php' for inclusion (include_path='.;C:\php\pear') in C:\Program Files (x86)\EasyPHP-12.1\www\formulaire\reponse_formulaire_systemB_1.php on line 30

Warning: include(src/jpgraph_bar.php): failed to open stream: No such file or directory in C:\Program Files (x86)\EasyPHP-12.1\www\formulaire\reponse_formulaire_systemB_1.php on line 31

Warning: include(): Failed opening 'src/jpgraph_bar.php' for inclusion (include_path='.;C:\php\pear') in C:\Program Files (x86)\EasyPHP-12.1\www\formulaire\reponse_formulaire_systemB_1.php on line 31

Fatal error: Class 'Graph' not found in C:\Program Files (x86)\EasyPHP-12.1\www\formulaire\reponse_formulaire_systemB_1.php on line 33
**************************************************************
找了不少材料说要在php.ini里改,但是怎么改都是出错,请问这里到底怎么写呢?
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
; Windows: "\path1;\path2"
;include_path = ".;${path}\php\includes"

多谢各位大神的指点.


回复讨论(解决方案)

如果
include ("src/jpgraph.php");
那么 jpgraph.php 应在当前目录的 src 子目录中

如果
include ("src/jpgraph.php");
那么 jpgraph.php 应在当前目录的 src 子目录中

谢谢你的回答啊,我想问的是php.ini里如何改啊?
;;;;;;;;;;;;;;;;;;;;;;;;;
 ; Paths and Directories ;
 ;;;;;;;;;;;;;;;;;;;;;;;;;
 ; Windows: "\path1;\path2"
 ;include_path = ".;${path}\php\includes"

这里要如何写?

관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
최신 이슈
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿