• : Function ereg() is deprecated in /home/starbowc/drupal6/includes/file.inc on line 895.
  • : Function ereg() is deprecated in /home/starbowc/drupal6/includes/file.inc on line 895.
  • : Function ereg() is deprecated in /home/starbowc/drupal6/includes/file.inc on line 895.

Input format filter order

Bit of a pain trying to get my default format filters in the right order. Here is what I finally came up with:

# Textile - wiki syntax -> xhtml converter. Needs to go 1st.
# URL filter - convert text urls to clickable links
# HTML filter - remove dangerous html elements
# Code filter - do syntax coloring of code blocks
# Line break converter - convert text returns into html paragraphs. Textile tries to put in br's, but the HTML filter pulls them back out.


Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /home/starbowc/drupal6/sites/all/modules/twitter/twitter.inc:477 Stack trace: #0 /home/starbowc/drupal6/sites/all/modules/twitter/twitter.inc(477): SimpleXMLElement->__construct('') #1 /home/starbowc/drupal6/sites/all/modules/twitter/twitter.inc(101): _twitter_convert_xml_to_array(NULL) #2 /home/starbowc/drupal6/sites/all/modules/twitter/twitter.module(185): twitter_fetch_timeline('tstarbow') #3 [internal function]: twitter_cron() #4 /home/starbowc/drupal6/includes/module.inc(471): call_user_func_array('twitter_cron', Array) #5 /home/starbowc/drupal6/sites/all/modules/poormanscron/poormanscron.module(61): module_invoke_all('cron') #6 [internal function]: poormanscron_exit() #7 /home/starbowc/drupal6/includes/module.inc(471): call_user_func_array('poormanscron_ex...', Array) #8 /home/starbowc/drupal6/includes/common.inc(1585): module_invoke_all('exit') #9 /home/starbowc/drupal6/index.php(39): drupal_page_footer() #10 {main} th in /home/starbowc/drupal6/sites/all/modules/twitter/twitter.inc on line 477