Fatal error when open ../sitecace.php

Hi,
trying to open …/sitecace.php I get this error with a blank/white page:
Fatal error: Maximum execution time of 30 seconds exceeded in /www/htdocs/…/sitecake/2.4.7/src/Sitecake/Util/Utils.php on line 679

sitecake 2.4.7, PHP Version 5.6.32-nmm1

What’s wrong?

Hi,

it means that it took more time for sitecake to handle request than it’s allowed in PHP settings. Does your site have files/dirs that doesn’t need to be handled by sitecake? Maybe some framework dir in site root. If so, add .scignore file in your site root dir and add files/dirs that shouldn’t be handled by sitecake one in each line. That should speed up things and probably will resolve your problem.

Thanks for the quick help.
It is a very slim bootstrap page. I tried that. I’m sorry it didn’t help.

Hi, can you send me url to your site and sitecake pass on PM so I can check it out?