It can't find the file you asked to include on line 12 of test.php. Post the code and we may be able to pin-point it. The first half of the error is to do with the default include path... in addition to the include path you set with include(), there is a default that PHP also checks (in your case, c:\php4\pear), which is set in php.ini.
Justin French on 06/06/02 4:22 PM, Doug ([EMAIL PROTECTED]) wrote: > I get the following error statement from a PHP insert I am trying at > http://www.solomonsporch.org/test.php > > Warning: Failed opening > 'http://www.gospelcom.net/mnn/includes/pubNewsTease.php?li=yes&limit=4' for > inclusion (include_path='c:\php4\pear') in e:\solomonsporch.org\test.php on > line 12 > > I really don't know what I am doing -- but would sure appreciate getting > this working. My host seems to be all set up. > > Thanks for your time! > > -Doug > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php