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 4 Alpha 5 Fatal Error on Install


Go to End


9 Posts   3425 Views

Avatar
D.J. deGonzo

Community Member, 1 Post

3 March 2017 at 4:58pm

Installation attempt gives output:

If you receive a fatal error, refresh this page to continue the installation

    Setting up 'mysite/_config.php'...
    Setting up /var/www/SS_CMS/mysite/_config.php
    Setting up 'mysite/_config/config.yml'
    Setting up /var/www/SS_CMS/mysite/_config/config.yml
    Setting up '.htaccess' file...
    Setting up /var/www/SS_CMS/.htaccess
    Building database schema...

    Fatal error: Interface 'PHPUnit_Framework_TestListener' not found in /var/www/SS_CMS/framework/src/Dev/SapphireTestReporter.php on line 46

Refreshing the page does not continue the installation. I'm hoping somebody can point me in the right direction.

Avatar
toopy

Community Member, 9 Posts

8 March 2017 at 11:48am

Same fatal error over here with no way out

Avatar
Filis

Community Member, 1 Post

15 March 2017 at 9:21am

Hi guys,

Same problem here and no way to fix it!

Fatal error: Uncaught MJS\TopSort\CircularDependencyException: Circular dependency found: modelascontrollerroutes->mysite->modelascontrollerroutes in /var/www/user/vendor/marcj/topsort/src/CircularDependencyException.php:34 Stack trace: #0 /var/www/user/vendor/marcj/topsort

Avatar
Pix

Community Member, 158 Posts

19 March 2017 at 6:51am

Edited: 19/03/2017 6:58am

Yep. Same problem as you Filis. Would love to try it out but:

Building database schema...

Fatal error: Uncaught exception 'MJS\TopSort\CircularDependencyException'

Avatar
Pix

Community Member, 158 Posts

23 March 2017 at 6:13am

Anyone planning on addressing this at all?

Avatar
purplespider

Community Member, 89 Posts

30 March 2017 at 4:14am

How did you install SilverStripe? Via composer or the ZIP/TAR download?

I get:
Fatal error: Call to undefined method SilverStripe\Config\Collections\CachedConfigCollection::setPool() in XXX/framework/src/Core/Config/CoreConfigFactory.php on line 51
with a Composer install of alpha 5.

And:
Fatal error: Interface 'PHPUnit_Framework_TestListener' not found in /XXX/framework/src/Dev/SapphireTestReporter.php on line 46
when installing from the TAR.

Avatar
Pix

Community Member, 158 Posts

30 March 2017 at 8:34am

I used composer. Yooohoooo Devs, where are you?! Let's get some help here to check this out, yes?

Avatar
purplespider

Community Member, 89 Posts

30 March 2017 at 8:48am

Go to Top