search - How to repair this issue when i click on result link in modx ajaxSearch? -
search - How to repair this issue when i click on result link in modx ajaxSearch? -
i used ajaxsearch on site: http://www.rhemapress.pl/www_poradnia/
, when type something, e.g: czwarta
or wspomaganie
when clicked on 1 of homecoming links redirect me document on end of link this: &searched=wspomaganie&advsearch=oneword&highlight=ajaxsearch_highlight+ajaxsearch_highlight1
, i've got error after clicked.
modx encountered next error while attempting parse requested resource: htmlentities() [function.htmlentities]: charset `iso-8859-2' not supported, assuming iso-8859-1 /home/users/rhemapress/public_html/rhemapress/www_poradnia/manager/includes/document.parser.class.inc.php(790) : eval()'d code
where problem? how can correctly? database utf8.
i think need replace character set similar how here:
http://forums.modx.com/index.php?topic=17161.0
find instances similar this, "etomite_charset":
htmlentities($output,ent_quotes,$modx->config['etomite_charset']);replace similar this:
htmlentities($output, ent_quotes);however don't know instance of appear in ajax search plugin.
search character-encoding modx
Comments
Post a Comment