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:
For this line:
My php.ini looks like this:
And the QuickForm.php is stored under:
Can anyone help me?
Jan
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
Code:
require("HTML/QuickForm.php");
Code:
include_path = ".c:\php\includes;c:\php\PEAR"
Code:
C:\php\PEAR\HTML
Can anyone help me?
Jan