Thread Starter
dc23
(@datenchef)
Thx! Its working. Backup jobs are running and zip files are fine (I always split in DB and files seperated). There are three warnings, i just paste the complete log, which may say the most:
[INFO] BackWPup 3.2.0-rc1; Ein Projekt der Inpsyde GmbH
[INFO] BackWPup Auftrag: files only
[INFO] Logfile ist: backwpup_log_d8b387_2015-09-03_10-17-33.html
[INFO] Backup Datei ist: backwpup_files_2015-09-03_10-17-33.tar.gz
[03-Sep-2015 10:17:33] 1. Versuche, eine Liste der Ordner für das Backup zu erstellen …
[03-Sep-2015 10:17:34] WARNUNG: is_readable(): open_basedir restriction in effect. File(/var/www/wp-config.php) is not within the allowed path(s): (/var/www/xxx/:/var/customers/tmp/xxx/:/usr/share/php/:/usr/share/php5/:/tmp/)
[03-Sep-2015 10:17:34] 841 Ordner für Backup.
[03-Sep-2015 10:17:34] 1. Versuche eine Manifest-Datei zu generieren …
[03-Sep-2015 10:17:34] manifest.json mit 4,63 kB wurde zur Backup-Datei-Liste hinzugefügt.
[03-Sep-2015 10:17:34] 1. Versuche, Backup zu erstellen …
[03-Sep-2015 10:17:34] Komprimiere Dateien als TarGz. Bitte habe einen Moment Geduld.
[03-Sep-2015 10:17:34] WARNUNG: Link “/var/www/xxx/awstats/xxx.de/index.html” wird nicht gefolgt
[03-Sep-2015 10:17:53] Backup wurde erstellt.
[03-Sep-2015 10:17:53] Archivgröße ist 53,23 MB
[03-Sep-2015 10:17:53] 5809 Dateien mit 101,43 MB in Archiven.
[03-Sep-2015 10:17:55] WARNUNG: Job mit Warnungen beendet in 22 Sekunden. Bitte beheben Sie die Warnungen für eine korrekte Ausführung.
The most interesting is this one, which i dont understand at all
[03-Sep-2015 10:17:34] WARNUNG: is_readable(): open_basedir restriction in effect. File(/var/www/wp-config.php) is not within the allowed path(s): (/var/www/xxx/:/var/customers/tmp/xxx/:/usr/share/php/:/usr/share/php5/:/tmp/)
There is no wp-config.php in /var/www – thats for sure and its normal that there is a open_basedir restriction. Maybe you get a clue of it.
ah ok, i will try to remove this warnings.
ok i think i have found it and it will be fixed with the release.
Hi Daniel,
i auto-updated your plugin today (V. 3.2.0) and get the same warning as the member dc23 (WARNUNG: is_readable(): open_basedir restriction in effect. File(/var/www/wp-config.php) is not within the allowed path(s): (/var/www/xxx/:/var/customers/tmp/xxx/:/usr/share/php/:/usr/share/php5/:/tmp/)
Before the update of the plugin everything was ok (last backup yesterday).
In your post nr. 4 you write, you remove this warning. Why is it not fixed in the auto-update? Which file from https://github.com/inpsyde/backwpup should i copy to my folder to fix it?
Can you pleas help me to resolve this Prob.
THX
no, not copy it from github. The version from github is the same as the release. it will test for this problem again.
Sorry now i have realy fund that stupid bug. i will made an update asap
Hey Daniel,
thanks a lot for your efforts.
So i wait for the update.
Greets
Hi Daniel,
I’m not using your plugin but I’m getting a very similar error appearing in a few of my sites. Is it possible for you to detail what you updated within the plugin to remove the messages?
I think it would greatly help me troubleshoot my woes!
@moniodesign: i have a funtion in the plugin that trys to detect if a file that will be opend in open basedire bvore it runs the php function. But that has a bug and than cames that messages. BUt this function must be implemented by plugin authors itself.