Closed (duplicate)
Project:
Ubercart Addresses
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2011 at 21:27 UTC
Updated:
23 Nov 2011 at 07:42 UTC
In order to use addresses with me module, had to hack 3 spots like this in module:
uc_addresses.module: $form_state['redirect'] = array('user/'. 'me' /*$address_user->uid */.'/addresses');
Cuz was getting page not found on a redirect to some strange URL (https://dev1.example.com/user/%252Faddresses)
Comments
Comment #1
megachrizThis has been reported before: #1252424: Incompatible with 'me' aliases.
I don't think the root of this problem lies with Ubercart Addresses.