Advertisement
Aphex124

Pterodactyl Error

Apr 26th, 2016
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. All settings correct for using Composer
  2. Downloading 1.0.2...
  3.  
  4. Composer successfully installed to: /usr/local/bin/composer
  5. Use it: php /usr/local/bin/composer
  6. root@Atlas:/var/www/html# composer setup
  7. Running composer as root/super user is highly discouraged as packages, plugins and scripts cannot always be trusted
  8. > composer install --ansi --no-dev
  9. Running composer as root/super user is highly discouraged as packages, plugins and scripts cannot always be trusted
  10. > php artisan clear-compiled
  11. PHP Warning: require(/var/www/html/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/bootstrap/autoload.php on line 17
  12. PHP Fatal error: require(): Failed opening required '/var/www/html/bootstrap/../vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/html/bootstrap/autoload.php on line 17
  13. Script php artisan clear-compiled handling the pre-update-cmd event returned with an error
  14.  
  15.  
  16. [RuntimeException]
  17. Error Output: PHP Warning: require(/var/www/html/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/bootstrap/autoload.php on line 17
  18. PHP Fatal error: require(): Failed opening required '/var/www/html/bootstrap/../vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/html/bootstrap/autoload.php on line 17
  19.  
  20.  
  21. install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-plugins] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--ignore-platform-reqs] [--] [<packages>]...
  22.  
  23. Script composer install --ansi --no-dev handling the setup event returned with an error
  24.  
  25.  
  26. [RuntimeException]
  27. Error Output: Running composer as root/super user is highly discouraged as packag
  28. es, plugins and scripts cannot always be trusted
  29. > php artisan clear-compiled
  30. Script php artisan clear-compiled handling the pre-update-cmd event returned with
  31. an error
  32.  
  33.  
  34.  
  35. [RuntimeException]
  36.  
  37.  
  38. Error Output: PHP Warning: require(/var/www/html/bootstrap/../vendor/autoload.
  39. php): failed to open stream: No such file or directory in /var/www/html/bootstrap/autoloa
  40. d.php on line 17
  41. PHP Fatal error: require(): Failed opening required '/var/www/html/bootstrap/.
  42. ./vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/html
  43. /bootstrap/autoload.php on line 17
  44.  
  45.  
  46.  
  47. install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-plugi
  48. ns] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [-v|vv|vvv|
  49. --verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--ignore-platform-re
  50. qs] [--] [<packages>]...
  51.  
  52.  
  53. setup [--dev] [--no-dev] [--] [<args>]...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement