Tried a fresh install with feeds alpha 12 and the most recent ical parser.
When trying to add a url, it just gives me a blank page after submitting and never saves the URL.
Tried a fresh install with feeds alpha 12 and the most recent ical parser.
When trying to add a url, it just gives me a blank page after submitting and never saves the URL.
Comments
Comment #1
ekes commentedHave you got the feed type set to try pubsubhubbub? If so it'll fatal error on ical not being xml. Patch for feeds #724184: Uncaught exception on new SimpleXMLElement with non-(valid)XML
If not what's the error in the webserver logs?
Comment #2
ekes commentedAssuming this solved the problem. The patch is now in the dev version as well I believe. Reopen if not.
Comment #3
Anonymous (not verified) commentedHey sorry for the delayed response.
Tried the patch you and alex put out, appears to be working. Not a big deal but FYI I get these warnings:
* warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : Start tag expected, '<' not found in sites/all/modules/feeds/libraries/PuSHSubscriber.inc on line 80.
* warning: SimpleXMLElement::__construct(): BEGIN:VCALENDAR in sites/all/modules/feeds/libraries/PuSHSubscriber.inc on line 80.
* warning: SimpleXMLElement::__construct(): ^ in sites/all/modules/feeds/libraries/PuSHSubscriber.inc on line 80.
Comment #4
ekes commentedOK, sounds like it is working. But it's reporting some warnings on the way when it tries and fails safely. I think this is correct, but they should be suppressed or so. Can't look in detail now. But it's certainly a minor for the feeds queue, so I'll move it there.
Comment #5
twistor commentedCleaning up old issues. If this is still an issue, please reopen.