Credenciales FTP en localhost
-
-
Estees unproblema depermisos.Tienes que cambiar la configuración depropietario/grupo de la carpeta `wp-content/uploads`,tal vez detodoel` wp-content`.Votonegativo ymarcado comoposible duplicado: [wordpressen la lámpara localhostnome permiteinstalar complementos] (http://wordpress.stackexchange.com/q/19649/12615)This is a permissions issue. You gotta change the owner/group settings of `wp-content/uploads` folder, maybe of all `wp-content`. Downvoted and flagged as Possible Duplicate: [wordpress on localhost lamp doesn't let me install plugins](http://wordpress.stackexchange.com/q/19649/12615)
- 2
- 2012-07-02
- brasofilo
-
La siguiente respuestame ayudó a solucionarlo.Tuve queestablecerpropietario ygrupoen _wwwen la configuración depermisos de Mamp Pro.The below answer helped me fix it. I had to set owner and group to _www in the Mamp Pro permission settings.
- 0
- 2012-07-02
- Johan Dahl
-
Ok,perobusca antes depublicar :)Ok, but please search before posting :)
- 0
- 2012-07-02
- brasofilo
-
Busquéperonoencontréesapublicaciónporningúnmotivo,tal veznobusqué lo suficiente.Intentaré hacerlomejor lapróxima vez :)I did search but I didn't find that post for any reason, maybe I didn't look hard enough. Will try to do better next time :)
- 1
- 2012-07-02
- Johan Dahl
-
Simplemente agregue `define ('FS_METHOD','direct');` a `wp-config.php` yfuncionaráen localhost.Solo asegúrese deno agregarlo a la versión deproducción.Ver: http://codex.wordpress.org/Editing_wp-config.phpJust add `define('FS_METHOD','direct');` to `wp-config.php` and it will work on localhost. Just make sure you don't add it to production version. See: http://codex.wordpress.org/Editing_wp-config.php
- 9
- 2014-03-10
- Justin
-
define ('FS_METHOD','directo');-me ayudó.Ubuntu 14.04define('FS_METHOD','direct'); - helped me. Ubuntu 14.04
- 0
- 2014-06-17
- Tebe
-
define ('FS_METHOD','directo');Ami tambiénme sirvió.define('FS_METHOD','direct'); worked for me aswell.
- 0
- 2015-07-14
- Muhammad Tahir
-
1 respuesta
- votos
-
- 2012-07-02
Establecerpermisos de archivo
En Mac OS X (Leopard),el servidor HTTP Apache seejecuta con la cuenta de usuario,_www,quepertenece algrupo _www. Parapermitir que WordPress configure wp-config.php durante lainstalación,actualice los archivos durante las actualizaciones y actualiceel archivo .htaccesspara obtenerbonitosenlacespermanentes,otorgue al servidorpermiso deescrituraen los archivos.
Unaforma de hacerestoes cambiarelpropietario del directorio de wordpress y su contenido a _www. Mantengaelgrupo comopersonal,ungrupo al quepertenece su cuenta de usuario y otorguepermisos deescritura algrupo.
$ cd /<wherever>/Sites/<thesite> $ sudo chown -R _www wordpress $ sudo chmod -R g+w wordpress
Deestamanera,los directorios de WordPresstienen unnivel depermiso de 775 y los archivostienen unnivel depermiso de 664. Ningún archivoni directorio sepuedeescribiren todoelmundo.
Puede leermás sobreestoen elforo demamp: http://forum.mamp.info/viewtopic.php?f=2&t=15917
Set file permissions
On Mac OS X (Leopard), the Apache HTTP Server runs under the user account, _www which belongs to the group _www. To allow WordPress to configure wp-config.php during installation, update files during upgrades, and update the .htaccess file for pretty permalinks, give the server write permission on the files.
One way to do this is to change the owner of the wordpress directory and its contents to _www. Keep the group as staff, a group to which your user account belongs and give write permissions to the group.
$ cd /<wherever>/Sites/<thesite> $ sudo chown -R _www wordpress $ sudo chmod -R g+w wordpress
This way, the WordPress directories have a permission level of 775 and files have a permission level of 664. No file nor directory is world-writeable.
You can read more about it on mamp forum: http://forum.mamp.info/viewtopic.php?f=2&t=15917
-
Gracias.Utilizo Mamp Pro yen el cuadro depermisos configuroelpropietario yelgrupoen _www - Tu respuestame llevó a él.Thank you. I use Mamp Pro and in the permissions box I set the Owner and Group to _www - Your answer led me to it.
- 1
- 2012-07-02
- Johan Dahl
-
Su respuestame ahorrómuchotiempo con los complementos y la configuración de wordpress.¡Gracias!Sipudieraindicarme unbuentutorial sobre chown y chmod,yprivilegios de archivo,ayudaría aúnmás (elenlace actualnofunciona).Your answer saved me a lot of time with plugins and setting up wordpress. Thank you! If you could point me to a good tutorial about chown and chmod, and file privileges you would help even more (the current link is not working).
- 0
- 2013-07-16
- Agilius
-
Me alegro de quete haya ayudado.Miraestetema: http://askubuntu.com/questions/19898/whats-the-simplest-way-to-edit-and-add-files-to-var-wwwGlad it helped you. look at this topic: http://askubuntu.com/questions/19898/whats-the-simplest-way-to-edit-and-add-files-to-var-www
- 0
- 2013-07-21
- Pontus Abrahamsson
-
¡Esofuncionó demanerabrillante!That worked brilliantly!
- 0
- 2013-11-12
- realph
-
2015 yestotodavía lo soluciona.2015 and this still fixes it!
- 2
- 2015-04-22
- Rvervuurt
-
Para quefuncione con XAMPPen mac,cambie sudo chown -R _www wordpress a sudo chown -R daemon wordpressTo make it work with XAMPP on mac change sudo chown -R _www wordpress to sudo chown -R daemon wordpress
- 2
- 2016-10-26
- Mohammed Atif Sami
-
12-2016 yestotodavía lo soluciona.@Rvervuurt12-2016 and this still fixes it! @Rvervuurt
- 0
- 2016-12-01
- whoacowboy
-
10/2018 yesto lo soluciona: D - ¡muchasgracias!10/2018 and this fixes it :D - thanks so much!
- 0
- 2018-10-16
- nerdess
-
Estofuncionóparamí,muchasgracias y un voto afavor.This worked for me, lots of thanks and an upvote
- 0
- 2020-01-03
- Rohit
-
01/2020 Estofuncionamuybien01/2020 This works great
- 0
- 2020-01-08
- Clain Dsilva
Acabo deempezar atrabajar localmente con Wordpress.Alintentar actualizareltema/los complementos,me pidenmis credenciales de FTP yme confundomucho ... ¿qué diablos sonmis credenciales de FTP cuandotrabajo localmente?