Closed (duplicate)
Project:
Feeds
Version:
6.x-1.0-alpha12
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2010 at 15:17 UTC
Updated:
5 Mar 2010 at 18:09 UTC
When i import entries of a feed i got the following message (and no entry was imported):
warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/pitsccbr/www.iuseknowhow.com/sites/all/modules/feeds/libraries/PuSHSubscriber.inc on line 75.
warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/pitsccbr/www.iuseknowhow.com/sites/all/modules/feeds/libraries/PuSHSubscriber.inc on line 75.
Download of http://www.cio.co.uk/rss/feeds/cio-business-strategy-management.xml failed with code 301.
wr
paulap
Comments
Comment #1
drupallogic commentedit's related with PHP. PHP versions under 5.3 have safe mode enabled. safe mode should be disabled for Feeds to work.
Comment #2
alex_b commentedThis is a duplicate of #730826: CURLOPT_FOLLOWLOCATION error - implement hook_requirements()