-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Labels
Comments
Hi, What is the version of PHP you are using? At the moment, Webloyer has not been tested with PHP 7. |
Hi ngmy, You're right, i'm on PHP7. |
Support for PHP 7 is planned for the future. |
Should be fixed with #61 |
I have added support PHP 7. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: