Closed (fixed)
Project:
GCal Events
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2009 at 00:52 UTC
Updated:
31 Mar 2009 at 15:05 UTC
I've added a gcal_events block to my site, which displays correctly when a user is authenticated. But when accessing the page as an anonymous user, all I get is a blank page. My Apache error logs indicate that there is a segmentation fault somewhere.
What could cause this problem?
I'm using Simplepie 1.1.1, PHP 5.1.2 and GCal Events 6.x-1.3
Comments
Comment #1
Se7enLC commentedI can't think of anything that should cause a segmentation fault. The first thing to check is which input filter you have selected for gcal events - make sure that filter is available to anonymous users.
Comment #2
Se7enLC commentedComment #3
Se7enLC commentedComment #4
pimsn commentedI'm encountering something somewhat similar to that.. in my case it's not that the whole page doesn't load at all, but my gcal-block doesn't get updated for not authenticated users. if i'm logged in everything is fine, but if not, the block displays some events from when i created this thing one month ago.
i checked input filters, cleared cache several times, but the block still shows only these same old events. i even deleted these events out of the google calender, but nothing happened. it is still showing the (not existing anymore) old events instead of the upcoming ones..
I'm using Simplepie 1.1.3 and GCal Events 6.6-1.2
Comment #5
Se7enLC commentedI'm going to make a stab in the dark and guess that it's drupal's block caching rather than the calendar caching that has something to do with it. Try going into performance and clearing or disabling block caching and see what that does for you.
Comment #6
pimsn commentedyou've been right.. thanks a lot! i didn't know this option was there.. note for me: rtfm!
Comment #7
Se7enLC commentedComment #9
craft2113 commentedI have the same problem too.i made input filter named it gcal_events and is available for anonymous users.still it just displays "none" in the block.
Comment #10
Se7enLC commenteddisplaying "none" is different than a blank page - the blank page was actually the *entire* page that was blank. "None" means no events found in the calendar. Want to open up a new issue instead?