I recently had this error pop up as I tried to log into my Drupal site from the main page (the error did not occur when I logged in from
This error pops up when Drupal cannot resolve the path for the front page in the login form. The problem in my case was that I had the front page link as "/" (under settings -> general -> default front page). The problem was the backslash, which you are advised not do use, but I used it because I didn't like having the "node/3" attached to the URL when "forward this page" was selected. In my case the new link would show as
I had to remove the trailing slash and now the login works fine. The form code now shows:
<form action="/node/1?destination=">instead of:
<form action="//?destination="">Hope this helps. If this did not solve your problem please comment below.
All Content © 2005 - 2008 Contract Web Development, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Powered by Drupal
1 day 8 hours ago
1 day 21 hours ago
2 days 8 hours ago
2 days 9 hours ago
2 days 13 hours ago