Thank you for your reply.
With the help of chatGPT and the above posts, I created the following set of commands:
sudo find /var/www/html/local_xxx -type d -exec chown www-data:www-data {} +
sudo find /var/www/html/local_xxx -type f -exec chown www-data:www-data {} +
This has appeared to work, as I no longer get the message about filesystem access and I can load plugins without requiring login data for FTP.
Many thanks for all the help received.
With the help of chatGPT and the above posts, I created the following set of commands:
sudo find /var/www/html/local_xxx -type d -exec chown www-data:www-data {} +
sudo find /var/www/html/local_xxx -type f -exec chown www-data:www-data {} +
This has appeared to work, as I no longer get the message about filesystem access and I can load plugins without requiring login data for FTP.
Many thanks for all the help received.
Statistics: Posted by dougcrowley — Sun Feb 11, 2024 11:29 am