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

build command throws error with CakePHP 4.0.0 #343

Closed
mrothauer opened this issue Dec 25, 2019 · 2 comments
Closed

build command throws error with CakePHP 4.0.0 #343

mrothauer opened this issue Dec 25, 2019 · 2 comments
Assignees
Labels
Milestone

Comments

@mrothauer
Copy link

mrothauer commented Dec 25, 2019

see https://travis-ci.org/foodcoopshop/foodcoopshop/jobs/629496999

$ bin/cake asset_compress build

Exception: Too few arguments to function Cake\Console\Shell::out(), 0 passed in /home/travis/build/foodcoopshop/foodcoopshop/vendor/markstory/asset_compress/src/Shell/AssetCompressShell.php on line 51 and at least 1 expected
In [/home/travis/build/foodcoopshop/foodcoopshop/vendor/cakephp/cakephp/src/Console/Shell.php, line 709]
2019-12-26 00:16:17 Error: [ArgumentCountError] Too few arguments to function Cake\Console\Shell::out(), 0 passed in /home/travis/build/foodcoopshop/foodcoopshop/vendor/markstory/asset_compress/src/Shell/AssetCompressShell.php on line 51 and at least 1 expected in /home/travis/build/foodcoopshop/foodcoopshop/vendor/cakephp/cakephp/src/Console/Shell.php on line 709
Stack Trace:

  • /home/travis/build/foodcoopshop/foodcoopshop/vendor/markstory/asset_compress/src/Shell/AssetCompressShell.php:51
  • /home/travis/build/foodcoopshop/foodcoopshop/vendor/cakephp/cakephp/src/Console/Shell.php:500
  • /home/travis/build/foodcoopshop/foodcoopshop/vendor/cakephp/cakephp/src/Console/CommandRunner.php:354
  • /home/travis/build/foodcoopshop/foodcoopshop/vendor/cakephp/cakephp/src/Console/CommandRunner.php:168
  • /home/travis/build/foodcoopshop/foodcoopshop/bin/cake.php:12
@markstory markstory self-assigned this Dec 26, 2019
@markstory markstory added this to the 4.x milestone Dec 26, 2019
@markstory
Copy link
Owner

Fixed in aa6cdb2

@mrothauer
Copy link
Author

thanks a lot!

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

No branches or pull requests

2 participants