wp-media / backwpup

BackWPup - WordPress Backup Plugin
https://backwpup.com
GNU General Public License v2.0
88 stars 36 forks source link

open_basedir restriction in effect #138

Closed Honemo closed 3 weeks ago

Honemo commented 3 weeks ago

Describe the bug BackWPup attempts to query paths where there is no data relevant for the backup.

To Reproduce Steps to reproduce the behavior:

  1. Install 'localwp'

  2. Add a new site using Nginx as webServer

  3. Add the following configuration to site.conf.hbs replacing $LocalWPDirectory$ with your current configuration fastcgi_param PHP_ADMIN_VALUE "open_basedir=/opt/Local/resources:/usr/share/php:/www/wp-content/pear:/$LocalWPDirectory$/nginx/app/public:/tmp";

  4. Install BackWPup and try to generate a Backup.

Expected behavior The backup should be generated

Screenshots The error image