Why does my login redirect to draftfile.php rather than Home?

Why does my login redirect to draftfile.php rather than Home?

Andrew Normore -
回帖数:2

I built a theme, after logging in, I get redirected here:.

http://moodle.dev/draftfile.php//user/draft/172363282/

回复Andrew Normore

Re: Why does my login redirect to draftfile.php rather than Home?

Itamar Tzadok -

Andy, surely not enough information to start understanding the problem. 微笑

回复Andrew Normore

Re: Why does my login redirect to draftfile.php rather than Home?

Kris Stokking -

Redirects happen because $CFG->wantsurl is set to something on login.  Usually that happens when you set a bookmark to something other than the login page for your site (in your case, a draft file).  If your session has expired, Moodle forwards you to the login page for authentication and then back to the original page you requested.  You will want to check your theme to see if it sets $CFG->wantsurl, but I would guess your problem is unrelated to it.