The installer cannot create the config table. Yes, the script successfully connects to the database, permissions are correctly set, and I have used installer scripts in other open-source packages to automatically insert and configure mySQL tables in this database. The error is "table auro10.cpg32_config does not exist." Sure enough, it doesn't exist.
Richard
Hmm. The error shows the prefix as cpg32_, but the default is cpg132_. Did you change this?
Do you have schema.sql and basic.sql in your /sql directory? Verify they exist and aren't empty.