When an unregistered visitor click on the wishlist link, the index page doubles so that you have two complete indexes, one below the other. I'm not experiencing that with any other modules, nor does there appear to be a similar problem with the wishlist module for users who are logged in. I'm using Drupal 4.7 RC3 with the Fancy theme.
Comments
Comment #1
scott.mclewin commentedI'll see if I can cycle up checking into that this weekend. By the "index page" I'm assuming you mean the table view that shows all the gifts for a given user. Assuming your site is visible on the 'net, could you use my contact form to send me a link to it so that I can see the problem in your environment?
Comment #2
scott.mclewin commentedI kept wondering what might be up so I put aside other development tasks to pry into this one. I've installed Drupal 4.7rc3 in my development environment, brought down the fancy theme and installed the latest wishlist on it from CVS HEAD (which to the best of my knowledge matches the DRUPAL-4-7 branch).
I didn't see any issue. So hopefully you can point me to your site so that I can prod it a little bit.
Comment #3
scott.mclewin commentedAre you still having this problem? I was unable to reproduce it and will need more from you if I am going to resolve it.
Comment #4
scott.mclewin commentedIssue closed. Unable to reproduce, LEW non-responsive to requests for further input. Assumed resolved. Re-open with further information if the issue is not resolved.
Comment #5
scott.mclewin commentedAnother user reported this problem with enough detail to resolve it. It has been fixed in both 4.7 and cvs.
Comment #6
communitysteps commentedCould you post the fix for this? I'm also seeing this error and would like to correct it.
Drupal 4.7.4
Modified BlueMarine theme
wishlist-4.7.x-1.x-dev
Comment #7
scott.mclewin commentedCommunitysteps,
Could you provide me more information on how you are producing this? I've found one this evening in looking through the code that would only happen when an anonymous user clicked on a 'get this gift' link and the module was configured to disallow anonymous access to wishlists.
The specific fix described by this issue was fixed as described, so you've found a new way to do it.
I need more information on how to reproduce it.
Comment #8
communitysteps commentedI have enabled "access wishlist" for all user roles. When enabled and "get this gift" is clicked by an anonymous user, the index page is duplicated and this error is reported: "You can prevent this error by removing wishlist permissions from anonymous accounts on your site" When disabled for anonymous users, the module is not available for access.
Tested the 4.7-dev and HEAD versions with my drupal 4.7.4 install which was upgraded from 4.6.
Is there anything else I should be testing?
Comment #9
communitysteps commentedLatest release, wishlist-4.7.x-2.0 fixed this bug in my case.
Thanks
Comment #10
scott.mclewin commentedClosing out issue - I'm glad it was fixed by v2.0