Include path not working?

A

Anonymous

Guest
Hello,

I don't know why (if I would, I wouldn't have asked here), but my PHP doesn't seam to see the include path in my php.ini file.

I get the following error:
Code:
Warning: require(HTML/QuickForm.php) [function.require]: failed to open stream: No such file or directory in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\header.php on line 23
For this line:
Code:
require("HTML/QuickForm.php");
My php.ini looks like this:
Code:
include_path = ".c:\php\includes;c:\php\PEAR"
And the QuickForm.php is stored under:
Code:
C:\php\PEAR\HTML

Can anyone help me?

Jan
 
Hello? Anyone?

EDIT: So, I got it working now. I do not know what I did, I just changed some thing in the php.ini file and then it worked.
 
Back
Top