Advertisement
Guest User

Untitled

a guest
May 26th, 2016
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. Script php artisan clear-compiled handling the pre-update-cmd event returned with an error
  2. [RuntimeException]
  3.  
  4. 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
  5. 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
  6.  
  7. install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--ignore-platform-reqs] [--] []...
  8.  
  9. Script composer install --ansi --no-dev handling the setup event returned with an error
  10.  
  11. [RuntimeException]
  12. Error Output: Running composer as root/super user is highly discouraged as packa
  13. ges, plugins and scripts cannot always be trusted
  14.  
  15. php artisan clear-compiled
  16. Script php artisan clear-compiled handling the pre-update-cmd event returned wit
  17. h an error
  18. [RuntimeException]
  19.  
  20.  
  21. Error Output: PHP Warning: require(/var/www/html/bootstrap/../vendor/autoload
  22. .php): failed to open stream: No such file or directory in /var/www/html/bootstrap/autol
  23. oad.php on line 17
  24. PHP Fatal error: require(): Failed opening required '/var/www/html/bootstrap/
  25. ../vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/ht
  26. ml/bootstrap/autoload.php on line 17
  27.  
  28. install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-cust
  29. om-installers] [--no-autoloader] [--no-scripts] [--no-progress] [-v|vv|vvv|--verbose] [-
  30. o|--optimize-autoloader] [-a|--classmap-authoritative] [--ignore-platform-reqs] [--] [
  31. 39m]...
  32.  
  33. setup [--dev] [--no-dev] [--] []...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement