3.0.0-beta.3 install

When hitting install.php for a brand new, fresh install... I get the following error in my logs.

PHP Fatal error:  Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'elgg.entities' doesn't exist in /home/ubuntu/elgg/elgg-3.0.0-beta.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:105

The database is created, but no schema is there.  Why doesn't the install script create the database?  Any tips?

  • I can't tell you anymore what's up with beta3, we have fixed a lot of issues since. If you want to take it for a test drive, use git 3.x branch and install with composer using starter-project, or just clone and run composer install.