Closed (duplicate)
Project:
Advanced Views RSS Feed
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2010 at 00:09 UTC
Updated:
25 Aug 2010 at 17:24 UTC
I am getting this error:
warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/images/kml.png) is not within the allowed path(s)
in: managingnews/includes/theme.inc on line 1213.
This was the problem:
managingnews/modules/contrib/views_rss/views/views_plugin_style_rss_fields.inc:
line18
$this->feed_image = drupal_get_path('module', 'views_kml') . '/images/kml.png';
changed to
$this->feed_image = drupal_get_path('module', 'views_kml') . 'images/kml.png';
Comments
Comment #1
David Goode commentedThat code isn't there anymore.
Comment #2
David Goode commentedmaybe you were talking about views_kml.