Blank page - getting blank page when I tried to open URL/sitecake.php

Hi,

I installed sitecake today & am getting blank page when I tried to open URL/sitecake.php
I used .scignore to ignore all files except index.html (static website)

Kindly suggest.

http://104.131.85.193/sitecake/2.4.10/config/requirements.php
gives this message: “Basic server configuration needed for Sitecake to run is OK”

But I am unable to run sitecake.php.
Kindly help.

Anyone available for help ???

Try things from the list below

Find sitecake.log in sitecake-temp/ folder and send log to us. Please create a ticket. People can’t help you with so little information, we need to log in to your server or at least see the log.

This is the log file entries. Kindly help me sort it out.

[2020-08-10 17:21:32] app.INFO: Matched route "{route}". {"route":"GET_","route_parameters":{"_controller":"[object] (Closure: {})","_route":"GET_"},"request_uri":"http://104.131.85.193/sitecake.php/","method":"GET"} []

[2020-08-10 17:21:32] app.ERROR: Sitecake\Error\PHP7ErrorException (0): Error (0): Class 'DOMDocument' not found in [/var/www/html/sitecake/2.4.10/src/Sitecake/Content/Element.php, line 456] in [/var/www/html/sitecake/2.4.10/src/Sitecake/Content/Element.php, line 456] Stack Trace: #0 [internal function]: Sitecake\Error\ErrorHandler->wrapAndHandleException(Object(Error)) #1 {main}   [] []

I had to install DOM Extension. Got it sorted!
Installed dom extension using “sudo apt-get install php7.2-xml”

Thanks.