Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001062

Re: [PHP] newbie has include path error From: CC Zona (cczona <email protected>)
Date: 06/29/01

In article <001a01c100cd$3146be20$033a22c7 <email protected>>,
 dangoldin <email protected> ("Daniel Goldin") wrote:

> Warning: Failed opening '/etc/httpd/php/prepend.php' for
> inclusion (include_path=") in unknown in line 0.
>
> I've tried putting in this include path in my php.ini file to no effect.

It looks as though your include_path setting may be messed up. Call
phpinfo() to see what PHP is using for include_path. Make sure you're
quoting the value correctly in php.ini--that one quote above makes me think
that it's wonky right now.

-- 
CC

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>