I have a Resource Array Error that shows up when I set a query limit. Ditto works properly in every other place I use it. Ditto version is 2.1.0
The following call is made on my development page.
test.radiantglory.com
[!Ditto? &parents=`2`&tpl=`gpDitto200` &queryLimit=`1`!]
The &tpl=`gpDitto200` is as follows:
<h3><a href="[~[+id+]~]">[+longtitle+]</a></h3>
<p> [+introtext:limit=`200`+] ... <a href="[~[+id+]~]">read more</a></p>
If anyone can help I would appreciate it!
Thanks
Rob
ps. I had accidentally started this topic in the international support section in error
After a fair bit more searching I found a fix, of sorts.
Changed the ditto call to:
[!Ditto? &parents=`2`&tpl=`rgpDitto200`
&total=`2` &display=`all`!]
That limits how many records are retrieved from the database, then displays all of them. No extra records so no extra bits to display as errors!
Not really fixed, but an effective workaround.