Reputation: 2331
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
Reputation: 1744
run this command, it must work
sudo chown -R www-data:www-data /var/www
Upvotes: 1
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