any ideas why I get this error message when i put it into the modules folder?
btw common.inc line 3619 is shown below ( $data = file_get_contents($filename); )
function drupal_parse_info_file($filename) {
$info = array();
$constants = get_defined_constants();
if (!file_exists($filename)) {
return $info;
}
$data = file_get_contents($filename);
if (preg_match_all('
