MyBB Community Forums

Full Version: cant pass database config
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello...

I have uploaded the files (v141), it passes the little test, I enter in the correct database info click next and I get.... nothing, well a blank page, but nothing. I have uploaded the files a few times, tried different versions of php, different passwords, still nothing. Any ideas?

Requirements
PHP Version: 5.2.5
Supported DB Extensions: MySQL Improved, MySQL, SQLite 2

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
Congratulations, you meet the requirements to run MyBB.


Thanks,

Chris
(2008-08-26, 11:53 PM)sylunt1 Wrote: [ -> ]Hello...

I have uploaded the files (v141), it passes the little test, I enter in the correct database info click next and I get.... nothing, well a blank page, but nothing. I have uploaded the files a few times, tried different versions of php, different passwords, still nothing. Any ideas?

Requirements
PHP Version: 5.2.5
Supported DB Extensions: MySQL Improved, MySQL, SQLite 2

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
Congratulations, you meet the requirements to run MyBB.


Thanks,

Chris

i am having this same problem.
i've double checked my permissions.
tried first using firefox, then when i encountered this problem, switched to explorer.
no change.
Before you can install MyBB, we must check that you meet the minimum requirements for installation.

Requirements Check
Requirements
PHP Version: 4.4.9
Supported DB Extensions: MySQL, SQLite 2

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

Congratulations, you meet the requirements to run MyBB.

Click Next to continue with the installation process.
anyone? Sad
In install/index.php, find:
$db->error_reporting = 0;
Replace with:
$db->error_reporting = 1;
See if that reveals any errors.
i found it in line 636 (if that helps), made the change...tried again and got this:

Quote:MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1193 - Unknown system variable 'NAMES'
Query:
SET NAMES 'utf8'
Please contact the MyBB Group for support.

thank you for working on holiday weekends. ;]
upgraded to sql 5.0 instead of 4.0.
installation worked.

a friend found this thread:
http://community.mybboard.net/printthread.php?tid=35161

hope this helps the original poster.