-
Published Question
I have two droplets active, in both of theme I have wordpress installed.
In one of them I follow this (https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-14-04) tutorial to instal LAMP...
1
•
•
By
lauramoreno1436
-
Published Answer
cat /etc/resolv.conf:
Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
DO NOT EDIT THIS…
•
By
lauramoreno1436
-
Published Question
I follow this steps https://www.dropbox.com/install?os=lnx to install dropbox on one of my droplets and it works perfect.
But now I am able to install on other droplet following the same steps. It retrieve this error:...
3
•
•
By
lauramoreno1436
-
Published Question
Hi! I have currently a droplet with Ubuntu 14 and WordPress installed. I started to develop more and more themes that I need to version control.
My doubts are, the git repository have to be on the same server that my ...
1
•
•
By
lauramoreno1436
-
Published Answer
Problem found!
I had wrong upload path in Network admin -> Sites -> Main site edit -> Settings -> upload path
( Setting->Media in…
•
By
lauramoreno1436
-
Published Answer
Yes, it is on <code>/var/www/html/wp-content/uploads</code>
•
By
lauramoreno1436
-
Published Answer
Hi! Thanks for your answer, but continue not working.
I can install themes and plugins from wordpress repository, upload images....
•
By
lauramoreno1436
-
Published Question
I have recently migrate my wordpress multisite fron shared hosting to DO. I am a bit newbie in server management, so I do it following this great tutorial and the others linked in it:
https://www.digitalocean.com/comm...
4
•
•
By
lauramoreno1436
-
Published Answer
I have to say that the problem is not uploading images, it works. The issue is with images imported via wordpress import/export
•
By
lauramoreno1436
-
Published Answer
Thanks for your answer, but I currently have the rights set like you say.
•
By
lauramoreno1436
-
Published Question
I have the same problem of this post https://www.digitalocean.com/community/questions/wordpress-error-failed-to-import-media
but users failed to import, too.
I have install wordpress following the one click install.
3
•
•
By
lauramoreno1436
-
Published Answer
Solved! I have to replace this two lines on .htaccess:
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(....
•
By
lauramoreno1436
-
Published Question
I have follow differents tutorial here on DO community to install WordPress multisite. The admin site works well, I can install themes and plugins, access via sftp..
But when I create a new site, I can't access to it...
1
•
•
By
lauramoreno1436
-
Published Answer
I have found the problem.. I had to give the ownership of the directory to my user:
sudo chown username:www-data /var/www -R
s…
•
By
lauramoreno1436
-
Published Answer
Thanks for your answer. It solve the issue of installing phpmyadmin and admin additional password but I continue having the same is…
•
By
lauramoreno1436
-
Published Question
I have followed this tutorial https://www.digitalocean.com/community/tutorials/one-click-install-wordpress-on-ubuntu-14-04-with-digitalocean
I can acces to wordpress and it works but I can't update files with dreamwea...
3
•
•
By
lauramoreno1436
-
Published Answer
Thanks Kamal! I had no idea of this and I have followed some tutorials doing this from remote console.
•
By
lauramoreno1436
-
Published Question
Hi! First of all, I am newbie into servers configuration.
I am trying to installing wordpress. I have followed the tutorials about creating a droplet, installing LAMP and change domain name server to point to the Dig...
40
•
•
By
lauramoreno1436