I have fixed this by adding this line:
Quote:
|
ppmysql_query("set names 'utf8'", $link);
|
To the 'pp-inc.php' file, right after the mysql_connect - before these lines:
Quote:
// Let's get all our settings....
$getsets = ppmysql_query("SELECT varname,setting FROM {$pp_db_prefix}settings", $link);
|
It is now working fine