Attempted to apply the ubercart_api.patch for the uc_recurring_subscription module (in uc_recurring-6.x-2.0-alpha5) to uc_attribute.module in ubercart-6.x-2.x-dev (Dec 10, 2010) - according to the instructions in the README.
INSTALL
~~~~~~~
This module requires a patch to ubercart, more detail on the issue can be found
in the following issue:
http://drupal.org/node/488422
The patch required for this module is included in this project download under:
module/uc_recurring_subscription/ubercart_api.patch
To apply:
1. Copy the ubercart_api.patch file to ubercart module directory.
2. Patch by running the command:
patch -p0 < ubercart_api.patch
3. You shouldn't get any errors if it applies correctly.
It didn't work. The response was:
patching file blah/blah/blah/sites/all/modules/ubercart/uc_attribute/uc_attribute.module
Hunk #1 FAILED at 538.
1 out of 1 hunk FAILED -- saving rejects to file blah/blah/blah/sites/all/modules/ubercart/uc_attribute/uc_attribute.module.rej
The next patch would create the file uc_attribute/uc_attribute.test,
which already exists! Assume -R? [n]
Does anyone know of a dev snapshot where this patch worked? Has the patch become obsolete?
Comments
Comment #1
univate commentedThe current ubercart dev has half of that required patch, suggest using ubercart-6.x-2.4 release and patching that.
Comment #2
newbstah commentedTried that first, but the patch was unsuccessful.
Comment #4
alokkumargarg commentedI am facing same issue.. please suggest.
Comment #5
univate commentedThe patches are now in ubercarts dev, so suggest just using that.