This error occurs when the Server Name on your Apache is not correct, you can edit this by doing the following.
Open the file server.php in the root directory of the script with an editor and search for this line:
//$_SERVER['SERVER_NAME']= "www.domain.de";
Delete the Backslashes at the Beginning, and edit the url to fit your url. It should now look like this:
$_SERVER['SERVER_NAME']= "www.mydomain.com";