Current time: 03-22-2010, 02:07 PM Hello There, Guest! (LoginRegister)


Post Reply 
Enter database info, then blank page
11-27-2008, 12:11 AM
Post: #31
RE: Enter database info, then blank page
I get the same thing even after re-uploading the install folder and trying two different browsers.
Find all posts by this user
Quote this message in a reply
04-07-2009, 10:20 PM
Post: #32
RE: Enter database info, then blank page
This bug still exists for version 4.0.27 of MYSQL.

Inside inc/db_mysql.php

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}'");
            }
        }

The SET NAMES doesn't work and neither does "SET CHARACTER SET".

Join MyBB Central for exclusive plugins. Downloads require a paid membership.
Do you need free Mybb Support?
[Image: mybbsig.php]
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: