How do I integrate and solve this problem:

2. Filemanager patch not applied. Follow the instructions that came with the Acidfree distribution to patch the Filemanager module.

Not sure if I can locate instrucstion on how to patch.

ALso go this one:

System file path not properly set or permissions are not right (must be web writeable).

The system file path is set and even Drupal checks are ok. It wasn't at first but I had to create /file and CHMOD it to 777 but AcidFree still says it's not working?

Any thoughts on the above?

Comments

B-Dot’s picture

Hi mealto,

The instructions for applying the patch are at the top of the patch file, (part of the download) which are viewable in a text editor:

-----

NOTE: this patch MUST be applied to the filemanager source
or acidfree will not work correctly. To apply, do something like this:

cd modules/filemanager
patch -p0 < path/to/this/patch/filemanager-acidfree.patch

------------

You need to execute these commands from the command line on your Drupal installation. I just put the patch in the same directory as the filemanager module and ran it.

But I am also having the same second problem: "System file path not properly set or permissions are not right (must be web writeable). Go to admin/settings to configure it."

My system file path is just 'files' underneath the drupal directory. The download method is set to public. I have chmodded it to 777, and all the directories contained inside of it have the same permissions.

Any ideas on how to solve this one?