I have a blog set up on a client’s site:
http://www.primaloft.com/en/performance/community/blog.html. I’m using this Reflect call (in a chunk), to create a drop-down blog archive on the blog main page and, formerly, each individual blog entry page:
[[Reflect? &targetID=`24` &dateSource=`createdon` &getDocuments=`1` &id=`(yams_id)` &tplContainer=`blog-archive-container` &tplYear=`blog-archive-year` &tplYearInner=`blog-archive-year-inner` &tplMonth=`blog-archive-month`]]
After I upgraded to Evo 1.0.5, my Reflect call started giving me the "The Ditto object is invalid…" message on the individual blog pages. It was working previously in 1.0.4. Now, I don’t think 1.0.5 is the cause, but I believe I messed something up during the upgrade process. I was getting the error on the main page for a while, too, but after I fixed some seemingly unrelated issues (ManagerManager and TinyMCE) that went back to normal. Here is the ditto call on document #24, which is an uncacheable page (I have YAMS on the site as well):
[[Ditto? &id=`en` &tpl=`blog-item-multilingual` &language=`english` &extenders=`@FILE assets/modules/yams/yams.extender.inc.php,langSelect,dateFilter` &parents=`24` &orderBy=`createdon DESC` &dateFormat=`%R %b %e %Y` &tagData=`blogTags` &tagDelimiter=`, `&paginate=`1` &display=`8` &pagesPerPage=`4` &filter=`regions,naEN,7` &phx=`0` &paginateAlwaysShowLinks=`1`]]
I’ve been mostly working off of examples and copy-paste, and I realize the blog is a tiny bit cobbled together. Does anyone have an idea of where I might’ve gone wrong? Thanks!