Skip to content

Apache2 is not working

I use Linux Mint. When I try to restart apache displays next message. Job for apache2.service failed because the control process exited with error code. See “systemctl status apache2.service” and “…

PHP Symfony Many to Many form

I have a many-to-many relationship between two tables in my database (1 artikel has more than 1 bestelling and vice versa), so I made a link table(bestelregel). But now I want to make a form so that I can add a new order with multiple products, but as I am new to this, I am not sure how to do

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…