pocketarc / git-deploy-php

git-deploy-php is a simple php-based tool that deploys your Git repositories to FTP/SFTP servers, and keeps them updated automatically.
http://brunodebarros.github.io/git-deploy-php
292 stars 45 forks source link

Is it working? #54

Closed maskas closed 9 years ago

maskas commented 9 years ago

The latest version gives me following error. Is it working for others?

PHP Fatal error: Class 'Brunodebarros\Gitdeploy\Brunodebarros\Gitdeploy\Git' not found in phar:///var/www/impresspages.org/git-deploy/src/Server.php on line 82 PHP Stack trace: PHP 1. {main}() /var/www/impresspages.org/git-deploy:0 PHP 2. Brunodebarros\Gitdeploy\Server->deploy() /var/www/impresspages.org/git-deploy:52

pocketarc commented 9 years ago

It's working for me, I use it every day. Are you sure it's the latest version?

pocketarc commented 9 years ago

Oh wait this is for a submodule, which I don't use every day.

pocketarc commented 9 years ago

Have just deployed a fix, can you confirm that it works?

maskas commented 9 years ago

Nice. Working fine now. Thanks.