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

David Goode’s picture

Status: Active » Closed (duplicate)

That code isn't there anymore.

David Goode’s picture

maybe you were talking about views_kml.