';
echo $result;
echo " Apparently something went wrong reading the output. Is ".$filter." (usually part of GraphViz) installed and able to be executed by the webserver?";
echo " Is ".$config["attachment_store"]." writeable by the webserver?";
return;
}
echo '';
include $filename_map;
} else {
echo '
'.lang_string ('Map could not be generated').'
';
echo $result;
echo " Apparently something went wrong executing the command.";
echo " Is ".$filter." (usually part of GraphViz) and echo installed and able to be executed by the webserver?";
echo " Is your webserver restricted from executing command line tools through the system() call (PHP Safe Mode or SELinux)";
return;
}
?>