I am getting the "Can't call method "entry_based" on an undefined value" error on just the main index - the rest of the site seems to publish fine... the template is very spare - maybe I removed too much???
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
<head>
<$mt:Include module="HTML Head"$>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="<$mt:Link template="rsd"$>" />
<title><$mt:BlogName encode_html="1"$></title>
</head>
<body>
<$mt:Include module="Banner Header"$>
<div id="content-top">
<div id="content">
<div id="content-inner">
<$mt:WidgetSet name="Search"$>
</div>
</div>
</div>
</body>
</html>
Reported on Movable Type 5
Argh - I got it - I had to use "ArchiveCategory" in my Header and not "ArchiveTitle" or "CategoryArchive"...