php-general | 2001062
Date: 06/29/01
- Next message: cmoehle: "[PHP] win 98 + php4 + pws4"
- Previous message: Thomas Deliduka: "[PHP] Question on Commercial Offerings"
- In reply to: Daniel Goldin: "[PHP] newbie has include path error"
- Next in thread: Justin French: "Re: [PHP] newbie has include path error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: cmoehle: "[PHP] win 98 + php4 + pws4"
- Previous message: Thomas Deliduka: "[PHP] Question on Commercial Offerings"
- In reply to: Daniel Goldin: "[PHP] newbie has include path error"
- Next in thread: Justin French: "Re: [PHP] newbie has include path error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

