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?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- ihayredinov@ihayredinov

ihayredinov - 0 likes
You must log in to post replies.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.