In Advanced Backup, the Replacement Patterns are not listed for using tokens in the Backup file name. It's only showing the headers (Token, Replacement value).
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 920556-6-replacement-patterns.patch | 547 bytes | kendouglass |
In Advanced Backup, the Replacement Patterns are not listed for using tokens in the Backup file name. It's only showing the headers (Token, Replacement value).
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 920556-6-replacement-patterns.patch | 547 bytes | kendouglass |
Comments
Comment #1
barobba commentedHi Jmoses, I came across the same problem. You are referring to the file "backup_migrate/includes/profiles.inc" (near line 103).
The replacement patterns are displayed using this call:
The fix, would be to use this call instead:
Comment #2
decibel.places commentedthis fixed it for me too!
Comment #3
dongtian commentedGreat, thanks
Comment #4
Guido Forks commentedAlso worked for me, thanks
Comment #5
blb commentedthis is still broken in 2.4
Comment #6
kendouglass commentedYes, changing line 103 to:
'#value' => theme('token_help', 'global'),seems to fix this in v6.x-2.4 as well as 6.x-2.x-dev (2011-Sep-04)
Comment #7
ronan commentedCommitted. Thanks all
Comment #9
Abhishek Verma commentedThanks.
I was finding some module for this..........