[thelist] php pear4 path
Tony Crockford
thelist at lists.evolt.org
Mon Nov 4 07:31:01 2002
Andrew
where are your html files for Apache stored?
Looking at your error suggests that Apache has been installed in
default, so your htdocs (the root of localhost) would be c:\program
files\apachegroup\apache\htdocs not as you have in path_cnfg.php
c:/localhost/aaa/lib/",
Having said that too, shouldn't you be supplying a url not a filepath?
how about changing the line in path_cnfg.php to:
/aaa/lib/func_common.php
or if a filepath is required:
c:\program files\apachegroup\apache\htdocs\aaa\lib\
Unless of course you really do have a C:localhost\ directory?
>