I have Composer and XAMPP Server with PHP 5.6 installed on Windows 7.
I'm following Pyrocms documentation here:
https://www.pyrocms.com/documentation/pyrocms/installation
Following the steps, I created a new pyrocms project inside htdocs/pyrocms and downloaded vendor packages with composer install
Now, while tring to open localhost/pyrocms/public in order to start Pyrocms installation, it gives me the following error:
Apparently, laravel.log file shows the following errors: different line number every different time.
[2016-09-11 15:14:11] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Maximum execution time of 30 seconds exceeded' in F:\famp\htdocs\pyrocms\vendor\leafo\scssphp\src\Parser.php:898
[2016-09-11 15:15:27] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Maximum execution time of 30 seconds exceeded' in F:\famp\htdocs\pyrocms\vendor\oyejorge\less.php\lib\Less\Parser.php:2462
[2016-09-11 15:16:15] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Maximum execution time of 30 seconds exceeded' in F:\famp\htdocs\pyrocms\vendor\leafo\scssphp\src\Parser.php:844
[2016-09-11 15:21:29] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Maximum execution time of 30 seconds exceeded' in F:\famp\htdocs\pyrocms\vendor\leafo\scssphp\src\Parser.php:1354
What could be the possible cause for maximum time exceeded error?
