|
|||
|
Hey there,
im trying to learn how to develop code to read write to google, having found a site with some samples on, I have tried to emulate and learn, the first prob is i get this error message, Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Unable to Connect to ssl://www.google.com:443. Error #33642936: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?' in C:\xampp\htdocs\Zend\Gdata\ClientLogin.php:133 Stack trace: #0 My code is require_once 'Zend/Loader.php'; Zend_Loader::loadClass('Zend_Gdata'); Zend_Loader::loadClass('Zend_Gdata_ClientLogin'); Zend_Loader::loadClass('Zend_Gdata_Spreadsheets'); Zend_Loader::loadClass('Zend_Http_Client'); $user = "bob"; $pass = "fred"; $authService = Zend_Gdata_Spreadsheets::AUTH_SERVICE_NAME; $httpClient = Zend_Gdata_ClientLogin::getHttpClient($user, $pass, $authService); $gdClient = new Zend_Gdata_Spreadsheets($httpClient); Im running xamp on windows which is meant to come with ssl enabled, any ideas? cheers ,c |
|
||||
|
Do you have the ssl extension in php.ini enabled?
__________________
Zym Framework - A Zend Framework extension library w/ demo app SpotSec Blog: http://spotsec.com/blog |
![]() |
| Thread Tools | |
| Display Modes | |
|
|