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 3.x install not running under PHP version 7


Go to End


1444 Views

Avatar
hanna248

Community Member, 1 Post

18 May 2017 at 5:50pm

I've just reacquainted myself with the SilverStripe CMS, it's been a few years since last time of use.
This time I had problems to install version 3.5.3 on my hosting provider, the install script stopped during the DB table setup.

Building database schema...
POST /install.php
Line 581 in /storage/content/41/<site_address>/public_html/framework/model/connect/DBSchemaManager.php

It took a while to find out that the versions 3.x does not run under PHP version 7.
Although there is a patch!
Have a look at: https://github.com/wernerkrauss/silverstripe3-php7

With the patch installation is working beautiful.
So, I'm putting this on the forum for the next in line that might have encounter the same issue.

Best of luck to you all!