I've created a new database and am owner. The database test connection succeeds. I get this error after that part of the install:
The INSERT statement conflicted with the FOREIGN KEY constraint "FK_yaf_BBCode_Board". The conflict occurred in database "yafnew", table "dbo.yaf_Board", column 'BoardID'.
The statement has been terminated.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: The INSERT statement conflicted with the FOREIGN KEY constraint "FK_yaf_BBCode_Board". The conflict occurred in database "yafnew", table "dbo.yaf_Board", column 'BoardID'.
The statement has been terminated.
Any ideas how to get past this?