i try to use the Zend XmlRPC Client so i did put the Libs in a folder called "Zend" in the vendors folder in my core yii installation. Then i used the following code as i found it many times on the web:
Yii::import('application.vendors.*');
require_once 'Zend/XmlRpc/Client.php';Still yii replys:
require_once(/Zend/XmlRpc/Client.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory
Any idea what i could have done wrong?

Help











