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

vhmauery’s picture

oops. 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.

vhmauery’s picture

Status: Active » Fixed

The fix is in CVS.

Moxide’s picture

Thanks !

Tmortn’s picture

Component: Code » Miscellaneous

You 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 ?

vhmauery’s picture

In 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.

vhmauery’s picture

Component: Miscellaneous » Code
Category: support » bug
Status: Fixed » Closed (fixed)