View Single Post
Old April 1st, 2009, 10:43 AM   #9 (permalink)
omriamos
Member
Verified Customer
 
Join Date: Feb 2007
Posts: 31
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
omriamos is offline   Reply With Quote