Forum Moderators: coopster

Message Too Old, No Replies

How to overcome this php error

         

afridy

3:01 pm on May 4, 2008 (gmt 0)

10+ Year Member



Hello,
i am not that good in php yet.
i get this error
Fatal error: main() [function.require]: Failed opening required 'Zend/Http/Client.php' (include+AF8-path='.:/usr/lib/php') in /homepages/24/d232211843/htdocs/public+AF8-html/tmp/http+AF8-response.php on line 11

How to overcome this error ?
i site is a shared hosted at 1and1

Thank you

bubbasheeko

3:06 pm on May 4, 2008 (gmt 0)

10+ Year Member



You are attempting to include Client.php on line 11 in http+AF8-response.php.

Check to make sure the path is correct (Zend/Http/Client.php).

Where is the Zend directory located in your hosting directory in retrospect of the tmp directory?

afridy

5:56 pm on May 4, 2008 (gmt 0)

10+ Year Member



first, i did not notify about this reply even though i checked "Notify of reply" .

Thanks Bubbasheeko,
i ll check your response.

afridy

6:09 pm on May 4, 2008 (gmt 0)

10+ Year Member



my ftp client does not show any directories like this :(
Zend/Http/Client.php

phpinfo show this include+AF8-path.:/usr/lib/php

i am confused. where to find this zend folder ?

bubbasheeko

2:37 am on May 7, 2008 (gmt 0)

10+ Year Member



got ya...zend support should be there regardless, but zend is not my strong point. I would assume you would have to use an absolute path, but I am not sure.