Note to self: Remember to change MT/lib/MT.pm line 205 from

return $mt->error(“Building entry failed: ” . $entry->title);

to

return $mt->error(“Building entry failed: ” . $tmpl->errstr);

More on this later!