You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to deploy the app using „On click deploy“.
The deployment failed and I got the following errors:
> prestashop new shop1 --release=1.7.1.0 --fixture=starwars
PHP Deprecated: Return type of Symfony\Component\Console\Helper\HelperSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /app/vendor/symfony/console/Helper/HelperSet.php on line 119
Creating PrestaShop application...
Downloading from URL: http://www.prestashop.com/download/releases/prestashop_1.7.1.0.zip
PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /app/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:67
Stack trace:
#0 /app/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(67): count()
#1 /app/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(107): GuzzleHttp\Handler\CurlFactory->release()
#2 /app/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\Handler\CurlFactory::finish()
#3 /app/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\Handler\CurlHandler->__invoke()
#4 /app/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(51): GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}()
#5 /app/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(42): GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}()
#6 /app/vendor/guzzlehttp/guzzle/src/Middleware.php(30): GuzzleHttp\PrepareBodyMiddleware->__invoke()
#7 /app/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(68): GuzzleHttp\Middleware::GuzzleHttp\{closure}()
#8 /app/vendor/guzzlehttp/guzzle/src/Middleware.php(59): GuzzleHttp\RedirectMiddleware->__invoke()
#9 /app/vendor/guzzlehttp/guzzle/src/HandlerStack.php(67): GuzzleHttp\Middleware::GuzzleHttp\{closure}()
#10 /app/vendor/guzzlehttp/guzzle/src/Client.php(275): GuzzleHttp\HandlerStack->__invoke()
#11 /app/vendor/guzzlehttp/guzzle/src/Client.php(123): GuzzleHttp\Client->transfer()
#12 /app/vendor/guzzlehttp/guzzle/src/Client.php(129): GuzzleHttp\Client->requestAsync()
#13 /app/vendor/guzzlehttp/guzzle/src/Client.php(87): GuzzleHttp\Client->request()
#14 /app/vendor/gskema/prestashop-installer/src/Console/NewCommand.php(249): GuzzleHttp\Client->__call()
#15 /app/vendor/gskema/prestashop-installer/src/Console/NewCommand.php(104): Gskema\PrestaShop\Installer\Console\NewCommand->download()
#16 /app/vendor/symfony/console/Command/Command.php(266): Gskema\PrestaShop\Installer\Console\NewCommand->execute()
#17 /app/vendor/symfony/console/Application.php(856): Symfony\Component\Console\Command\Command->run()
#18 /app/vendor/symfony/console/Application.php(203): Symfony\Component\Console\Application->doRunCommand()
#19 /app/vendor/symfony/console/Application.php(127): Symfony\Component\Console\Application->doRun()
#20 /app/vendor/gskema/prestashop-installer/prestashop(12): Symfony\Component\Console\Application->run()
#21 {main}
thrown in /app/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php on line 67
�[37;41mScript prestashop new shop1 --release=1.7.1.0 --fixture=starwars handling the prestashop-setup-core event returned with error code 255�[39;49m
```�`
The text was updated successfully, but these errors were encountered:
I tried to deploy the app using „On click deploy“.
The deployment failed and I got the following errors:
The text was updated successfully, but these errors were encountered: