Credenciais FTP em localhost
-
-
Esta é uma questão depermissões.Vocêtem que alterar as configurações doproprietário/grupo dapasta `WP-Content/Uploads`,talvez detodos os conteúdos do WP`.Downvotede sinalizado comopossível duplicado: [WordPressna lâmpada localhostnãopermiteinstalarplugins] (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
-
A resposta abaixome ajudou a consertar.Eutive que definirproprietárioe grupopara _wwwnas configurações depermissão do 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,masporfavorpesquise antes depostar :)Ok, but please search before posting :)
- 0
- 2012-07-02
- brasofilo
-
Eufiz abusca,masnão acheiessepostpor qualquermotivo,talveznãoparecesse comforça suficiente.Vaitentarfazermelhornapró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
-
Basta adicionar `definir ('fs_method','direct');`para `wp-config.php`e funcionaráno localhost.Apenas certifique-se denão adicioná-lo à versão deprodução.Veja: http://codex.wordpress.org/editing_wp-config.php.Just 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
-
definir ('fs_method','direct');-me ajudou.Ubuntu 14.04.define('FS_METHOD','direct'); - helped me. Ubuntu 14.04
- 0
- 2014-06-17
- Tebe
-
definir ('fs_method','direct');trabalhouparamim também.define('FS_METHOD','direct'); worked for me aswell.
- 0
- 2015-07-14
- Muhammad Tahir
-
1 responda
- votos
-
- 2012-07-02
definirpermissões de arquivo
No Mac OS X (Leopard),o servidor HTTP Apache éexecutado sob a conta de usuário,_www quepertence aogrupo _www. Parapermitir que o WordPress configure o WP-Config.php durante ainstalação,atualize arquivos durante as atualizaçõese atualize o arquivo .htaccesspara consideravelmente Permalinks,dêpermissão degravação do servidornos arquivos.
Umamaneira defazerisso é alterar oproprietário do diretório WordPresse seu conteúdopara _www. Mantenha ogrupo comopessoal,umgrupopara o qual sua conta de usuáriopertencee dêpermissões degravação aogrupo.
$ cd /<wherever>/Sites/<thesite> $ sudo chown -R _www wordpress $ sudo chmod -R g+w wordpress
Destaforma,os diretórios WordPresstêm umnível depermissão de 775e os arquivostêm umnível depermissão de 664. Nenhum arquivonem diretório égravávelmundialmente.
Vocêpode lermais sobreissono Forum do MAMP: 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
-
Obrigada.Eu uso o MAMP Proe na caixa Permissões,coloco oproprietárioe ogrupopara _www - sua respostame levou aele.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
-
Sua respostame salvoumuitotempo compluginse configurando o WordPress.Obrigado!Se vocêpudesseme apontarpara umbomtutorial sobre chowne chmod,e privilégios de arquivo ajudaria aindamais (o link atualnãoestáfuncionando).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
-
Ficofeliz que ajudou você.Olheparaestetópico: 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
-
Quefuncionoubrilhantemente!That worked brilliantly!
- 0
- 2013-11-12
- realph
-
2015e isso ainda corrigeisso!2015 and this still fixes it!
- 2
- 2015-04-22
- Rvervuurt
-
Parafazê-lotrabalhar com o xamppno Mac Change Sudo Chown -r _www WordPressto sudo-deemon 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 Eisso ainda corrigeisso!@Rvervuurt.12-2016 and this still fixes it! @Rvervuurt
- 0
- 2016-12-01
- whoacowboy
-
10/2018 Eisso corrige: D - Muito obrigado!10/2018 and this fixes it :D - thanks so much!
- 0
- 2018-10-16
- nerdess
-
Issofuncionouparamim,muitos agradecimentose um upvoteThis worked for me, lots of thanks and an upvote
- 0
- 2020-01-03
- Rohit
-
01/2020 Issofuncionamuitobem01/2020 This works great
- 0
- 2020-01-08
- Clain Dsilva
Acabei de começar atrabalhar localmente com o WordPress.Tentando atualizartema/pluginseu serpedidominhas credenciais FTPe ficomuito confuso ... o que o Heck éminhas credenciais FTP aotrabalhar localmente?