Hi.

After clicking preview/save on creating a plain new Feed Content Type, a blank page is displayed.
Should you require any further info, I'll be happy to assist you.

Regards,
dextrose.

Comments

aron novak’s picture

Status: Active » Postponed (maintainer needs more info)

This means a fatal PHP error, can you look up the error_log and copy the php error?

Yorgg’s picture

Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/feedapi/parser_simplepie/simplepie.inc' (include_path='.:/usr/share/pear-php5') in /home/fhlinux138/e/event-project.jorgenunes.co.uk/user/htdocs/sites/all/modules/feedapi/parser_simplepie/parser_simplepie.module on line 170

aron novak’s picture

Ok, please visit admin/reports/status page. There is a "SimplePie Parser" row.
Generally you should download the package from http://www.simplepie.org/ and copy simplepie.inc to parser_simplepie/

ravipjoshi’s picture

I'm getting the same problem, but I've installed the simplepie inc

Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/feedapi/parser_simplepie/simplepie.inc' (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/ravijo/drupal/drupal6/sites/all/modules/feedapi/parser_simplepie/parser_simplepie.module on line 188

glass.dimly’s picture

I had this error after unzipping simplepie_1_1_3.zip. Then I moved the simplepie.inc from parser_simplepie/1_1_3 to parser_simplepie/. This fixed the error.

alex_b’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

This issue seems to be resolved. README.txt explains exactly where simplepie.inc should be copied to.