Search found 2 matches
Page 1 of 1
Search found 2 matches
Re: [SOLVED]mysql_connect deprecated
Adding the following line after $this->mysqli->set_charset('utf-8'); in mmysqli.php fixed my problem with foreign characters being displayed as question marks: $this->mysqli->query("SET NAMES 'utf8'"); PHP manual ( http://php.net/manual/en/mysqli.set-charset.php ) has the following note: &...
Jump to post- Sat Oct 05, 2013 12:48 am
- Replies 49
- Views 147546
Re: [SOLVED]mysql_connect deprecated
I followed CZechBoY instructions with file indicated by rph (the second one) and its working great. I also changed 'DB_DRIVER' line in config.php inside admin dir to eliminate the warnig message on the administrative pages. However, with the mysqli driver I'm having problems with some characters dis...
Jump to post- Sat Oct 05, 2013 12:23 am
- Replies 49
- Views 147546
Page 1 of 1
Search found 2 matches