Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. root@ubuntu:/var/www/html/pterodactyl# composer setup
  2. Do not run Composer as root/super user! See https://getcomposer.org/root for details
  3. > composer install --ansi --no-dev
  4. Do not run Composer as root/super user! See https://getcomposer.org/root for details
  5. Loading composer repositories with package information
  6. Installing dependencies from lock file
  7. Nothing to install or update
  8. Generating autoload files
  9. > Illuminate\Foundation\ComposerScripts::postInstall
  10. > php artisan optimize
  11.  
  12.  
  13. [Symfony\Component\Debug\Exception\FatalThrowableError]
  14. Class 'Memcached' not found
  15.  
  16.  
  17. Script php artisan optimize handling the post-install-cmd event returned with error code 1
  18. Script composer install --ansi --no-dev handling the setup event returned with error code 1
  19. root@ubuntu:/var/www/html/pterodactyl#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement