node/add/blog
Fatal error: Call to undefined function filter_xss_bad_protocol() in /home/targetei/public_html/includes/common.inc on line 888
/**
* Prepare a URL for use in an HTML attribute. Strips harmful protocols.
*/
/*function check_url($uri) {
return filter_xss_bad_protocol($uri, FALSE);
}*/
Fatal error: Call to undefined function check_url() in /home/targetei/public_html/includes/common.inc on line 1453
/* if (isset($options['attributes']['title']) && strpos($options['attributes']['title'], '<') !== FALSE) {
$options['attributes']['title'] = strip_tags($options['attributes']['title']);
}
return ''. ($options['html'] ? $text : check_plain($text)) .'';*/
Fatal error: Call to undefined function filter_xss_admin() in /home/targetei/public_html/modules/node/node.pages.inc on line 36
//$output .= '
'. filter_xss_admin($item['description']) .'
';
Fatal error: Call to undefined function check_url() in /home/targetei/public_html/includes/theme.inc on line 1713
//drupal_set_html_head('');
Fatal error: Call to undefined function filter_xss_bad_protocol() in /home/targetei/public_html/includes/common.inc on line 1271
//$options['external'] = ($colonpos !== FALSE && !preg_match('![/?#]!', substr($path, 0, $colonpos)) && filter_xss_bad_protocol($path, FALSE) == check_plain($path));
Fatal error: Call to undefined function check_url() in /home/targetei/public_html/includes/theme.inc on line 1165
//return '';
Fatal error: Call to undefined function filter_xss_admin() in /home/targetei/public_html/includes/theme.inc on line 1761
//$variables['footer_message'] = filter_xss_admin(variable_get('site_footer', FALSE));
Fatal error: Call to undefined function filter_xss_admin() in /home/targetei/public_html/includes/form.inc on line 2177