Closed (works as designed)
Project:
iCal feed parser
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2010 at 12:46 UTC
Updated:
21 Aug 2010 at 10:02 UTC
Please bear with me; I'm new at this :)
After checking and rechecking the steps at http://drupal.org/node/341716, I've created content types for the ical feed and events. Instead of using a url for the ical file, I use an uploaded file. When trying to create the actual feed, I run into a problem: the file uploads into the correct directory, but I get this error:
◦Failed to retrieve /sites/default/files/feeds/CalendarHS Calendar_1.ics got error: -1002 missing schema
The odd thing is that I've had this installed correctly once already. I'm rebuilding after a new install (don't ask), and this time it's just not working.
Any suggestions? I'd appreciate them!
Comments
Comment #1
bohtieque commentedSorry about this--the error above is the error that I got after trying to refresh the feed. When creating a new calendar feed and trying to upload the file, I get this: Failed to retrieve http://.../feeds/CalendarHS Calendar_3.ics got error: 404 Not Found.
When the file is uploaded, the permissions are set to 600, but I've experimented with changing them to 777. That's where I get missing schema error after a refresh.
Comment #2
bohtieque commentedPlease disregard; instead of using file upload as my primary method, I switched to URL. That seems to be a workaround.
Comment #3
ekes commentedOK to close then?
Comment #4
ekes commentedShould add here that if you want to upload local files - look at Feeds module and 2.x version of the parser.