Knowledgebase: v 4.x.x
News, Business catalog and Static Content pages display many question signs (?????) instead of normal text.
Posted by Lena Kosyakova on 11 August 2009 11:53 AM
Go to the /apps/adminPanel/config/LocalSettings.php and /apps/frontEnd/config/LocalSettings.php files and comment the line:
'MYSQL_CHARSET' => 'utf8',

so the file will look like:
<?php

return array(
'DBHOST' => 'localhost',
'DBNAME' => 'db',
'DBUSER' => 'gb_user',
'DBPASSWORD' => '123',
'SITE_URL' => 'http://www.yoursite.com',
# 'MYSQL_CHARSET' => 'utf8',
'ADMIN_SITE_URL' => 'http://www.yoursite.com/admin',
);

?>

(576 votes)
This article was helpful
This article was not helpful

Comments (0)
Post a new comment 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below. This is required to prevent automated registrations and form submissions.

Help Desk Software by Kayako Fusion