Panel isn't loading

Basically, I installed Kirby 2.4.1 onto my Apache2 server (Ubuntu Server 16.04) which uses PHP7.1 and my panel doesn’t load. It gives me a HTTP error: 500 which means there’s something wrong on the server side. I made sure the permissions of all the files on my server directory are appropriate but still, it’s not loading.

Are there issues with PHP7.1 maybe? Regardless, here’s the panel site if it helps: http://taz.lovesami.ga/panel. I’m going to try an older version of PHP right now. Hopefully that’ll fix it.

Also hey! I’m new to Kirby and this forum. (:

Welcome! :tada:

I’ve seen that links to subpages don’t work either. Have you uploaded the (on most systems hidden) .htaccess file in the root directory?

Regarding the Panel issue: Could you please try adding this to your site/config/config.php:

c::set('debug', true);

Please also check if there’s something in your server error logs.