tags:

views:

21

answers:

2

In Drupal, there is a site I have to work on that has an annoying quirk.

Anytime someone registers, they are redirected to a custom page. I have grepped for drupal_goto, and looked in the database to find out what is causing this redirect to happen.

Whats the most effective way to track this down???

+1  A: 

http://drupal.org/project/logintoboggan

Nikit
No, I meant the opposite. There was a rogue drupal_goto in code.
Kevin
+1  A: 

Found it. A rogue drupal_goto() statement implemented by previous developer.

Kevin

related questions