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

ekes’s picture

Have 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?

ekes’s picture

Status: Active » Fixed

Assuming this solved the problem. The patch is now in the dev version as well I believe. Reopen if not.

Anonymous’s picture

Hey 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.

ekes’s picture

Title: not working with feeds alpha 12? » PHP Warnings: in PuSHSubscriber
Project: iCal feed parser » Feeds
Version: 6.x-2.0-alpha1 » 6.x-1.x-dev
Priority: Normal » Minor
Status: Fixed » Active

OK, 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.

twistor’s picture

Status: Active » Closed (fixed)

Cleaning up old issues. If this is still an issue, please reopen.