I'm getting the following error:
QUOTE
MT::App::CMS=HASH(0x82cf678) Use of uninitialized value at /home/love/public_html/mt/lib/MT/Template/Context.pm line 770
The last thing that I did before it gave me the error was change the archive file templates:
CODE
daily: <$MTArchiveDate format="%Y/%m/%d.php"$>
monthly: <$MTArchiveDate format="%Y/%m/index.php"$>
category: <$MTEntryCategory dirify="1"$>/<$MTEntryID pad="1"$>.php
All of the changes published fine (creating new files to match the new template names), but I can't seem to rebuild any of the template options without getting that error.
Its not affecting any of my blogs besides the red kitchen, which is the blog I was editing.
Any ideas?
Thanks,
Kristine
Edited to add: When I post a new entry, I get the following message:
QUOTE
Your post was saved, but the rebuild process failed: Renaming tempfile '/home/love/public_html/thekitchen/oldrecipes/.new' failed: Not a directory
The oldrecipes directory is chmoded to 777, and that's the only thing I can think of related to that.