Panel fatal error

Hi everybody

After reinstalling my panel (I had some internal server errors 500) per git submodul directly from the official Kirby repository I got this error when trying to load the panel url:

Fatal error: Uncaught exception 'Exception' with message 'Your Toolkit version is too old. Please upgrade to 2.5.12 or newer.' in /home/httpd/vhosts/woodandluxury.com/httpdocs/swisstogo/panel/app/src/panel.php:206 Stack trace: #0 /home/httpd/vhosts/woodandluxury.com/httpdocs/swisstogo/panel/app/src/panel.php(92): Kirby\Panel->requirements() #1 /home/httpd/vhosts/woodandluxury.com/httpdocs/swisstogo/panel/index.php(41): Kirby\Panel->__construct(Object(Kirby), '/home/httpd/vho...') #2 {main} thrown in /home/httpd/vhosts/woodandluxury.com/httpdocs/swisstogo/panel/app/src/panel.php on line 206

Since this is really a fresh panel install, I am unsure where to begin with troubleshooting… the site itself is running fine. Here the panel url with the error in the wild:

https://swiss-to-go.ch/panel/

Is anybody familiar with this kind of error?

Thanks, Felix

Make sure that your Kirby version is the same version number as the Panel, you need Kirby 2.5.12 as well. Kirby 2.5.12 then contains the matching 2.5.12 toolkit version.

2 Likes

Thanks texnixe, this was the problem.