Also, I'm still unclear what Zend/etc/Http.php is. The Provisioning API demo gives an example of how to get the classes you need.
http://framework.zend.com/svn/framework/trunk/demos/Zend/Gdata/Gapps.php require_once 'Zend/Loader.php'; Zend_Loader::loadClass('Zend_Gdata'); Zend_Loader::loadClass('Zend_Gdata_ClientLogin'); Zend_Loader::loadClass('Zend_Gdata_Gapps'); -alex On Mar 8, 5:11 am, "Sam Johnston" <[EMAIL PROTECTED]> wrote: > Are you sure? That's not what you said before: > > > > > > i have include path wth ini_set() as ini_set('include_path', > > '/usr/local/Zend/'); but below msg display > > > > > > > > Warning: require_once(Zend/etc/Http.php) [function.require-once]: > > > > > failed to open stream: No such file or directory in /home/email/ > > > > > public_html/config.php on line 20 > On Sat, Mar 8, 2008 at 12:47 PM, Rajnesh <[EMAIL PROTECTED]> wrote: > > > hi sam > > no, i m used Zend only "require_once" > > > ini_set('include_path', '/usr/local/'); > > > require_once 'Zend/etc/Http.php'; > > > Rajnesh > > > On Mar 8, 4:10 pm, "Sam Johnston" <[EMAIL PROTECTED]> wrote: > > > You've specified 'Zend' both in the ini_set and require_once. Put the > > Zend > > > folder somewhere more sensible than /usr/local/ and drop the 'Zend' from > > the > > > end of the ini_set. > > > > Sam > > > > On Sat, Mar 8, 2008 at 12:05 PM, Rajnesh <[EMAIL PROTECTED]> wrote: > > > > > Hi alex > > > > > i have used below lines for authonicate google account, > > > > > $client = Zend_Gdata_ClientLogin::getHttpClient($email, $password, > > > > Zend_Gdata_Gapps::AUTH_SERVICE_NAME); > > > > > $service = new Zend_Gdata_Gapps($client, $domain); > > > > > but following message display : > > > > > Fatal error: Class 'Zend_Gdata_ClientLogin' not found in /home/email/ > > > > public_html/config.php on line 33 > > > > > so, pls help i hav ignore this Fatal Error > > > > > Rajnesh > > > > On Mar 8, 10:50 am, "Alex (Google)" <[EMAIL PROTECTED]> wrote: > > > > > Hi Rajnesh, > > > > > > Zend/etc/Http.php is not a file I recognize. > > > > > > Are you trying to run the Zend/Gdata/Gapps.php Provisioning API > > demo? > > > > > > -alex > > > > > > On Mar 5, 11:46 pm, Rajnesh <[EMAIL PROTECTED]> wrote: > > > > > > > i have include path wth ini_set() as ini_set('include_path', > > '/usr/ > > > > > > local/Zend/'); but below msg display > > > > > > > Warning: require_once(Zend/etc/Http.php) [function.require-once]: > > > > > > failed to open stream: No such file or directory in /home/email/ > > > > > > public_html/config.php on line 20 > > > > > > > Fatal error: require_once() [function.require]: Failed opening > > > > > > required 'Zend/etc/Http.php' (include_path='/usr/local/Zend/') in > > / > > > > > > home/email/public_html/config.php on line 20 > > > > > > > Thanks > > > > > > Rajnesh > > > > > > > On Feb 5, 8:17 pm, "Julian (Google)" <[EMAIL PROTECTED]> wrote: > > > > > > > > Yes, the Google Apps Provisioning API will help you with this. > > > > > > > > You need to be using Premier or Educational Edition and have the > > API > > > > > > > activated on the CPanel. > > > > > > > > Julian. > > > > > > > > On Feb 5, 2:19 pm, "Sam Johnston" <[EMAIL PROTECTED]> wrote: > > > > >http://code.google.com/apis/apps/gdata_provisioning_api_v2.0_referenc. > > .. > > > > > > > > On Feb 5, 2008 1:34 PM, Rajnesh <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Hi > > > > > > > > > i want set email address of our site by google APIs, pls > > help > > > > me- Hide quoted text - > > > > > > > > - Show quoted text -- Hide quoted text - > > > > > > - Show quoted text -- Hide quoted text - > > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
