MODx 0.9.5 (maybe it is the reason?)
Ditto 2.0.3
Win1251
I have cleaned from a call "pagination", because in line 942 are something about Pagination (My PHP is bad... very bad). And now I have this error:
PHP error debug
Error: htmlspecialchars() expects parameter 1 to be string, array given
Error type/ Nr.: Warning - 2
File: /home/ginkoru8/public_html/assets/snippets/ditto/debug/modxDebugConsole.class.php
Line: 79
Line 79 source: $query[htmlspecialchars($param, ENT_QUOTES)] = htmlspecialchars($value, ENT_QUOTES);
I in despair...
UPD: I seem have found the reason. I have cleaned ’debug’ from snippet call. Now I have ’ No documents found. ’ But it already result! I shall understand with filters. Now my call is:
[!tvExplorer? &dittoSnippetParameters=`tpl:ditto_search` &dittoName=`Ditto` &formTPL=`123`!]
[+tve.searchForm+]
[+tve.dittoList+]
I have clean all Ditto parameters, that Explorer have started to work (I understand, that it not the decision. And in the future I shall face problems of addition of parameters), but I don’t see another way

Specifying(?) specific parameters of existing page, I all the same receive ’ No documents found. ’
Chunk 123:
<form action= " [~[*id*]~] “method= "get” >
<input type="hidden" name="id" value="[*id*]" />
<fieldset>
[+tve.qwe:filter->9+]
</fieldset>
<fieldset>
[+tve.asd:filter->9+]
</fieldset>
<fieldset>
[+tve.zxc:filter->9+]
</fieldset>
<fieldset class= "sendForm" >
<input type= "submit" name= "search" value= "Search"/>
</fieldset>
</form>
I’m don’t understand what I doing wrong...
Oh, my God! I solve problems, cleaning values from snippet