Fatal error: Maximum execution time on Panel after upgrade to v2

Hey there, I was trying to update my Kirby installation to 2.2 when this wild pocket monster appeared:

It said: «Fatal error Maximum execution time of 30 seconds exceeded in “kirby\toolkit\lib\system.php” on line 67» while fetching the page files.

I’ve looked it up and it seems it has to do with php starting a command on windows (YES i have a windows machine).

The 1.X Kirby version works.

Is it a bug type ?

Have you checked out the update documentation from Kirby 1 to Kirby 2? http://getkirby.com/docs/installation/upgrade

There might also be additional changes you have to take care of for Kirby 2.2.

It starts with the php requirements (PHP 5.4+) but does not stop there …

Maybe you can solve this by editing your php.ini file with the lines below


max_execution_time = 360 ; Maximum execution time of each script, in seconds 
max_input_time = 120     ; Maximum amount of time each script may spend
memory_limit = 128M      ; Maximum amount of memory a script may consume