RE: [PHP] PHP require_once() opens some files but not others in same library

2009-04-07 Thread Henning Glatter-Gotz
> Maybe ask on the zend list - > http://framework.zend.com/community/resources since they will be > familiar with it. > > Still sounds like a url is being used for a require/include but *shrug*. The issue resolved "itself" when I moved the domain to a different server. I had to do this for other

RE: [PHP] PHP require_once() opens some files but not others in same library

2009-04-06 Thread Henning Glatter-Gotz
Maybe ask on the zend list - http://framework.zend.com/community/resources since they will be familiar with it. Still sounds like a url is being used for a require/include but *shrug*. -- Postgresql & php tutorials http://www.designmagick.com/ I did ask on the Nabble Zend list but have not

RE: [PHP] PHP require_once() opens some files but not others in same library

2009-04-06 Thread Henning Glatter-Gotz
Chris, At no point am I using a URL. Under normal circumstances the code includes (require_once) things like "Zend/Loader/blablabla". Because this does not resolve in the local directory it is supposed to consult the PHP include_path to look this up. And it does this successfully up to a point. Th