Jul 4th, 2011, 5:45 AM
Hey victory,
Sorry, that last remark of mine wasn't terribly helpful! To fix it, you should be able to just add this line to your /global/code/general.php file at line 45:
It should appear right after these two lines:
Let me know if that fixes it for you.
All the best -
- Ben
Sorry, that last remark of mine wasn't terribly helpful! To fix it, you should be able to just add this line to your /global/code/general.php file at line 45:
Code:
@mysql_query("SET SQL_MODE = ''", $link);
It should appear right after these two lines:
Code:
if ($g_unicode)
@mysql_query("SET NAMES 'utf8'", $link);
Let me know if that fixes it for you.
All the best -
- Ben