Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Problem!
- File ./vendor/autoload.php missing or not readable.
- Most likely you did not run Composer to install library files.
- sudo apt-get install composer -y
- cd /var/www/22222/htdocs/db/pma
- sudo composer install
- sudo chown www-data: * -R
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement