Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Silverstripe install throws error - F:\xampp\htdocs\barrel12\framework\model\connect\DBSchemaManager.php


Go to End


1314 Views

Avatar
Sreek

Community Member, 5 Posts

19 January 2017 at 12:13am

I'm installing silverstripe on my localhost (XAMPP) using composer and when i try to install it throws this error -
DBSchemaManager->requireField(File,ClassName,Array)
DB.php:552
DB::require_field(File,ClassName,Array)
Enum.php:90
Enum->requireField()
DBSchemaManager.php:349
DBSchemaManager->requireTable(File,Array,Array,1,Array,)
DB.php:530
DB::require_table(File,Array,Array,1,Array,)
DataObject.php:3427
DataObject->requireTable()
DatabaseAdmin.php:244
DatabaseAdmin->{closure}()
DBSchemaManager.php:126
DBSchemaManager->schemaUpdate(Closure)
DatabaseAdmin.php:246
DatabaseAdmin->doBuild(1)
install.php5:1433
Installer->install(Array)
install.php5:231
include(F:\xampp\htdocs\barrel12\framework\dev\install\install.php5)
install.php:26
include(F:\xampp\htdocs\barrel12\framework\dev\install\install.php)
install.php:13

my database credentials -
host: localhost
username: root
password:
password is set blank.

Please let me know what am I missing.

Thanks.