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

Error on deploy #66

Closed
Kleinast opened this issue Dec 6, 2016 · 1 comment
Closed

Error on deploy #66

Kleinast opened this issue Dec 6, 2016 · 1 comment
Labels

Comments

@Kleinast
Copy link

Kleinast commented Dec 6, 2016

Hi,

What ever recipe I use, I always get this error:

PHP Fatal error:  Call to undefined function set() in /home/bpicharles/html/webloyer2/storage/app/deploy_9bcd0680be5c0480c48194ca8171f964.php on line 3
PHP Stack trace:
PHP   1. {main}() /home/bpicharles/html/webloyer2/vendor/bin/dep:0
PHP   2. require() /home/bpicharles/html/webloyer2/vendor/bin/dep:4
PHP   3. require() phar:///home/bpicharles/html/webloyer2/vendor/bin/dep/bin/dep:106

It seem don't have deployer base function included, wired isn't it ?
Do I have miss something in my install or config ?

Thanx

@ngmy
Copy link
Owner

ngmy commented Jan 1, 2017

Hi,

It is because Deployer version has changed from 3.x to 4.x.

Please use the latest stable version of Webloyer.
The current latest stable version is 0.40.0.
Please note that this version requires PHP 5.6.0 or higher.
Also, if you have created a custom recipe file, you need to add a namespace for functions to your custom recipe file. For details, please refer to the upgrade guide of Deployer.

Otherwise, please get version 3.x depoyer.phar and replace with your vendor/bin/dep.

@ngmy ngmy closed this as completed Jan 1, 2017
@ngmy ngmy added the bug label Jan 2, 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

2 participants