2012-03-03, 04:24 PM
Hi all..
I've got a blank page during installation when trying to connect the MySql v4.0 database.
I've delete the code in ./inc/db_mysql.php
this code
my problem is same with this one http://community.mybb.com/thread-37723.html
I've got a blank page during installation when trying to connect the MySql v4.0 database.
I've delete the code in ./inc/db_mysql.php
this code
if($success && $this->db_encoding)
{
$this->query("SET NAMES '{$this->db_encoding}'");
if($write_success && count($this->connections) > 1)
{
$this->write_query("SET NAMES '{$this->db_encoding}'");
}
}
return $success;
and also this return " CHARACTER SET {$this->db_encoding} COLLATE {$collation}";
but its still blank..my problem is same with this one http://community.mybb.com/thread-37723.html