Yesterday I put my page online that I built locally on MAMP. Everything went well, only the panel is not reachable anymore since the upload on the ftp. When i go on mysite.de/panel it only shows me a blank google chrome page with the link http://panel/login.
All issues i found in the forum or in the docs, i’ve checked … still no access to the panel
You can either enable debugging in your config.php (temporarily only) or you check your php.ini settings if you are familiar with that. Usually, on a production server, debugging should be enabled, but errors shouldn’t be displayed on screen but saved to a log file.
Check phpinfo(); it should tell you where to find the log file, in the core section under error_log. There might not be any, if the hosting provider doesn’t provide it. But as I said, temporarily you can try to enable debugging in your config.