Emma Fabre

Results 138 comments of Emma Fabre

Well this just gets weirder and weirder. The issue is, your system's response to `which` isn't the one Rocketeer expects. Usually it's like `npm not found` but yours says `npm...

What's weird is I added a check for this kind of response and it's still trying to use it https://github.com/rocketeers/rocketeer/blob/develop/src/Rocketeer/Traits/BashModules/Binaries.php#L159

Can you try again with latest develop, running with `-vvv`? I made `runRaw` commands being displayed in debug verbosity (they used to be hidden no matter what). That'll help me...

Does adding `rsync` to the [sudoed commands](https://github.com/rocketeers/rocketeer/blob/2.2.3/src/config/remote.php#L53) work?

What do you have in `hooks.php` ?

Not sure, what does ConfRelease look like?

Try doing this in the `custom` array: ``` php 'conf:debug' => 'MyTasks\ConfDebug', 'conf:release' => 'MyTasks\ConfRelease', ``` See if you still get the 1?

Ok no it seems it's not finding your classes, you say they're in `.rocketeer/tasks`, both?

It seems you are missing a (some?) extension(s), can you try to install the XML PHP extension see if that fixes it? That is the one containing the `utf8_decode` and...