I get error: HTTP ERROR 500
I found this error in log:
[php:error] [pid 636] [client 192.168.200.254:51163] PHP Fatal error: Uncaught Dotenv\\Exception\\InvalidFileException: Failed to parse dotenv file. Encountered an invalid name at [<?php exit('No direct script access allowed'); ?>]. in /share/htdocs/vendor/vlucas/phpdotenv/src/Parser/Parser.php:30\nStack trace:\n#0 /share/htdocs/vendor/graham-campbell/result-type/src/Error.php(118): Dotenv\\Parser\\Parser::Dotenv\\Parser\\{closure}()\n#1 /share/htdocs/vendor/vlucas/phpdotenv/src/Parser/Parser.php(31): GrahamCampbell\\ResultType\\Error->mapError()\n#2 /share/htdocs/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\\Parser\\Parser->parse()\n#3 /share/htdocs/index.php(20): Dotenv\\Dotenv->load()\n#4 {main}\n thrown in /share/htdocs/vendor/vlucas/phpdotenv/src/Parser/Parser.php on line 30
192.168.200.254 - - [25/Apr/2023:08:59:15 +0200] "GET / HTTP/1.1" 500 -
192.168.200.254 - - [25/Apr/2023:09:00:06 +0200] "-" 408 -
How I can solve this problem?
thx in advance