<?xml version="1.0" encoding="iso-8859-1"?> 
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:dcterms="http://purl.org/dc/terms/" 
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:thr="http://purl.org/rss/1.0/modules/threading/"
	xmlns:pb="http://www.ideaspace.net/users/wkearney/schema/postback/" 
	xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" 
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:mt="http://movabletype.org/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:html="http://www.w3.org/TR/REC-html40/"
	xmlns="http://purl.org/rss/1.0/"
> 

<rdf:Description rdf:about="http://www.ideaspace.net/users/wkearney/archives/entries/000413.html"> 
	<title>Fixing MT error?</title>
	<link>http://www.ideaspace.net/users/wkearney/archives/entries/000413.html</link>
	<description>When trying to delete entries here I&apos;m getting a Perl error:MT::App::CMS=HASH(0x8353d24) Use of uninitialized value in concatenation (.) or string...</description> 

	<dc:creator>wkearney</dc:creator> 
	<dc:date>2003-07-28T17:23:12-05:00</dc:date> 
	<dc:identifier>http://www.ideaspace.net/users/wkearney/archives/entries/000413.html</dc:identifier>
	<dc:language>en-us</dc:language>

	 
	<dc:subject>Metadata</dc:subject>

	

	

	
	
	
	<dcterms:abstract>When trying to delete entries here I&apos;m getting a Perl error:MT::App::CMS=HASH(0x8353d24) Use of uninitialized value in concatenation (.) or string...</dcterms:abstract> 
	<dcterms:created>2003-07-28T17:23:12-05:00</dcterms:created> 
	<dcterms:isPartOf rdf:resource="http://www.ideaspace.net/users/wkearney/" /> 

	<mt:body><![CDATA[<p>When trying to delete entries here I'm getting a Perl error:<b>MT::App::CMS=HASH(0x8353d24) Use of uninitialized value in concatenation (.) or string at mt/lib/MT/App/CMS.pm line 1263</b>.  The error appears three times (one line each) in the pop-up confirmation dialog.  The entry does get deleted.</p>
]]></mt:body>
	<mt:excerpt>When trying to delete entries here I&apos;m getting a Perl error:MT::App::CMS=HASH(0x8353d24) Use of uninitialized value in concatenation (.) or string...</mt:excerpt> 
	<mt:more><![CDATA[The code on that line reads:
<pre>
my %types = (
    comment =&gt; "__mode=view&_type=entry&blog_id=$blog_id&id=$entry_id&",
    ping =&gt; "__mode=view&_type=entry&blog_id=$blog_id&id=$entry_id&",
    ping_cat =&gt; "__mode=tb_cat_pings&blog_id=$blog_id&category_id=$cat_id&",
    entry =&gt; "__mode=list_entries&blog_id=$blog_id&",
    notification =&gt; "__mode=list&_type=notification&blog_id=$blog_id&",
    template =&gt; "__mode=list&_type=template&blog_id=$blog_id&",
    blog =&gt; "",
    author =&gt; "__mode=list&_type=author&",
    category =&gt; "__mode=list_cat&blog_id=$blog_id&",
    templatemap =&gt; "__mode=cfg_archives&id=$blog_id&blog_id=$blog_id&",
    banlist =&gt; "__mode=list&_type=banlist&blog_id=$blog_id&",
);
</pre>
Any got any clues on what it's getting upset about?  Better yet, how to resolve it?

<strong>Update:</strong> 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.  
]]></mt:more>
	<mt:keywords></mt:keywords> 
	<mt:entryID>413</mt:entryID>

	<mt:entryPrev>409</mt:entryPrev>
	<mt:entryNext>416</mt:entryNext>

	<html:link rel="prev" type="application/xml" href="http://www.ideaspace.net/users/wkearney/archives/entries/000409.html.xml" title="Foaf grouping" />
	<html:link rel="next" type="application/xml" href="http://www.ideaspace.net/users/wkearney/archives/entries/000416.html.xml" title="Birdwatching" />
	
	<mt:author>wkearney</mt:author> 
	<mt:authorNickname>Bill Kearney</mt:authorNickname> 
	<mt:authorEmail>wkearney@ideaspace.net</mt:authorEmail>
	<mt:authorURL rdf:resource="http://www.ideaspace.net/users/wkearney" /> 
	
	<foaf:name>wkearney</foaf:name> 
	<foaf:mbox rdf:resource="mailto:wkearney@ideaspace.net" /> 
	<foaf:nick>Bill Kearney</foaf:nick> 
	<foaf:homepage rdf:resource="http://www.ideaspace.net/users/wkearney" />
	
	<rdfs:seeAlso rdf:resource="http://www.ideaspace.net/users/wkearney/xml/index.rdf" />
	<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=2.64" /> 
</rdf:Description>
</rdf:RDF>