Closed ereallstaff closed 10 years ago
Hey there, looking at it now.
I will look at it with xdebug to find more about this. Thank you
Where's your section header? You should have something like:
[example]
skip = false
user = example
pass = password
host = example.com
port = 21
path = /path/to/installation
passive = true
Notice the [example]
. If you don't have a section header, there's your problem.
I had commented it, because I thought was there the problem of invalidating deploy.ini. Now works. Sorry for hassling!
No problem, glad it's OK now.
Hello and thanks for your code!!
I have some difficulties setting up deploy.ini . From your file I have commented all but leaving option as normal.
skip = false user = "user" pass = "password" host = "host" port = 21 path = "/httpdocs/" passive = true
Obviously values are fakes. With "" or not I have same error by my terminal:
PHP Warning: array_merge(): Argument #2 is not an array in /var/www/git-deploy.php on line 627
I have just updated up to php 5.5 , probably is here the problem.
Thank you