July 28, 2003
Fixing MT error?
When trying to delete entries here I'm getting a Perl error:MT::App::CMS=HASH(0x8353d24) Use of uninitialized value in concatenation (.) or string at mt/lib/MT/App/CMS.pm line 1263. The error appears three times (one line each) in the pop-up confirmation dialog. The entry does get deleted.
The code on that line reads:
my %types = (
comment => "__mode=view&_type=entry&blog_id=$blog_id&id=$entry_id&",
ping => "__mode=view&_type=entry&blog_id=$blog_id&id=$entry_id&",
ping_cat => "__mode=tb_cat_pings&blog_id=$blog_id&category_id=$cat_id&",
entry => "__mode=list_entries&blog_id=$blog_id&",
notification => "__mode=list&_type=notification&blog_id=$blog_id&",
template => "__mode=list&_type=template&blog_id=$blog_id&",
blog => "",
author => "__mode=list&_type=author&",
category => "__mode=list_cat&blog_id=$blog_id&",
templatemap => "__mode=cfg_archives&id=$blog_id&blog_id=$blog_id&",
banlist => "__mode=list&_type=banlist&blog_id=$blog_id&",
);
Any got any clues on what it's getting upset about? Better yet, how to resolve it?
Update: upgrading to v2.64 from 2.63 did nothing to cure this problem. Deleting entries on other blogs running with this install of MT also exhibit this crash.







