The One
The One

Reputation: 2331

Permission failed when creating package using Duplicator Plugins for WordpPress

Images of this error

When i accessed the wordpress folder, i didn't see any folder or files named wp-snapshot. What should i do?

Upvotes: 1

Views: 2539

Answers (2)

Mahdi mehrabi
Mahdi mehrabi

Reputation: 1744

run this command, it must work

sudo chown -R www-data:www-data /var/www

Upvotes: 1

JBC
JBC

Reputation: 177

Change CHMOD 777 --> folders for creating package :

 /wordpress
 /wordpress/wp-snapshot
 /wordpress/wp-snapshot/tmp

Don´t forget change again permissions : folders --> CHMOD 644

Please , create folders wp-snapshot - wp-snapshot/tmp If these folders are not created.

With User SSH execute commands :

           chmod -R 775 wp-snapshots && chmod 775 ./

Upvotes: 0

Related Questions