hi to everybody! i have a problem with a site ( one of many) with WP every time the customer try to load a new plugin, receive a messege: Instalación fallida: No se ha podido instalar la actualización porque algunos archivos no se ha podido copiar. Esto suele ser debido a permisos de archivo inconsistentes. translation: Installation failed: The update could not be installed because some files could not be copied. This is usually due to inconsistent file permissions. i know how to rebuild permision in the web folder, but i dont know user name for this site tx in advance
You can find the user and group name of a website on the options tab of the website settings in ISPConfig.
tx till! the question i made this: chown web13:client2 /var/www/clients/client2/web13 chmod 0755 /var/www/clients/client2/web13 but problem remain!
sorry ! tx till! the question i made this: chown web13:client2 /var/www/clients/client2/web13/web chmod 0755 /var/www/clients/client2/web13/web/ but problem remain!
Do not chmod the directory. This may break the site. Just use chown and only for files inside the web directory. The command is: chown -R web13:client2 /var/www/clients/client2/web13/web/*