Closed (fixed)
Project:
FeedAPI
Version:
6.x-1.5
Component:
Code feedapi_node
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2008 at 23:13 UTC
Updated:
8 May 2009 at 22:25 UTC
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
Comment #1
aron novakThis means a fatal PHP error, can you look up the error_log and copy the php error?
Comment #2
Yorgg commentedFatal 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
Comment #3
aron novakOk, 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/
Comment #4
ravipjoshi commentedI'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
Comment #5
glass.dimly commentedI 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.
Comment #6
alex_b commentedThis issue seems to be resolved. README.txt explains exactly where simplepie.inc should be copied to.