Hello,
could someone help me with this problem. In my template I made a simple [!AjaxSerach!] call.
When getting a search results I get this information: AjaxSearch: database_connection_charset is null. Check your config file.
Could somebody help me with this?
lx
... I’ve solved this problem myself.
I’ve added my language in /manager/includes/config.inc.php . That was polish in "$database_connection_charset = ’polish’;".
Than in ajaxSearch.php I’ve added a ’polish’ => ’UTF-8’ to $pageCharset = array
Hopfully it will help someone in future.
lx
-
☆ A M B ☆
- 24,524 Posts
http://wiki.modxcms.com/index.php/AjaxSearch
There is an explanation of the error messages here.