2 users online. Create an account or sign in to join them.Users
2.1.1 password recovery redirect error
This is an open discussion with 4 replies, filed under General.
Search
Perhaps you should show the offending line of code. Line 253 is blank in my file.
@Carson: I think he’s referring to line #251:
redirect(URL . "symphony/system/authors/edit/{$author_id}/error/");
There should be a slash before the string symphony.
Tommaso, could you please report this bug in the issue tracker? If you want, you can also fork the official repository on GitHub, apply your changes and then send a pull request to ask for a merge.
Thanks… e benvenuto a bordo ;)
Got it. Thanks.
Yes. Sorry guys for not being accurate there in my first message. End of day yesterday…
Will report the next ones on GitHub or on the tracker.
@eKoeS Grazie!
Create an account or sign in to comment.
file: content.login.php line: 253
there’s a missing leading slash which breaks the recovery process.