[thelist] php pear4 path

Tony Crockford tonyc at boldfish.co.uk
Mon Nov 4 03:00:00 CST 2002


> Fatal error: Failed opening required
> '/localhost/aaa/lib/func_common.php'
> (include_path='.;c:\php4\pear') in c:\program files\apache
> group\apache\htdocs\aaa\index.php on line 17
>
> can anyone remember what I needed to do to overcome this?
>
> Andrew

the error basically says it can't find the file /aaa/lib/func_common.php
when it is being "required" by /aaa/index.php

does the func_common.php file exist in that directory?
http://localhost/aaa/lib/func_common.php

If not you either need to make it exist there or edit /aaa/index.php to
look for it where it does exist.

HTH

Tony




More information about the thelist mailing list