Blank page on start

I am trying to install sitecake, but I get a white page when I try to get in /sitecake.php

I’ve read the forums but found nothing about my error, my sitecake-temp log file states the following error

[2018-02-28 14:22:49] Error: (Sitecake\Error\PHP7ErrorException) - (Error) - Call to undefined function mysql_connect()
Stack Trace:
#0 [internal function]: Sitecake\Error\ErrorHandler::wrapAndHandleException(Object(Error))
#1 {main}

I would really appreciate your help

Hi,

sitecake doesn’t use mysql so that’s probably problem within your site. You probably connect to DB somewhere in your page and it looks like mysql extension isn’t installed.