Closed (fixed)
Project:
Wishlist Module
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 May 2009 at 12:40 UTC
Updated:
22 Jan 2011 at 06:26 UTC
I get this error when I try to hide or reveal the purchase details: "The requested URL /wishlist/1 was not found on this server.".
This URL doesn't exist, my Drupal installation is in the directory drupal, so the node should be drupal/wishlist/1 (I guess).
Maybe the error is in line 1070 in wishlist.module.
Comments
Comment #1
cvdenzen commentedWhen I changed the line into:
'#attributes' => array('onChange' => "top.location.href='../".$_GET['q']."?wl_reveal='+this.value"),
the function hide/reveal works (I added two dots before the slash)
If this really is the right solution, could anyone commit this patch?
Comment #2
scott.mclewin commentedThis change has been committed.