CODE
<MTArchiveList archive_type="Monthly">
<option value="<$MTArchiveLink$>"><$MTArchiveTitle$></option>
</MTArchiveList>
<option value="<$MTArchiveLink$>"><$MTArchiveTitle$></option>
</MTArchiveList>
Specifically it's MTArchiveList. What's strange is that on my index templates, this code works fine, the pages are built, the archives are linked to properly. However if I try to build my monthly or individual archives (the only two type of archives I have), I get a 500 server error. Taking out the above code makes the archives build properly, but then I have no monthly archive list on my archive pages, so I lose navigation consistancy on the site.
Anyone have any idea why this would happen? Does this call a different perl script somewhere on the archive pages I should be aware of (I had to change the path to perl on the cgi files manually, as I have no shell access to do a chmod)? I can't tail the error logs either so I can't see what the 500 error is actually puking on.
Any advice is greatly appreciated.