Hello,
I just installed a fresh drupal 4.7 beta 2 in order to test acidfree.
I downloaded the 4.6.0 filemanager module and tried to applied the patch delivered with the 4.7 acidfree module.
The problem is that I get some errors: "missing header for unified diff at line 203, can't find file to patch at line 203".
Then I tried with the cvs version of filemanager and I got errors too.
Could anyone tell me which version of filemanager the acidfree patch is made for ?
Thanks !
Comments
Comment #1
vhmauery commentedoops. If you just delete that hunk, it will work. I will try to re-roll a new patch when I can a few more spare minutes.
Comment #2
vhmauery commentedThe fix is in CVS.
Comment #3
Moxide commentedThanks !
Comment #4
Tmortn commentedYou know this has got to be a silly question... But HOW do you install the damn filemanager patch ? I can't seem to find the instructions anywhere. Do you just rename the patch file to filemanager.module or something ? Add the text in it to the end ?
Comment #5
vhmauery commentedIn the filemanager directory, type something like:
patch -p0 < /path/to/filemanager-private.patch
You can also look at http://drupal.org/node/34422 for more help.
Comment #6
vhmauery commented