Skip to content

Tag: silverstripe

SilverStripe 4 custom error page not shown

In my last project on SS 4, I’m trying to create my usual custom error pages – with same approach used on v. 3: Creating ErrorPage.ss inside /themes/mysite/templates/Layout; Including $Content inside template; After a successful /dev/build?flush=all I don’t see any content, neither right tem…