Folder Permission Error: Folder XY is not write and/or readable

As the default option, WP STAGING tries to create a copy in the root folder of your WordPress website.

If it cannot write into this folder, you’ll get the error message “Folder XY is not writeable.”

You have several options to resolve it:

First, try to set the folder permissions of the root folder to 755 by login to your website via FTP:

Fix folder permissions error via FTP
Set write permissions to 755

If you can not change the folder permission of the root folder because your hosting provider does not allow you to do this or does not allow you to access it at all, you have two more options to bypass this issue if you use
WP Staging Pro:

Option 1: Clone into the wp-content folder

The wp-content folder is the WordPress default media folder and usually owns the necessary write permissions to allow plugins to copy files into this folder.

So use the WP Staging Pro advanced settings and set the destination directory within this folder like this:

Adapt the paths to your server paths!

Option 2: Clone to a subdomain

Set up a subdomain like dev.example.com from your web hosting panel and link this subdomain to a custom folder on your WordPress server. Make sure this custom folder is writeable by WP Staging. So this folder needs to get the same permissions as 755 from you.

Then use the WP Staging advanced settings like this:

Adapt the paths to your server paths!

You’ll find the extensive cloning instruction here.

Updated on June 16, 2023