{{:wiki:wikiicon.png?50|}} \\ ====Zentyal Internal Server Error==== \\ If you get a browswer error saying "Internal Server Error", you can do the following two approaches: * The first thing is to connect with your SSH Terminal into Zentyal * Open the File "**/usr/share/perl5/EBox/WebAdmin/PSGI.pm**" * Go to the end of the File and remove the following part. if ($@) { throw EBox::Exceptions::Internal("Cannot load $pkgName: $@"); } * Restart the Webadmin Service with "**/etc/init.d/zentyal webadmin restart**". The second thing you can do if this is nog working * sudo su * mkdir /usr/share/zentyal/psgi * cd /usr/share/zentyal/psgi * wget https://raw.githubusercontent.com/zentyal/zentyal/4.2/main/core/src/psgi/zentyal.psgi * /etc/init.d/zentyal webadmin restart * exit After this your Zentyal Browser GUI should be working again. Enjoy, **Your ArtIT Team** \\ \\ **[[zentyal|BACK]]**