I would check the phpinfo() to ensure the correct path is in the
include_path.
Typically, these problems creep up when you are either using the wrong
php.ini (you see this in windows), or not restarting apache to let the
changes take place.
You could also try simply dumping the contents of get_include_path() to
ensure that ZF is indeed on it.
-ralph
as_lh wrote:
Hi,
i just extracted Zend, added an include path in the php.ini file and then
tryed to use the XmlRpc Client of Zend.
I can include the Client but i get an error, telling me it couldn't find
Zend_Uri_Http.
I double checked: Zend/Uri/Http.php does indeed exist in the same Folder
where Zend/XmlRpc/Client.php exists.
What could be the Problem? Any Ideas?