When I install phpmyadmin this appears. File ./vendor/autoload.php missing or not readable. Most likely you did not run Composer to install library files. I tested it on ubuntu 14.04 and 16.04 and it’s still the same thing. I installed the composer but it still continues … Can anyone help me?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
It sounds like you are trying to install phpMyAdmin from source. Is that correct?
Composer is a tool for handling dependencies for PHP projects. After installing it, you can then use it to install the rest of the needed dependencies by running the following from inside the project’s directory:
- composer update --no-dev
For more information about installing phpMyAdmin from source, see their documentation. Though in most cases, you’ll want to use the version shipped with your distribution. For Ubuntu, see:
You can run shell cmd like that
sudo apt-get install composer -y
cd /var/www/22222/htdocs/db/pma
sudo composer install
sudo chown www-data: * -R
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.