php - Zendframe work include path Error on Hosting -


i trying implement oauth using zendframe work. script running great on localhost whereas when hosting same files on server (online) giving me include path error. not figuring out might problem.

error : warning: require_once(zend/http/client.php) [function.require-once]: failed open stream: no such file or directory in

thank you

you have add path in zend framework installed include path:

set_include_path('/path/where/zend/directory/is' . path_separator . get_include_path()); 

the include path php searches when include script.

also, it's may have upload zend framework hosting server, hosting provider may not have installed it.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -