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

Issue when using magento recipe #55

Closed
JeromeSiau opened this issue Aug 16, 2016 · 5 comments
Closed

Issue when using magento recipe #55

JeromeSiau opened this issue Aug 16, 2016 · 5 comments
Labels

Comments

@JeromeSiau
Copy link

JeromeSiau commented Aug 16, 2016

Hi,

I'm testing your UI, seems cool for now.
I'm tryng to deploy a magento website so i used the basic magento recipe, but when i want to deploy i have an error :

ErrorException in DeploymentForm.php line 63: Array to string conversion in DeploymentForm.php line 63 at HandleExceptions->handleError('8', 'Array to string conversion', '/home/xxxxxxxx/webloyer/app/Services/Form/Deployment/DeploymentForm.php', '63', array('input' => array('_token' => 'jnVHgzYJTUQ2hIaO828ym2lWVYsZCuo6QfCULeqr', 'task' => 'deploy', 'status' => null, 'message' => null, 'project_id' => '1', 'user_id' => '1'), 'deployment' => object(Deployment))) in DeploymentForm.php line 63 at DeploymentForm->save(array('_token' => 'jnVHgzYJTUQ2hIaO828ym2lWVYsZCuo6QfCULeqr', 'task' => 'deploy', 'status' => null, 'message' => null, 'project_id' => '1', 'user_id' => '1')) in DeploymentsController.php line 72 at DeploymentsController->store(object(Request), object(Project)) at call_user_func_array(array(object(DeploymentsController), 'store'), array(object(Request), 'projects' => object(Project))) in compiled.php line 8899

I'm not sure when i did something wrong (server configuration / deployment configuration ?)

Here is my server config :

production:
host: XXXXXX.com
user: XXXXXX
password: XXXXXX
stage: production
deploy_path: /home/www/XXXXXX/magento

And my deployment config

Project Name XXXXXXXX - PROD
Recipe deployer-magento-recipe
Server XXXXXXXX
Repository URL https://gitlab.com/XXXXXXXX/XXXXXXXX.git
Stage production
Deploy Path
E-Mail Notification Recipient

If any idea, i'll take it :-)
Thx

@ngmy
Copy link
Owner

ngmy commented Aug 19, 2016

Hi,

What is the version of PHP you are using?

At the moment, Webloyer has not been tested with PHP 7.
Therefore, if you are using PHP 7, Webloyer may not work properly.

@JeromeSiau
Copy link
Author

Hi ngmy,

You're right, i'm on PHP7.
I will try on a PHP5 server then, thx !

@ngmy
Copy link
Owner

ngmy commented Aug 19, 2016

Support for PHP 7 is planned for the future.
Please give me some time.

@ngmy ngmy added the bug label Aug 19, 2016
@barryvdh
Copy link

Should be fixed with #61

@ngmy
Copy link
Owner

ngmy commented Jan 1, 2017

I have added support PHP 7.
Please try the version 0.40.0.

@ngmy ngmy closed this as completed Jan 1, 2017
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

3 participants