NOW FIXED. (See Comment)
============================
Hmmm. I added a simple edit, per the O'Reilly Blogging book, to get a "...posted in category..." listing for each entry.
The site got built, and the new category info is there, but I did get an error (repeated 9 times):
Is it the $MTEntryLink, perhaps?
(Note: At time this occurred, every entry did have a Category - all 18.)
-----------------------
All of your files have been rebuilt. View your site.
MT::App::CMS=HASH(0x82bdbc0) Use of uninitialized value at /usr/local/www/reilly2001.info/www/movabletype/MT-2.64-full-lib/lib/MT/Template/Context.pm line 928.
----------------------
==== (9 times, on 18 entries. Hmmmmm....) ==========================
MT::App::CMS=HASH(0x82bdbc0) Use of uninitialized value at /usr/local/www/reilly2001.info/www/movabletype/MT-2.64-full-lib/lib/MT/Template/Context.pm line 928.
MT::App::CMS=HASH(0x82bdbc0) Use of uninitialized value at /usr/local/www/reilly2001.info/www/movabletype/MT-2.64-full-lib/lib/MT/Template/Context.pm line 928.
MT::App::CMS=HASH(0x82bdbc0) Use of uninitialized value at /usr/local/www/reilly2001.info/www/movabletype/MT-2.64-full-lib/lib/MT/Template/Context.pm line 928.
MT::App::CMS=HASH(0x82bdbc0) Use of uninitialized value at /usr/local/www/reilly2001.info/www/movabletype/MT-2.64-full-lib/lib/MT/Template/Context.pm line 928.
MT::App::CMS=HASH(0x82bdbc0) Use of uninitialized value at /usr/local/www/reilly2001.info/www/movabletype/MT-2.64-full-lib/lib/MT/Template/Context.pm line 928.
MT::App::CMS=HASH(0x82bdbc0) Use of uninitialized value at /usr/local/www/reilly2001.info/www/movabletype/MT-2.64-full-lib/lib/MT/Template/Context.pm line 928.
MT::App::CMS=HASH(0x82bdbc0) Use of uninitialized value at /usr/local/www/reilly2001.info/www/movabletype/MT-2.64-full-lib/lib/MT/Template/Context.pm line 928.
MT::App::CMS=HASH(0x82bdbc0) Use of uninitialized value at /usr/local/www/reilly2001.info/www/movabletype/MT-2.64-full-lib/lib/MT/Template/Context.pm line 928.
MT::App::CMS=HASH(0x82bdbc0) Use of uninitialized value at /usr/local/www/reilly2001.info/www/movabletype/MT-2.64-full-lib/lib/MT/Template/Context.pm line 928.
==============================
Perl
=============================================
/usr/local/www/reilly2001.info/www/movabletype/MT-2.64-full-lib/lib/MT/Template/Context.pm
sub _hdlr_entry_link {
my $args = $_[1];
my $e = $_[0]->stash('entry')
or return $_[0]->_no_entry_error('MTEntryLink');
my $arch = $_[0]->stash('blog')->archive_url;
$arch .= '/' unless $arch =~ m!/$!;
$arch . $e->archive_file($args ? $args->{archive_type} : ()); = Line 928
}
=============================================
Template Edit (from O'Reilly Blogging book)
=============================================
Just added this:
in category: <a href="<$MTEntryLink archive_type="category"$>"><$MTEntryCategory$></a>
ORIG
<div class="posted">Posted by <$MTEntryAuthor$> at <a href="<$MTEntryPermalink$>"><$MTEntryDate format="%X"$></a>
NEW
<div class="posted">Posted by <$MTEntryAuthor$> in category: <a href="<$MTEntryLink archive_type="category"$>"><$MTEntryCategory$></a> at <a href="<$MTEntryPermalink$>"><$MTEntryDate format="%X"$></a>
=============================================
One keystroke?!
One keystroke to fix this problem. (I think, anyway.)
And the keystroke was, "make lower-case 'c' upper-case." Oy.
'category' needed to be 'Category'
Well, we've learned this lesson numerous times in the world of computer programming, now haven't we!
Blame it on o'er-hasty black ink scribble of stolen code snippets at the bookstore onto jottings of small (available) paper.
(P.S. May be I did _2_ things to get this to work. Also clicked "on" the Category "Archive Type" in :
Main Menu > Whim Editing Menu > Configuration, which hadn't been in place before. Yep, that and the lower-case 'c' were doing me in....)
DOCS:
"archive_type, which should be set to one of the following values: Individual, Daily, Weekly, Monthly, or Category."
http://www.reilly2001.info/movabletype/MT-2.64-full-lib/docs/mtmanual_tags.html#archive%20templates%20and%20master%20archive%20index
http://www.reilly2001.info/movabletype/MT-2.64-full-lib/docs/mtmanual_tags.html#item_Category