Hallo!
Hat zufällig jemand eine Idee, warum der Contao Manager beim Aufruf diese Fehlermeldung bringt?
Code:
Warning: Undefined array key "argv" in phar:///Users/…/web/contao5_2/public/contao-manager.phar.php/api/console on line 76
Warning: Trying to access array offset on value of type null in phar:///Users/…/web/contao5_2/public/contao-manager.phar.php/api/console on line 76
Deprecated: realpath(): Passing null to parameter #1 ($path) of type string is deprecated in phar:///…/web/contao5_2/public/contao-manager.phar.php/api/console on line 76
In der PHP Error Log steht noch:
Code:
Next Contao\ManagerApi\Exception\ApiProblemException: The Contao Manager could not create the directory "//contao-manager". in phar:///Users/…/web/contao5_2/public/contao-manager.phar.php/api/ApiKernel.php:337
Stack trace:
#0 phar:///Users/…/web/contao5_2/public/contao-manager.phar.php/api/ApiKernel.php(163): Contao\ManagerApi\ApiKernel->ensureDirectoryExists('//contao-manage...')
#1 phar:///Users/…/web/contao5_2/public/contao-manager.phar.php/api/ApiKernel.php(133): Contao\ManagerApi\ApiKernel->getConfigDir()
#2 phar:///Users/…/web/contao5_2/public/contao-manager.phar.php/api/ApiKernel.php(77): Contao\ManagerApi\ApiKernel->getLogDir()
#3 phar:///Users/…/web/contao5_2/public/contao-manager.phar.php/api/console(79): Contao\ManagerApi\ApiKernel->__construct('prod')
#4 /Users/…/web/contao5_2/public/contao-manager.phar.php(42): require('phar:///Users/m...')
#5 {main}
thrown in phar:///Users/…/web/contao5_2/public/contao-manager.phar.php/api/ApiKernel.php on line 337
Installieren will ich das unter macOS und MAMP Pro. Webserver nginx und PHP 8.4.2.
Irgendwie habe ich jetzt keinen Plan, was der CM jetzt schon wieder will.