i have tried the patch but not succed.
i put the patch in flag directory as /sites/all/modules/flag/
i ran the command and is asking for the path to file?
i manually set the patch to files. but some files does not exist
like flag.tokens.inc does not exist in flag module yet there is a flag.token.inc in includes directory of flag module.

could you please explain how to ran the patch step by step.

Comments

misc’s picture

It dependens on how you apply patches.
The simplest solution should be to download the module with git, download the patch to the module folder and apply with git apply -v patchname.patch, or if you do no have git, use patch -p1 < patchname.patch.

misc’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.