php - Install specific Wordpress installation with theme on Ubuntu 14.04 x64 DigitalOcean -


Our company partners sent us the custom Wordpress installation for the website

Installation is 2 files.

  1. installer.php

  2. installation.zip (example)

I followed the Apache, MySQL, PHP (LAMP) Guide to Install Stacks at Ubuntu 14.04. Worked perfectly.

Then followed the guide to install Wordpress, but instead of downloading from the Wordpress website I used to use my custom installation.

Now live in both of those files / var / www / html

then I accessed: http: //my_server_ip/installer.php

And this error occurred:

Image details here </ P> <p> </ p> </ p> </ p> </ p> </ s> </ p> </ p> <p> / Li> <li> <p> Set both file permisions to 777, now I got the code <Resume Apache> - rwxrwxrwx 1 root adghars 424,438 January 20 07:52 installer.php </ code> </ p> </ Li> <li> <p> Changed file owner into adgroup Now it looks like this: </ p> <pre> <code> -rwxrwxrwx 1 Adgars 30,208,410 January 20 07:58 201412166115237_archive.zip -rwxrwxrwx 1 Adverges 424,438 January 20 07:52 installer.php </ code> </ Pre> </ li> </ ol> <p> Re-initialize Apache, but still can not pass that test .. </ p> <p> Any help would be great. </ P> <p> Th Anks. </ P> </ div> <p> <div class =

It tells you that PHP can not write to / var / www / html, Changes to the permissions in the directory It seems that you are only changing file permissions and not directories.

In addition, the use of 777, 755 should not be sufficient.

Command:

  # change permissions of the directory chmod-R 755 / Www / data / var / www / html  

www -data users can use apache or not its process; You can use the real username:

  ps aux | Egrep '(apache | httpd)' ' 

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -