Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3552

Troubleshooting • Re: Problems with WordPress Filesystem access on a Raspberry Pi Web Server

$
0
0
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.

Statistics: Posted by dougcrowley — Sun Feb 11, 2024 11:29 am



Viewing all articles
Browse latest Browse all 3552

Trending Articles