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

profix898’s picture

Can 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.

profix898’s picture

Status: Active » Closed (duplicate)

As 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.