WordPress 2.9.2 (it wasn't an option in the dropdown)
Mac OS X 10.6
PHP 5.3
Mysql 5.088 - local, not using MAMP
Database name: wordpress_site
Database user: wordpress
Database Permissions: all
When I try to install WordPress on my Mac, I get the following error on step 2 of the installation process:
WordPress database error: [ $db->get_row(string query, output type, int offset) -- Output type must be one of: OBJECT, ARRAY_A, ARRAY_N]
SELECT * FROM wp_users WHERE ID = 1 LIMIT 1
WordPress database error: [ $db->get_row(string query, output type, int offset) -- Output type must be one of: OBJECT, ARRAY_A, ARRAY_N]
SELECT * FROM wp_users WHERE ID = 1 LIMIT 1
WordPress database error: [ $db->get_row(string query, output type, int offset) -- Output type must be one of: OBJECT, ARRAY_A, ARRAY_N]
SELECT * FROM wp_usermeta WHERE user_id = 0 AND meta_key = ''
WordPress database error: [ $db->get_row(string query, output type, int offset) -- Output type must be one of: OBJECT, ARRAY_A, ARRAY_N]
SELECT * FROM wp_users WHERE ID = 1 LIMIT 1
Below that it says installation was successful and gives the password. When I try to login to the admin, the Apache error_log has similar errors and the page renders blank.
The error message is being printed from method "get_row" in wp-db.php (line 888)
Thanks