wordpress sulla lampada localhost non mi permette di installare plugin
11 risposta
- voti
-
-
Questo riduce la sicurezza?Ho letto che Apachenon dovrebbepossederenulla,mapotrebbeessere solo l'opinione di qualcuno.Does this decrease security? I read that Apache shouldn't own anything, but that may just be someone's opinion.
- 0
- 2014-06-18
- JFA
-
"chown:grupponon valido:"nessuno:nessuno "`chown: invalid group: ‘nobody:nobody’`
- 3
- 2017-09-06
- DaVince
-
Bene,questo commento sopra è corretto,l'idea dinessuno:nessunoprobabilmente viene dalla vocein/etc/passwd,nessuno:nessuno.Mettoin dubbioilproblemapiùgrande di chi dovrebbepossedere varifile,attualmente lo stoesaminandoper caricaretemi di Wordpresse ci sonomolteinformazioni contrastanti sullaproprietà deifile.Quindi questanon è veramente una risposta "corretta" ameno chemike23nonpossafornire un argomento convincentee collegarsi amateriale di riferimento comein,["Fornisci contenutoper link"] (https://stackoverflow.com/help/how-to-answer)Well, this comment above is correct, the idea of nobody:nobody probably comes from the entry in /etc/passwd, nobody:nobody. I question the bigger issue of who should own various files, am currently looking into that for uploading Wordpress themes and there's a lot of conflicting info about file ownership. So this is not really a "correct" answer unless mike23 can give a convincing argument and link to some reference material as in, ["Provide content for links"](https://stackoverflow.com/help/how-to-answer)
- 0
- 2019-06-07
- JimLohse
-
Per Asaf oper chiunque sia arrivato quitramite Google,controlla https://wordpress.org/support/article/hardening-wordpress/,disponi deipermessipiùbloccatie decidi se sei disposto ad aprireperm sulle directory di caricamento.For Asaf or anyone who got here by Googling, check https://wordpress.org/support/article/hardening-wordpress/, have the most locked down permissions and decide if you're willing to open up perms on upload dirs.
- 0
- 2019-06-07
- JimLohse
-
-
- 2013-02-27
La soluzione che hotrovato chefunzionasse sulmio Mac con Apache2integrato è stata quella di aggiungerlo a "wp-config.php"
define('FS_METHOD','direct');
Conservalo su un host locale o su una configurazione di sviluppoe non usarloper laproduzione.
The solution I found that worked on my Mac running the built-in Apache2 was to add this to 'wp-config.php'
define('FS_METHOD','direct');
Keep this to a localhost or dev setup and don't use it for production.
-
Questa è lamigliore soluzione.* Assicurati * dinon aggiungerlo allaproduzionein quantopuò causareproblemi di sicurezza: http://codex.wordpress.org/Editing_wp-config.phpThis is the best solution. *Make sure* you don't add it to production as it can cause security issues: http://codex.wordpress.org/Editing_wp-config.php
- 4
- 2014-03-10
- Justin
-
Questa è la rispostamigliore (per la configurazione locale di WP)This is the best answer (for local config of WP)
- 2
- 2015-09-03
- oyvindhauge
-
funziona anchein Ubuntu 15.10 ..works in Ubuntu 15.10 too..
- 2
- 2015-11-28
- arshad
-
funzionain Debian 8this works in Debian 8
- 1
- 2016-01-01
- Vinícius Fagundes
-
Questa è senza dubbio la risposta,per un WordPress locale.This is the answer without a doubt, for a local WordPress.
- 0
- 2018-09-07
- Dammeul
-
Prova questoinvece https://stackoverflow.com/questions/18352682/correct-file-permissions-for-wordpressTry this instead https://stackoverflow.com/questions/18352682/correct-file-permissions-for-wordpress
- 0
- 2019-06-07
- JimLohse
-
-
- 2019-05-08
Dopo averinstallato WordPress 5 su Debian 9 Stretch Ho aggiornato (da remoto su localhost)e mi sono stati richiestii dettagli FTP.
L'esecuzione di questi comandinelterminale ha risoltoilproblema:
chown -R www-data:www-data /var/www/html chmod -R g+rwX /var/www/html
È unproblema diproprietà deifile.
Codicee avvertenza da turnkeyLinux.com :
Lamodifica delle autorizzazioni deifile è un compromesso (spesso aumentare la sicurezza riduce lafacilità d'usoe/o usabilità). Per sicurezza "bestpractice" solo le cartelle che richiedono l'accessoin scrittura dal server web dovrebbeessere diproprietà del server web. Seiltuo server web ha accessoin scrittura ovunquee iltuo server è compromesso rendepiùfacile hackerare l'installazione di WordPress)ma perfacilità d'uso,dare al server web laproprietà dovrebbe risolveretuttii tuoifile problemi ...
After installing WordPress 5 on Debian 9 Stretch I updated (remotely on localhost) and was prompted for FTP details.
Running these commands in terminal fixed the problem:
chown -R www-data:www-data /var/www/html chmod -R g+rwX /var/www/html
It's a file-ownership issue.
Code and caveat from turnkeyLinux.com:
Changing file permissions is a trade off (often increasing security reduces user-friendliness and/or usability). For security 'best practice' only the folders that require write access by the webserver should be owned by the webserver. If your webserver has write access everywhere and your server is compromised it makes it easier to hack your WordPress install) but for ease of use giving the webserver ownership should resolve all your issues...
-
- 2019-05-08
Questo è unproblema di autorizzazioni. Di seguito sono riportati alcunipassaggiper correggere laproprietàe le autorizzazioni r/win modopiù sicuro:
//controlla a qualigruppi appartieneiltuonome utente
$gruppi
//seiltuonome utentenon appartiene a www-data ,aggiungiilnome utente algruppo
$ sudo usermod -a -G www-datanomeutente
//esce dalla sessione ssh (o chiude lafinestra delterminale se locale)per rendere stickil cambio digruppo
$exit
//ora assegna algruppo www-data laproprietà di /var/www/html (non staimodificandoilproprietario,ma solo cambiando laproprietà delgruppo qui)
$ sudo chgrp -R www-data/var/www/html
//concede le directorye ifile deipermessi r/wnecessari agli utenti che sonomembri di www-data
$ sudofind/var/www/html -type d -exec chmodg=rwxs "{}" \;
$ sudofind/var/www/html -typef -exec chmodg=rw "{}" \;
//Mipiace controllare le coseprima di andare avanti
$ ls -l/var/www/html/
//probabilmentenon ènecessario riavviare Apache,ma se lo desideri
$ sudo service apache2 restart
Apache ora dovrebbe avere accesso r/w a
/var/www/html
così come a qualsiasi utente con cui siinvia/ftp che appartiene anche awww-data code >
This is a permissions issue. Here are some steps to fix ownership and r/w permissions in a more secure way:
// check what groups your username belongs to
$ groups
// if your username doesn't belong to www-data then add username to group
$ sudo usermod -a -G www-data username
// exit ssh session (or close terminal window if local) to make group change stick
$ exit
// now give www-data group ownership of /var/www/html (you're not modifying the owner, just changing group ownership here)
$ sudo chgrp -R www-data /var/www/html
// give necessary r/w permissions directories and files to users who are members of www-data
$ sudo find /var/www/html -type d -exec chmod g=rwxs "{}" \;
$ sudo find /var/www/html -type f -exec chmod g=rw "{}" \;
// I like to check things before moving on
$ ls -l /var/www/html/
// you likely don't need to restart apache, but if you want to
$ sudo service apache2 restart
Apache should now have r/w access to
/var/www/html
as well as any user that you shh/ftp in with that also belongs towww-data
-
- 2016-06-17
Utenti Ubuntu
Basta aggiungere
define('FS_METHOD','direct');
a wp-config.phpe funzionerà su localhost.Assicurati solo dinon aggiungerlo alla versione diproduzione.Vedi: codex.wordpress.org/Editing_wp-config.phpUbuntu Users
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: codex.wordpress.org/Editing_wp-config.php-
Questonon è specificoper Ubuntu ..This isn't specific to Ubuntu..
- 1
- 2016-06-17
- Tim Malone
-
- 2016-07-21
Di solito uso:
sudo chown -R _www: _www/path/to/wordpress/
se la sicurezzanon è ungrossoproblema
I usualy use :
sudo chown -R _www:_www /path/to/wordpress/
if security not big issue
-
Funziona,ma se lofaccio significa chenonpossofarenullain quella cartellatramite Finder.Non homai avuto questiproblemie strano èiniziato quest'anno.This works but if i do that it means i can't do anything in that folder via finder. Never used to have these issues and odd its started this year.
- 0
- 2018-05-16
- v3nt
-
Questo vabene se la sicurezzanon è ungrossoproblemamanon vuoi apriretuttii tuoifile wordpress come questoper qualsiasi cosa sia connessa a Internet :)This is fine if security is not a big issue but you don't want to open up all your wordpress files like this for anything connected to the internet :)
- 0
- 2019-06-07
- JimLohse
-
- 2011-06-10
Questonon è unproblema di WordPress.Ènecessariofare riferimento alla documentazione del server LAMPper verificare le opzioni di configurazione.
Per localhost,puoibypassare l'installazione delplugin da WordPresse copiare semplicementei tuoipluginin/wp-content/plugins.Dopo averli copiati,vai allatua amministrazione di WordPresse verranno visualizzatinei tuoipluginprontiperessere attivati.
Assicurati di decomprimerei plug-ine ditenerlinelle loro cartelle.
This isn't a WordPress problem. You need to refer to the documentation for the LAMP server to check the setup options.
For localhost, you can bypass plugin installation from WordPress and simply copy your plugins into /wp-content/plugins. After you copy them in, go to your WordPress administration and they will show up in your plugins ready to be activated.
Make sure you unzip the plugins and keep them in their folders.
-
- 2015-09-15
Haibisogno di due cose dafare
-
Aggiungi WolfieZero ha detto
define ('FS_METHOD','direct'); nelfile wp-config.php
A questopunto avrai seguito,qualepassoin avanti
Spacchettamento delpacchetto ... Impossibile creare la directory.
2
Then set permission to 777 to wp-content/plugins
Dopo questomostreràilmessaggio come segue
Downloading install package from https://downloads.wordpress.org/theme/exclusive.1.0.32.zip… Unpacking the package… Installing the theme… Successfully installed the theme Exclusive 1.0.32.
Anche CHOWN dovrebbefunzionareed è unmodomiglioreperfarlo cheil server sianelgruppoproprietario.
You need two things to do
Add WolfieZero has said
define('FS_METHOD','direct'); in wp-config.php file
At this point you will have following, which one step forward
Unpacking the package…Could not create directory.
2
Then set permission to 777 to wp-content/plugins
After this it will show message like following
Downloading install package from https://downloads.wordpress.org/theme/exclusive.1.0.32.zip… Unpacking the package… Installing the theme… Successfully installed the theme Exclusive 1.0.32.
CHOWN should also work and it is better way of doing it that Server is in owner group.
-
- 2011-06-10
Se stai usandomod_php,passainvece amod_suphp.Questo hafunzionatoperme inpassato.
Non so qualepacchetto verràelencato comein Ubuntu,mageneralmente è lì da qualcheparte.Funzionain Fedora.
If you're using mod_php, switch to mod_suphp instead. This has worked for me in the past.
I don't know what package it will be listed as in Ubuntu, but generally it's there somewhere. Works in Fedora.
-
- 2016-06-20
Non so se hai una risposta ...ma quello che ho riscontrato soprattutto quando lavoravo su Linuxe hopensato cheforse altri utenti,specialmente quelli che lavorano su Linux,potrebberotrovarlo utile.Stavo affrontando lo stessoproblema ...ma ho dovuto usare l'opzione SSH2.
Comeinstallare SSH2
apt-getinstall openssh-server libssh2-php Dopodiché,ho dovuto riavviareilmio server apache2.
Quindi,quando hoprovato a caricareilmiotema,ho dovuto utilizzare SSHe non FTP quando sono state richieste le credenziali.
Adesempio
Hostname: localhost Nome utente FTP/SSH: admin Password FTP/SSH:password E hafunzionato.
Grazie.
I don't know if you are answered...but what i have encountered especially when i was working on linux and i just thought maybe other users, especially who are working on linux might find this useful. I was facing the same problem...but i had to use the SSH2 option.
How to install SSH2
apt-get install openssh-server libssh2-php
After that, i had to restart my apache2 server.
Then when i tried to upload my theme i had to use SSH not FTP when asked for credentials.
E.g
Hostname: localhost FTP/SSH Username: admin FTP/SSH Password: password
And it worked.
Thanks.
hoinstallato un server LAMP sulmio ubunutu 11.04. Hoinstallato wordpresse l'ho collegato a destra conil database MySQL. ho cambiatoi permessi delgruppo www-dataper leggeree scriverefile.
ogni cosa sembrafunzionaree possogestireil sitotramiteilpannello di amministrazione,manonpossoinstallareplug-inperchéil sistemami chiedei dettagli FTPe non riesco aesaminarli.
può aiutare qualsiasi corpo?perfavore ...