Iuri Oliveira
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error installing Plugins/Themes – Could not copy fileJerry, thanks again. I solved the problem doing these steps:
– I changed the FS_METHOS to direct
– My provider included www-data user in the same FTP user group. This way, with 775 permission I can install and update WordPress
– I still can’t upload using FTP method, but I don’t need to make any manual process anymoreForum: Fixing WordPress
In reply to: Error installing Plugins/Themes – Could not copy fileJerry, I also tried changing FS_METHOD to direct, but only works if I ask to change the owner of the WordPress directory to the user who starts Apache (www-data), but if I do this, I can not make any modification using FTP, because the owner of the directory is now different and the permission is 775. Is it possible to inform to WordPress the user of the FTP in the FS_METHOD “direct”?
Again appreciate the attention.
Forum: Fixing WordPress
In reply to: Error installing Plugins/Themes – Could not copy fileI’ve tried using this way, but the message was the same without the slash:
“Could not copy file… iuri/wp-content/upgrade/jetpack.tmp/”
Forum: Fixing WordPress
In reply to: Error installing Plugins/Themes – Could not copy fileThanks for the answer Jerry.
When I change the FTP path to /www/teste.com.br/htdocs/acta I got the massage:
“Unable to locate WordPress Plugin directory.”There is a bind to FTP user access the server. When I change this value, the wordpress is trying to access the directory: /www/teste.com.br/htdocs/acta/www/teste.com.br/htdocs/acta. The path to this user, during the FTP access is the directory after; /www/teste.com.br/htdocs/
The FTP user has /www/teste.com.br/htdocs as his home directory.