YunDevour
Angemeldet seit: 24.07.2023
Beiträge: 50
|
You need to make sure your folders are owned by the right user and group. Since you’re using XAMPP, the owner should be www-data for both. Change the ownership to www-data.
Next, set the permissions for the folders. They should be 755 for the main WordPress directory, wp-content, uploads, plugins, and themes.
If that doesn’t work, try changing the permissions to 775 to give write access to the group.
Check the Site Health tool in WordPress admin again to see if the folders are now writable. If you’re still having trouble, you might want to look into ***** for more help.
|