Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi,
    “…@@session.character_set_results=utf8…” was not solution in my case, maybe is PHP version…

    I forced manually the PHP connection. After line 618 in abase.php

    $abase_conn = mysql_connect($sqlHost, $sqlUser, $sqlPass) …
    //Add force utf-8 connection
    mysql_set_charset(‘utf8’,$abase_conn);

    I hope this usefull to someone.

Viewing 1 replies (of 1 total)