Jump to content

2 (actually A Double) Php Include Error In Wsclient.php Of Vtwsclib1.4


Greywacke

Recommended Posts

hi, my account for the forge.vtiger forums is still not resolved, so i am posting this issue here.i am trying to use VTiger Web Service Client Library version 1.4this is the error i get:

Warning: require_once(../Net/HTTP_Client.php) [function.require-once]: failed to open stream: No such file or directory in /home/dwtphovu/public_html/ferrety/fab/public/vtwsclib/Vtiger/WSClient.php on line 3Fatal error: require_once() [function.require]: Failed opening required '../Net/HTTP_Client.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dwtphovu/public_html/ferrety/fab/public/vtwsclib/Vtiger/WSClient.php on line 3
simple enough, so i repaired it in WSClient.php with the following adjustments.
<?phprequire_once('Net/HTTP_Client.php');require_once('WSVersion.php');

after repairing this, i found the following error:

Warning: require_once(../../third-party/curl_http_client.php) [function.require-once]: failed to open stream: No such file or directory in /home/dwtphovu/public_html/ferrety/fab/public/vtwsclib/Vtiger/Net/HTTP_Client.php on line 3Fatal error: require_once() [function.require]: Failed opening required '../../third-party/curl_http_client.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dwtphovu/public_html/ferrety/fab/public/vtwsclib/Vtiger/Net/HTTP_Client.php on line 3
these errors were found with the same default targets as in the downloaded archive (attached to my thread on the vtiger forums).now i've gone and adjusted these include paths to the following:
<?phprequire_once('../../third-party/curl_http_client.php');require_once('../../third-party/Zend/Json.php');

uploaded and updated these changes.yet the errors remain... :) could somebody please help me out here?

Link to comment
Share on other sites

okay, issue resolved. i used virtual references to the files rather than relative :)THIS ISSUE HAS BEEN RESOLVED ^^

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...