PHPCheckstyle / phpcheckstyle

PHPCheckstyle is an open-source tool that helps PHP programmers adhere to certain coding conventions.
https://github.com/PHPCheckstyle/phpcheckstyle
GNU Lesser General Public License v3.0
164 stars 31 forks source link

File not found. #56

Closed andreykp closed 7 years ago

andreykp commented 7 years ago

PHP Warning:  require_once(vendor/autoload.php): failed to open stream: No such file or directory in /tmp/phpcheckstyle/run.php on line 127
PHP Stack trace:
PHP   1. {main}() /tmp/phpcheckstyle/run.php:0
PHP Fatal error:  require_once(): Failed opening required 'vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /tmp/phpcheckstyle/run.php on line 127
PHP Stack trace:
PHP   1. {main}() /tmp/phpcheckstyle/run.php:0

You shoul add this file OR remove "just unzip" instruction

jbrooksuk commented 7 years ago

Did you run composer install?

andreykp commented 7 years ago

I have to install composer to do that.

Not just unzip

composer is NOT default php binary

andreykp commented 7 years ago

duplicate #48 /close