SS 4.6.1 Admin files Server responded with an error. Syntax Error: Unexpected <EOF> on live server

To me it seemed completely unrelated, but the solution for this was to set the php memory in the root .htaccess file:

"php_value memory_limit 512M"

I hope that will help somebody else.