The AJAX path callbacks are being cached by Drupal in the cache_page table when this setting is enabled, breaking the functionality of the module.
The AJAX path callbacks are being cached by Drupal in the cache_page table when this setting is enabled, breaking the functionality of the module.
Comments
Comment #1
kevinquillen commentedFixed in 7.x-1.4 by changing the delivery callbacks to ajax_deliver.
Comment #2
kevinquillen commented