You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a circular dependency error. On silverstripe-framework#6700 [1],
kinglozzer suggested to remove before/after blocks from
`mysite/_config.yml` but I am still getting the same error, so I suppose
I need to remove those blocks from other YAML too.
[1] silverstripe/silverstripe-framework#6700
Fatal error: Uncaught exception 'MJS\TopSort\CircularDependencyException' with message 'Circular dependency found: modelascontrollerroutes->mysite->modelascontrollerroutes' in /project.dev/vendor/marcj/topsort/src/CircularDependencyException.php:34 Stack trace: #0 /project.dev/vendor/marcj/topsort/src/Implementations/BaseImplementation.php(57): MJS\TopSort\CircularDependencyException::create(Array) #1 /project.dev/vendor/marcj/topsort/src/Implementations/ArraySort.php(63): MJS\TopSort\Implementations\BaseImplementation->throwCircularExceptionIfNeeded(Object(stdClass), Array) #2 /project.dev/vendor/marcj/topsort/src/Implementations/ArraySort.php(75): MJS\TopSort\Implementations\ArraySort->visit(Object(stdClass), Array) #3 /project.dev/vendor/marcj/topsort/src/Implementations/ArraySort.php(75): MJS\TopSort\Implementations\ArraySort->visit(Object(stdClass), Array) #4 /project.dev/vendor/marcj/topsort/src/Implementation in /project.dev/vendor/marcj/topsort/src/CircularDependencyException.php on line 34
The text was updated successfully, but these errors were encountered: