Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3974234
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T04:32:39+00:00 2026-05-20T04:32:39+00:00

I am using the Zend GData library to integrate Google Calendar in my PHP

  • 0

I am using the Zend GData library to integrate Google Calendar in my PHP application.

I get tens of errors like this:

Failed opening 'Zend/Gdata/Calendar/Content.php' for inclusion

but actually everything works awesomely (I am able to create/delete/update calendars and events)

I don’t know exactly why I get that. Probably the Zend loader tries to load a file that doesn’t exist (that is why the error) but, then, tries another location with success (that is why everything works).

By the way this is the bootstrap code I use for loading the Zend classes in my PHP script:

require_once 'Zend/Loader.php';
Zend_Loader::loadClass('Zend_Gdata');
Zend_Loader::loadClass('Zend_Gdata_AuthSub');
Zend_Loader::loadClass('Zend_Gdata_ClientLogin');
Zend_Loader::loadClass('Zend_Gdata_Calendar');

What I want to achieve is to kill those error messages without killing other categories of relevant messages.
How would you achieve that?
I have tried to wrap everything in a try{} catch{} block but I still get those error messages.

Thanks,
Dan

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T04:32:40+00:00Added an answer on May 20, 2026 at 4:32 am

    Even if you use just few classes from Zend Framework it is recommended to upload the whole framework to your server to avoid any issues. It doesn’t matter because you can still use just certain ZF classes and you will at least be sure there are no dependencies missing:

    define('BASE_PATH', realpath(dirname(__FILE__).'/../'));
    set_include_path(BASE_PATH.'/path/to/folder/where/zend/framework/is/located');
    
    require_once('Zend/Loader/Autoloader.php');
    $zendAutoloader = Zend_Loader_Autoloader::getInstance();
    
    // that's all you need
    // now you can use any class from the framework
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to retrieve a Google Calendar event using the Zend Gdata library. When
I am using zendgdata library for google calendar. I am getting this error while
I am using Zend Gdata to interface with the YouTube API from a PHP
I make an AJAX request like so using JQuery: $.ajax({ type: GET, url: getvideo.php,
How can I save data in unpublic google spreadsheet in PHP without using Zend
Using Zend_Form, how would I create form elements like this: <input type=text name=element[1] value=
I'm using Zend Studio to do remote debugging of my php scripts on a
I've got a site using Zend Layouts and on certain pages I'd like to
This is my first experience using the Zend Framework. I am attempting to follow
Building an app using a calendar on a Google Apps domain that has SSL

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.