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 Chris
snip Here are the warnings and the error that I get: Warning: Zend_Loader_PluginLoader::require_once() [function.Zend-Loader-PluginLoader-require-once]: couldn't resolve host name in /usr/local/php5/lib/php/library/Zend/Loader/PluginLoader.php on line 389 Why is this trying to load

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

2009-04-06 Thread Chris
Henning Glatter-Gotz wrote: 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

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

2009-04-06 Thread Henning Glatter-Gotz
@lists.php.net Subject: Re: [PHP] PHP require_once() opens some files but not others in same library snip Here are the warnings and the error that I get: Warning: Zend_Loader_PluginLoader::require_once() [function.Zend-Loader-PluginLoader-require-once]: couldn't resolve host name in /usr/local/php5/lib

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

2009-04-06 Thread Henning Glatter-Gotz
snip 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