Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment fails #11

Open
besi opened this issue May 5, 2022 · 0 comments
Open

Deployment fails #11

besi opened this issue May 5, 2022 · 0 comments

Comments

@besi
Copy link

besi commented May 5, 2022

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

```�`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant