Closed (fixed)
Project:
Backup and Migrate Dropbox
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2011 at 01:33 UTC
Updated:
16 Jul 2012 at 22:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
sillygwailoHere's a first attempt at a patch. The filename is somewhat hacked together. Maybe there's a function that renames the tempoarily-created file in Backup and Migrate that I'm missing?
Comment #2
sillygwailo(The above patch is for a potential Drupal 7 port.)
The patch attached to this comment is for the D6 branch, using PHP's
realpath()and D6's variable for the temporary file path.Comment #3
ded commentedThe patch in #2 works for me.
Comment #4
brunorios1 commentedThe patch in #2 works for me.
Comment #5
niklp commentedPatch in #2 works for me against the dev on this date, Drupal 6 version.
Comment #6
Neil Adair commentedPatch in #1 worked for me on D7 backup_migrate_dropbox-7.x-1.x-dev for both db and files
Comment #7
wundo commentedPushed to 6.x and 7.x thanks folks!
Comment #9
svennv commentedApparently patch #2 got applied to the download for drupal7 too, where it doesn't work properly.
variable_get('file_directory_temp', '')doesnt resolve properly and should bevariable_get('file_temporary_path', '')in D7Comment #10
danny englanderHi I have created a new patch for Drupal 7 here:
http://drupal.org/node/1326534#comment-5706902
It fixed this and the issue there for me as well.
Comment #11
wundo commented#1326534 is committed, marking as fixed.