-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with individual and Family lists #4904
Comments
Dang. I know what I've done, without looking at the code. |
Actually no - I can't reproduce this. What is the link that you are following from "My page"? |
Changing line 219 of app\Module\IndividualListModule.php to |
That was the fix I had in mind for my first comment. But couldn't reproduce the error. Will have another look later. |
I think my solution above is back to front in that you need to fail when there is no surname parameter, maybe valid urls within webtrees should always have a surname parameter of some sort |
All my test trees contain at least one individual without a surname. Hence the |
…iduals without a surname
…iduals without a surname
Have just updated my test system to the latest code (6e80021) and I now get the following messages for both the Individual & Family list pages
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
and if I go back to the previous page I see a number of messages: There are no individuals with the surname ““ (I guess each message corresponds to a redirect attempt)
UPDATE: Seems to only fail when called from "My page" If called from an individuals page then it works
The text was updated successfully, but these errors were encountered: