Data:
Successful login URL option is blank

Action: Logging in via Pubcookie
What Do I Expect to Happen: Redirect to $base_url
What Happens: I get stuck at the pubcookie login URL.

If I add the follow line after line 106, I get the expected behavior: if(empty($url)){ $url = $base_url; }

Comments

jvandyk’s picture

Have you actually assigned the URL to redirect to on the pubcookie settings page?

jvandyk’s picture

Status: Active » Postponed (maintainer needs more info)
Anonymous’s picture

Wow, I swear I commented on this earlier... evidently I never hit the submit button.

> Have you actually assigned the URL to redirect to on the pubcookie settings page?

I don't want to enter a URL; I have 2 servers (dev/prod) with slightly different URLS. If I enter a URL, I can't login easily via the one of the servers.

If I leave the option blank, I'd like pubcookie to redirect me to whatever Drupal suggests the base_path() is.

Anonymous’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

This was my 'issue' -- no longer an issue.