open_basedir restriction error in BackWPup when using SymLinks
-
Hi,
for certain reasons I’m using SymLinks in the WP root directory, which refer to log folders outside my webspace. The problem I’m now having is, that BackWPup creates the error message “RuntimeException: SplFileInfo::isDir(): open_basedir restriction in effect” in the log of a backup job and the job is cancelled while BackWPup was creating the file & folder list. The reason for this is quite clear, because of the SymLinks referring are to a location outside the open_basedir. Also this should not (and cannot) be changed due to security reasons.
The point is: Why is BackWPup treating this as a fatal error and stops progressing? I think if there is a link to any location outside the basedir range, this should not block creating the backup. Just a warning and progressing would be fair enough.
The funny thing is, that I already excluded these folders before I moved them outside my webspace and replacing them with a SymLink. Now, after having these SymLinks, I also do not see anything in the Files tab of the job settings. I think the PHP for the job settings stops exactly at the same problem.
Please could you stop treating this as a fatal error and ignore all folders and files, which creates this open_basedir restriction error? I think that would really be the right way to handle such PHP errors.
Thanks a lot in advance,
Armin
The topic ‘open_basedir restriction error in BackWPup when using SymLinks’ is closed to new replies.