Successful Login URL
mannkind - February 26, 2008 - 22:11
| Project: | Pubcookie |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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; }

#1
Have you actually assigned the URL to redirect to on the pubcookie settings page?
#2
#3
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.
#4
This was my 'issue' -- no longer an issue.