When enabled, ajax_ui is interrupting redirection for any page that has ajax enabled (well, perhaps not ANY page but every one I've tried). One classic example is user/register, another is Views Bulk Operations(admin/content/node2), another is the admin links within panel pages, in all cases ajax_ui appends something similar to ?1238880619=1 which breaks redirection AND loses user messages.

To replicate, install ajax_ui, enable ajax for User Register and then register a new user. When you complete registration and are redirected to the front page, look at the address line for the appended values. Note also that if you install logintoboggan and ask for a "successful login" message, it does NOT appear when ajax_ui is enabled.

Setting ajax on the pages you desire and then disabling ajax_ui is a workaround to the problem, however if you require ajax_disable_redirect you are hosed because it requires ajax_ui.

Comments

R-H’s picture

Version: 6.x-1.14 » 6.x-1.4

I will second this finding. After turning off every module and then enabling them (thanks to Drush, a little less painful), I have made the same discovery!

brendoncrawford’s picture

Status: Active » Needs work