4
Thank you both for the quick reply.
1) Other than logging into PHPMyAdmin with the account that I created successfully...how else can I test connectivity to the database?
2) Yup, I checked the error logs and this was present:
PHP Fatal error: MySQL extension not loaded in C:\\www\\class\\database\\mysqldatabase.php on line 74, referer:
http://localhost/install/index.phpSure enough, the WAMP instructions I had followed...had me change the MySQL extension to "mysqli" vice the default "mysql". I went ahead and made the appropriate change on line 74 in the mysqldatabase.php file and it resolved that error. I am no longer receiving that error when I click next, however, I am still receiving a blank page and no new errors. If you someone can tell me how to test the connectivity to the database manually...it would be greatly appreciated. Thanks again.