Closed (fixed)
Project:
TrackBack
Version:
master
Component:
Other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2005 at 20:14 UTC
Updated:
16 Dec 2005 at 23:35 UTC
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
Comment #1
thinkinkless commentedformat_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.
Comment #2
thinkinkless commented