Closed (duplicate)
Project:
Rep[lacement]Tags
Version:
5.x-1.2
Component:
Javascript / AJAX
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2007 at 14:56 UTC
Updated:
8 Feb 2007 at 21:43 UTC
Form for admin SiteWide Tags with enabled ajax return 403 forbidden in 5.1 on request:
http://mydrupal/reptag/ajaxcb/tagadd?id%3D0%26uid%3D0%26name%3Dtest%26va...
but request with q variable works normal:
http://mydrupal/?q=reptag/ajaxcb/tagadd?id%3D0%26uid%3D0%26name%3Dtest%2...
i dont know its drupal or reptags bug.
Comments
Comment #1
profix898 commentedCan you please try the patch from another issue (http://drupal.org/node/116274) about PHP4 and CleanURLs (what I think is the problem in your case). Not sure this is a Drupal issue, but using a non-clean URL as callback (?q=reptag/ajaxcb) seems to fix the issue. Hopefully it will fix your issue as well. Thanks.
Comment #2
profix898 commentedAs you reported
?q=reptag/*to work and the patch makes this exact change I'm marking this issue 'duplicate'.I also posted a support request to drupal core's issue queue at http://drupal.org/node/117151 and hope to get some help.