Credenziali FTP su localhost
-
-
Questo è unproblema di autorizzazioni.Devi cambiare leimpostazioni delproprietario/gruppo della cartella `wp-content/uploads`,forse ditutto` wp-content`.Downvotede contrassegnato come Possible Duplicate: [wordpress sulla lampada localhostnonmi consente diinstallareplug-in] (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 risposta seguentemi ha aiutato a risolverlo.Ho dovutoimpostareproprietarioe gruppo su _wwwnelleimpostazioni di autorizzazione di 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,maperfavore cercaprima dipostare :)Ok, but please search before posting :)
- 0
- 2012-07-02
- brasofilo
-
Ho cercatomanon hotrovato quelpostpernessunmotivo,forsenon ho cercato abbastanzabene.Cercherò difare dimeglio laprossima volta :)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
-
Aggiungi semplicemente `define ('FS_METHOD','direct');` a `wp-config.php`e funzionerà su localhost.Assicurati solo dinon aggiungerlo alla versione diproduzione.Vedi: 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','direct');-mi ha aiutato.Ubuntu 14.04define('FS_METHOD','direct'); - helped me. Ubuntu 14.04
- 0
- 2014-06-17
- Tebe
-
define ('FS_METHOD','direct');hafunzionato ancheperme.define('FS_METHOD','direct'); worked for me aswell.
- 0
- 2015-07-14
- Muhammad Tahir
-
1 risposta
- voti
-
- 2012-07-02
Impostai permessi deifile
Su Mac OS X (Leopard),il server HTTP Apache vieneeseguito con l'account utente,_www,che appartiene algruppo _www. Per consentire a WordPress di configurare wp-config.php durante l'installazione,aggiornarei file durantegli aggiornamentie aggiornareilfile .htaccessperpermalinkpiuttostointeressanti,concedi al server l'autorizzazione di scrittura suifile.
Unmodoperfarlo è cambiareilproprietario della directory wordpresse del suo contenutoin _www. Mantieniilgruppo comepersonale,ungruppo a cui appartieneiltuo account utentee concedii permessi di scrittura algruppo.
$ cd /<wherever>/Sites/<thesite> $ sudo chown -R _www wordpress $ sudo chmod -R g+w wordpress
In questomodo,le directory di WordPress hanno un livello di autorizzazione di 775e ifile hanno un livello di autorizzazione di 664. Nessunfile o directory è scrivibilein tuttoilmondo.
Puoi leggere dipiù a riguardo sulforum dimamp: 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
-
Grazie.Uso Mamp Proe nella casella delle autorizzazioni hoimpostato Proprietarioe Gruppo su _www - Latua rispostami haportato a questo.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
-
Latua rispostami hafatto risparmiaremoltotempo coni plugine la configurazione di wordpress.Grazie!Sepotessiindicarmi unbuontutorial su chowne chmode suiprivilegi deifile,mi aiuteresti ancora dipiù (il collegamento correntenonfunziona).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
-
Sono contento cheti abbia aiutato.guarda questo argomento: 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
-
Hafunzionato allagrande!That worked brilliantly!
- 0
- 2013-11-12
- realph
-
2015e questo lo risolve ancora!2015 and this still fixes it!
- 2
- 2015-04-22
- Rvervuurt
-
Perfarlofunzionare con XAMPP sumac cambia sudo chown -R _www wordpressin 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-2016e questo lo risolve ancora!@Rvervuurt12-2016 and this still fixes it! @Rvervuurt
- 0
- 2016-12-01
- whoacowboy
-
10/2018e questo lo risolve: D -graziemille!10/2018 and this fixes it :D - thanks so much!
- 0
- 2018-10-16
- nerdess
-
Questo hafunzionatoperme,moltegraziee un votopositivoThis worked for me, lots of thanks and an upvote
- 0
- 2020-01-03
- Rohit
-
01/2020 Funziona allagrande01/2020 This works great
- 0
- 2020-01-08
- Clain Dsilva
Ho appenainiziato a lavorare a livello locale con Wordpress.Tentando di aggiornareiltema/i pluginmi vengono chieste lemie credenziali FTPe mi confondomolto ... che diamine sono lemie credenziali FTP quando lavoroin locale?