With the latest uc_signup (v.1.31 from CVS) I get Access denied on pages after /cart for anonymous users. Checking through the code, hook_module uses "view own orders" permissions. I have changed it to "sign up for content" as in my case this is what it should be.
Patch attached.

CommentFileSizeAuthor
uc_signup.module.patch1.1 KBivrh

Comments

ezra-g’s picture

Status: Patch (to be ported) » Closed (duplicate)

Thanks for taking the time to submit a patch!

Actually, it's best to set the status to "needs review" rather than "patch (to be ported)" for new patches. You can read all about making patches at http://drupal.org/patch/create .

Also, this patch uses the "sign up for content" permission to allow users to checkout, but as stated in the README.txt, uc_signup currently requires that users *not* have this permission.

Finally, this is a duplicate of #538254: Access denied after attempting to start checkout

Hope to see you in future issues!