[Phpwm] Php 5 includes not working

David Goodwin david at codepoets.co.uk
Sun Jul 16 14:52:46 BST 2006


> 
> These are simple includes and all the include files are located in a 
> specific directory which is specified in the php.ini file like so (note, 
> this is a netware server):
> 

I didn't know PHP ran on such things.

> include_path = ".;sys:/php5/includes;vol1:/apache/nwdocs/site_files"
> 
> Pages in the document root (in this case vol1:/apache/nwdocs) work fine, 
> but any file in a subdirectory starts throwing errors in the php 
> error.log that the include file does not exist.  I'm thinking there must 
> be some change from 4 to 5 that I am missing.  Can anyone venture a 
> guess?  I'm stumped!
> 
<snip>

Try adding the document root to your include path ?

David.

-- 
David Goodwin 

[ david at codepoets dot co dot uk ]
[ http://www.codepoets.co.uk       ]



More information about the Phpwm mailing list