Template fehlermeldung mit Putty mit php bin/console theme:create

Hallo liebes Forum,
gleich am anfang meines neuen Projektes haptert es an der Ableitung des Themes.

Nutze die Anleutung hier um das Standart Theme abzuleiten, so wie es in der Anleitung empfohlen wird.

Als Konsole habe ich Putty, Server gehostet auf Strato.

sobald ich den Befehl im Hauptordner von Shopware eintippe, erscheint folgende Fehler

xx-xxxxx.de> php bin/console theme:create
Please enter a theme name: 10:54:47 CRITICAL  [console] Error thrown while running command "theme:create". Message: "Undefined constant "STDIN" ["exception" => Error { …},"command" => "theme:create","message" => "Undefined constant "STDIN""]
Status: 500 Internal Server Error
X-Powered-By: PHP/8.0.20
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8" />
    <meta name="robots" content="noindex,nofollow,noarchive" />
    <title>An Error Occurred: Internal Server Error</title>
    <style>body { background-color: #fff; color: #222; font: 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; margin: 0; }
.container { margin: 30px; max-width: 600px; }
h1 { color: #dc3545; font-size: 24px; }
h2 { font-size: 18px; }</style>
</head>
<body>
<div class="container">
    <h1>Oops! An Error Occurred</h1>
    <h2>The server returned a "500 Internal Server Error".</h2>

    <p>
        Something is broken. Please let us know what you were doing when this error occurred.
        We will fix it as soon as possible. Sorry for any inconvenience caused.
    </p>
</div>
</body>

Ich kann mit dem Fehler nichts anfangen.

Habe sogar die komplette Installation inkl. Datenbank komplett neu aufgesetzt. Mit der Hoffnung, dass es nur ein Einrichtungsfehler gab. Leider auch danach gleicher Fehler.

Was ich als laie nicht verstehe, warum kann man nicht im Backand einfach eine „Kopie“ vom Theme erstellen?