Status: 404 Not Found
X-Powered-By: PHP/5.6.2
Content-type: text/html; charset=iso-8859-1
No input file specified.
No input file specified.
PHP Warning: require_once(bin/…/vendor/autoload.php): failed to open stream: No such file >or directory in bin/grav on line 17
PHP Fatal error: require_once(): Failed opening required ‘bin/…/vendor/autoload.php’ (include_path=‘.:/opt/RZphp55/includes’) in bin/grav on line 17
You really have to look for it. I generally do something like:
$ which php
This shows you where your current PHP is, then you can ‘cd’ to that directory and then ls php* to look for other PHP instances. Frankly if your not experienced in PHP, just send a message to your hosting provider, then can probably fix this for you. Just explain that your PHP version in the terminal, is the cgi-fcgi version and should be the cli version. Include the output of your php -v as that helps make it clearer.