Needs work
Project:
Backup and Migrate Files
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2011 at 22:00 UTC
Updated:
21 Nov 2018 at 08:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tintoSame issue here since installing this add-on module.
Comment #2
shaisamuel commentedSame
Comment #3
Anonymous (not verified) commentedI can't see where the problem is in the code, however it only seems to occur when you enable backup_migrate_files AFTER overriding the default profile (or adding a new one). Note that you get the same error when re-editing the profile. It's caused because the exclude_filepaths are missing.
To work around, simply delete/revert your profile and set it up again. You can just re-save the profile to fix, but the exclude_filepaths will be blank (and it's a good idea to have these).
...At least, that fixes it for me.
Comment #4
iamsixstringz commentedThis worked for me as well.
Comment #5
brad.bulger commentedThis patch uses the default values if the key is not set at all, which seems like a reasonable choice.
Comment #6
sano commentedThe patch does not apply to version 7.x-3.5+8-dev. I don't even see the destinations.filesource.inc file to be patched in the "includes" directory.