Patch (to be ported)
Project:
Boxes
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2012 at 13:26 UTC
Updated:
30 Jun 2014 at 21:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tirdadc commentedComment #2
tirdadc commentedComment #3
arpieb commentedThe above patch appears to work just fine in an installation where DOCROOT for the domain is the same as for the Drupal installation, but if Drupal is nested under a subdirectory the base_path() call generates an AJAX callback URL that can cause a 404 error depending on the site config.
The attached patch swaps the base_path() call out with the internal path <front>, and in the JS code replaces the call with an empty string. (Also, couldn't find anywhere in the code that getQ was being used on the browser end...?)
Comment #4
mrfelton commentedSame problem here on D6. I tried directly backporting this patch, but it didn't fix the issue.
Comment #4.0
mrfelton commentedblah
Comment #6
hefox commented