Hi,

I got following problem after upgrading to Drupal core version 6.11:

Every time logging in It does not take me to homepage any more but user information page ie http://www.example.com/user/.

I've tried to perform upgrading two times and have received the same problem.

Please help me.

Thanks
Viet

Comments

Anonymous’s picture

Category: support » bug

This appears to be a regression in Drupal 6.11, or possibly in 6.10.

This problem has been observed at PortableApps.com, likewise immediately after an upgrade to 6.11 (from, I believe, 6.9). /logout is also affected, redirecting to <front> rather than the HTTP referrer.

See [Drupal bug ?] Login page for details and discussion at PortableApps.com.

nguyenquocviet’s picture

I have my own way to temporarily solve this problem using action and trigger modules as below:

- Action and trigger modules are Drupal core ones so you don't have to install any contributed modules just to fix this problem.
- Creating advance action of redirecting to Frontpage URL at admin/settings/actions/manage. Specify the front page URL in it.
- Assigning the above action to "Trigger: After a user has logged in" at admin/build/trigger/user.

This way also preserves destination parameter on URL. Meaning that when login with destination specified on URL the destination page will be open instead of the URL specified in the action above.

Thanks
Việt

wretched sinner - saved by grace’s picture

Status: Active » Closed (duplicate)

This was caused by #292565: Regression: Can't set /user to 403 page (was: login destination is broken). If you can jump in and help fix it that would be great!