Report this

What is the reason for this report?

LAMP Stack Wordpress with Premium Theme, Cannot install plugs under the theme

Posted on February 3, 2018

I am able to download and upload plugins and activate them this way, but for visual composer, i cannot activate the free trial due to soe sort of permission issue i believe. I am looking for two solutions.

  1. How do i install the plugins directly from the theme itself? It just says failed to install xx theme.
  2. When i upload the most important theme Visual Composer, and try to activate free trial version, it would not let me due to possibly permission issues.

Please help!!

Thanks much

PS: Lamp stack self hosted server



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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

You can quickly resolve any permissions related issues with the following commands with a default LAMP stack on Ubuntu:

chown -Rf www-data:www-data /var/www/

This ensures the ownership of all files in your web root is the same user under which the Apache process runs. If you have not manually reduced permissions on your files this is the likely cause of the issue.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.