Permission Denied Errors When Restoring Plugin With UpdraftPlus
-
I have a boilerplace WP installation on my localhost, which I use to install new sites quickly.
Among the installed plugins, is WP Server Stats. I activated it on my boilerplate installation, created a backup with UpdraftPlus and restored it on a new site.
Now it’s giving error output. Deactivating and reactivating does not solve this problem.
I think it’s caused by the fact that it tries to access things it’s created on the boilerplate installation. But if it’s moved somewhere else, it doesn’t realize it’s been moved.
Can this plugin be made resettable, or even better… can it be modified to do that on its own?
Errors:
Warning: session_start(): open(/var/lib/php/session/sess_0ea12sot8qi8qqhavdj26k32v5, O_RDWR) failed: Permission denied (13) in /var/www/sites/www.mywebsite.net/html/wp-content/plugins/wp-server-stats/wp-server-stats.php on line 46
The plugin generated 270 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
Warning: Unknown: open(/var/lib/php/session/sess_0ea12sot8qi8qqhavdj26k32v5, O_RDWR) failed: Permission denied (13) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0
- The topic ‘Permission Denied Errors When Restoring Plugin With UpdraftPlus’ is closed to new replies.