Hi again, 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
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---