Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [Installing] Blank page when installing MyBB 1.6 and MySQL4
#1
Not Solved
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
		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
#2
Not Solved
what is php version .. see [Wiki: Requirements] (Broken link, head over to docs.mybb.com instead)
#3
Not Solved
(2012-03-03, 04:27 PM)ranjani Wrote: what is php version .. see [Wiki: Requirements] (Broken link, head over to docs.mybb.com instead)

this is my requirement check result

PHP Version: 5.2.4
Supported DB Extensions: MySQL Improved, MySQL, PostgreSQL
Supported Translation Extensions: Multi-Byte, iconv
PHP XML Extensions: Installed
Configuration File Writable: Writable
Settings File Writable: Writable
Cache Directory Writable: Writable
File Uploads Directory Writable: Writable
Avatar Uploads Directory Writable: Writable

and its say this "Congratulations, you meet the requirements to run MyBB."
#4
Not Solved
bump..bump..
#5
Not Solved
I advise you find a host with MySQL 5 installed. The documentation on the wiki for MySQL 4 has been there for years, and I'm pretty sure you'll run in to more issues along the way with MySQL 4. It's outdated and I doubt there's any MyBB 1.6 forums out there using it.
No longer involved in the MyBB project.
#6
Not Solved
umm..
the problem is i also run a gameserver which using mysql4 at the same server with forum server..
so i can't use 2 mysql in one dedicated server..


Forum Jump:


Users browsing this thread: 1 Guest(s)