Are your calendar files in a directory separate from the phpicalendar installation itself?
What are you using to edit the calendars (ics files)?
I got phpicalendar installed okay -- and was able to browse the sample files (modulo an error
Warning: Invalid argument supplied for foreach() in /home/...
that others have reported on the phpicalendar.net forums).
My problems have been finding a reliable way to edit and publish the ICS files.
Things I've tried:
1. Calendar extension to Firefox. Mostly working when subscribing to calendars with the URL
ftp://user:password@host/directory/calendarfile.ics
Things do go squirrely, though, with problems ranging from files getting truncated at random times to the public/private attribute getting "stuck" as private (the only workaround I found was to edit the ICS fle on the server). And since my need is for various folks to control different files, this isn't the best solution security-wise.
2. Sunbird application. This worked with the directory set for WebDAV. But I bumped into a couple of things that confirm this *is* alpha software, and I'd just rather not fight that fight.
3. Mulberry was referenced in one web site I found -- but that seems to have folded.
4. There's a *long* thread on the phpicalendar.net forum about an editor -- but that doesn't seem to be close.
5. May resort to checking out the SO's Macintosh ...
Any other suggestions? Is this technology "ready for prime time"?