fyi i got a fatal error on blog posts that allow trackbacks each time i tried to post a blog entry.
changing every occurance of: 'check_output' to 'check_markup' fixed the problem.
running drupal cvs and trackback cvs

found the fix here: http://drupal.org/node/22218#check_markup

i think the cvs version of the module should be updated? is this the right place to post this? (newbie - sorry...)

Comments

thinkinkless’s picture

Title: change check_output to check_markup » format_name too

format_name() renamed

For consistency and enabling theming, format_name() was renamed to theme_username() and should be invoked using the theme('username', ...) API. Every use of format_name() must be replaced.

also from: http://drupal.org/node/22218

error is:
Fatal error: Call to undefined function: format_name() in /usr/www/users/mysite/mypath/modules/trackback/trackback.module on line 385

making the above change fixes the problem.

thinkinkless’s picture

Status: Active » Closed (fixed)