scttnlsn / dandelion

Incremental Git repository deployment.
http://scttnlsn.github.io/dandelion
MIT License
738 stars 60 forks source link

Problems deploying to PHP 7 server #161

Closed kevwaddell closed 7 years ago

kevwaddell commented 7 years ago

Hi, I currently host several sites on WPEngine and use dandelion to deploy my themes from local to production and staging. WPEngine have upgraded there servers to PHP 7 and all my sites now run on it.

After this upgrade I found that dandelion only deploys a few files then creates a net-ssh error (I have attached the terminal output).

I also contacted WPEngine support to see if it was a problem on their end they tried the script and couldn't get it to work either. They suggested I contacted the developer to see if it was compatible with PHP 7.

I hope you can sort this as I use dandelion on all my deployments.

screenshot 2017-03-08 10 29 56

scttnlsn commented 7 years ago

Does it disconnect at the same point every time? There's nothing about Dandelion that would depend on the PHP version on the remote server so I doubt that is the problem. Did your hosting provider upgrade anything else about the server? Perhaps the SFTP software they're running?

kevwaddell commented 7 years ago

It seems to have fixed it self and is now working fine. Very strange.