1 shanemcr Oct 08, 2005 20:02
3 raymond3900 Oct 12, 2006 23:30
Soweb wrote:
I would like to as well, my server is saying I need to set it up this way. how can we change it?
What do you mean your server is saying you need it setup this way? You getting an error message then?
Raymond
4 soweb Oct 12, 2006 23:34
my server is saying the settings we have for our programs including B2e needs to be set for UTF-8. so anytime we use ' or other simple symbols they look like squares or other wierd symbols. making it very hard to post a blog quickly.
5 john Oct 13, 2006 03:39
In conf/advanced.php ( B2 v 1.8.1 )
/**
* CREATE TABLE options.
*
* Edit those if you have control over you MySQL server and want a more professional
* database than what is commonly offered by popular hosting providers.
*/
$db_config['table_options'] = ''; // Low ranking MySQL hosting compatibility Default
// Recommended settings:
# $db_config['table_options'] = ' ENGINE=InnoDB ';
// Development settings:
# $db_config['table_options'] = ' ENGINE=InnoDB DEFAULT CHARSET=utf8 ';
6 john Oct 13, 2006 03:52
Also check .locales.php
I would like to as well, my server is saying I need to set it up this way. how can we change it?