Hi, just went to add the Taxonomy Access Control module and the README says to 'patch -p0 < taxonomy.patch'

So I ran it like this in /drupal/modules... patch -p0 < taxonomy_access/taxonomy.patch

and get these errors after typing in taxonomy.module for the file...

can't find file to patch at input line 8
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Index: modules/taxonomy.module
|===================================================================
|RCS file: /cvs/drupal/drupal/modules/taxonomy.module,v
|retrieving revision 1.192.2.6
|diff -u -r1.192.2.6 taxonomy.module
|--- modules/taxonomy.module 19 Jul 2005 21:31:03 -0000 1.192.2.6
|+++ modules/taxonomy.module 8 Nov 2005 22:01:58 -0000
--------------------------
File to patch: taxonomy.module
patching file taxonomy.module
Hunk #1 FAILED at 1.
1 out of 19 hunks FAILED -- saving rejects to file taxonomy.module.rej

What am I doing wrong?

Comments

scroogie’s picture

Do you use Drupal CVS? For CVS you dont need to patch anything to get taxonomy access working because it uses a new hook.

Coldburn’s picture

No CVS, using 4.6.x. I went ahead and installed the TA module without patching. The screens work but I dont know if it 'functionally' works. I dont know how to use the module yet. I want to make a forum only available to a user role.

keve’s picture

For 4-6, you must apply the patch!
You can download latest patch for 4.6.5 (4.6.4 is the same) at
http://drupal.org/files/projects/taxonomy_access-4.6.0.tar.gz

For submitting bug reports go to:
http://drupal.org/project/issues/taxonomy_access

keve’s picture

You have to apply patch in /modules directory (where taxonom.module exist).