Advertisement
niammuddin

File ./vendor/autoload.php missing or not readable.

Sep 18th, 2017
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Problem!
  2. File ./vendor/autoload.php missing or not readable.
  3. Most likely you did not run Composer to install library files.
  4.  
  5.  
  6. sudo apt-get install composer -y
  7. cd /var/www/22222/htdocs/db/pma
  8. sudo composer install
  9. sudo chown www-data: * -R
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement