I'm doing erik's
breadcrumbs. I've put individual archives into folders off the root directory which are named after their category (by setting the archive directory to root and selecting
QUOTE
<$MTEntryCategory dirify="1"$>/<$MTEntryID pad="1"$>.shtml
as the Individual Entry Archive File Template.)
Now I want to put the Category Archive into its folder as default.shtml to allow clicking on the category link in the breadcrumb trail to fire up the archive page for that category.
PROBLEM: putting
QUOTE
<$MTEntryCategory dirify="1"$>/default.shtml
in Category Archive throws up the following error:
CODE
Renaming tempfile 'F:\webs\klog\.new' failed: Renaming 'F:\webs\klog\.new' to 'F:\webs\klog\' failed: Permission denied
Anyone know what is going on, or how to achieve the same result? (I've checked permissions and everything is wide open on my development machine).
Thanks ???