Hi,
Having a problem installing Drupal 7.
I'm a fairly seasoned PHP/MySQL user, new to Drupal, have read the install pages. Using Drupal 7 because I have PHP 5.3 on my system and kind of need to keep it there for other work I'm doing.
My environment:
MacOS 10.5.8
Apache 2.2.14 (stock from MacOS)
PHP 5.3.0-3 w/GD (from http://www.entropy.ch/software/macosx/php/)
MySQL 5.1.40 (from http://www.mysql.com/downloads/mysql/)
I activated PDO in PHP according to instructions and verified it's working (PDO section appears in phpinfo() )
This environment has been up and running, I have been building PHP/MySQL sites by hand with no problem.
When I run the Drupal 7 installer using the web front-end (http://localhost/drupal), I make it through the Installation Type page (Standard) and Language page (English). Then I am presented with the database config page. I enter the database name ("drupal"), database username and password (root/blank in my case) and click "Save and Continue".
At this point, the same page appears with the message at the bottom "Check the error messages and try again."
I have looked everywhere and cannot find any error messages. Nothing in apache2 error log, nothing in syslog, etc.