Stian wrote: > Hi, > > I retrieve events from a Google calendar and displays them on my > website. When I try to fetch and display more than 40 events or so I > receive the following error: > > Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to > allocate 48 bytes) in /var/www/vhosts/kbb.no/httpdocs/libraries/Zend/ > Gdata/App/Base.php on line 279 > > Is this a problem with my server, and what can be done about it? Any > feedback is much appreciated! > > Stian
Stian, I'm not sure why Zend_Gdata is using up so much memory. That's definitely something which should be investigated. In the meantime, try increasing the value of memory_size in your php.ini to something greater than 8 MiB. Let me know if that helps. -- Trevor Johns http://tjohns.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data 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-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
