it worked! I had an old php version. Thank you very much!
On Sep 30, 7:35 pm, "Jeff Fisher (Google)" <[EMAIL PROTECTED]>
wrote:
> Hi Sergio,
>
> What version of PHP are you running? The client library requires PHP
> 5.1.2. You can check your version using phpinfo().
>
> Cheers,
> -Jeff
>
> On Sep 30, 7:20 am, Sergio Hernández <[EMAIL PROTECTED]> wrote:
>
> > Hi again,
>
> > but, If I don't include the include_path line in the php.ini and
> > I only write this:
>
> > <?
> > require_once '../../../includes/ZendGdata-1.6.1/library/Zend/
> > Loader.php';
> > Zend_Loader::loadClass('Zend_Gdata_Photos');
> > Zend_Loader::loadClass('Zend_Gdata_ClientLogin');
> > Zend_Loader::loadClass('Zend_Gdata_AuthSub');
> > ?>
>
> > then I get these errors:
>
> > Warning: Zend_Loader::loadClass(Zend\Gdata\Photos.php)
> > [function.loadClass]: failed to open stream: No such file or directory
> > in d:\sergio\wamp\includes\ZendGdata-1.6.1\library\Zend\Loader.php on
> > line 83
>
> > Warning: Zend_Loader::loadClass() [function.include]: Failed opening
> > 'Zend\Gdata\Photos.php' for inclusion (include_path='.;C:\php5\pear')
> > in d:\sergio\wamp\includes\ZendGdata-1.6.1\library\Zend\Loader.php on
> > line 83
>
> > Warning: Zend_Loader::loadClass(Zend/Exception.php)
> > [function.loadClass]: failed to open stream: No such file or directory
> > in d:\sergio\wamp\includes\ZendGdata-1.6.1\library\Zend\Loader.php on
> > line 87
>
> > Fatal error: Zend_Loader::loadClass() [function.require]: Failed
> > opening required 'Zend/Exception.php' (include_path='.;C:\php5\pear')
> > in d:\sergio\wamp\includes\ZendGdata-1.6.1\library\Zend\Loader.php on
> > line 87
>
> > Please, do you know what can I do?
>
> > Thank you very much and best regards
>
> > Sergio
>
> > On Sep 28, 11:01 am, Rodrigo Paiva <[EMAIL PROTECTED]> wrote:
>
> > > I guess you don't need the include_path path. Zend Loader does the
> > > hard work for you. Try it out :)
>
> > > On Sep 27, 5:45 pm, Sergio Hernández <[EMAIL PROTECTED]> wrote:
>
> > > > Hi everyone,
>
> > > > I don't know what happens... I obtain the following error:
>
> > > > Fatal error: Cannot redeclare property static protected
> > > > Zend_Gdata_App::$_staticHttpClient in class Zend_Gdata in D:\sergio
> > > > \wamp\includes\ZendGdata-1.6.1\library\Zend\Gdata.php on line 41
>
> > > > with these lines:
>
> > > > require_once 'Zend/Loader.php';
> > > > Zend_Loader::loadClass('Zend_Gdata_Photos');
> > > > Zend_Loader::loadClass('Zend_Gdata_ClientLogin');
> > > > Zend_Loader::loadClass('Zend_Gdata_AuthSub');
>
> > > > and I have this line in my php.ini:
>
> > > > include_path = ".;D:\sergio\wamp\includes\ZendGdata-1.6.1\library;"
>
> > > > I've tried everything... Please, can you help me?
>
> > > > Thank you very much and best regards.
>
> > > > Sergio
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Picasa Web Albums API" 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-Picasa-Data-API?hl=en
-~----------~----~----~----~------~----~------~--~---