clicking on a username when viewing a thread results in "Page not found"
If I click on a username when viewing a thread, it returns "Page not found" then "This page either doesn't exist, or it moved somewhere else.". Any idea why this may be happening?
Also, why is it that some usernames are not clickable (ie. black text with no hyperlink)?
Thanks! Ken
Check your web server logs. Clear your cache.
On Mon, 26 Jun 2023, 10:20 Ken Alker, <mailman3.org@alker.net> wrote:
If I click on a username when viewing a thread, it returns "Page not found" then "This page either doesn't exist, or it moved somewhere else.". Any idea why this may be happening?
Also, why is it that some usernames are not clickable (ie. black text with no hyperlink)?
Thanks! Ken
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/...
This message sent to odhiambo@gmail.com
On 6/26/23 12:20 AM, Ken Alker wrote:
If I click on a username when viewing a thread, it returns "Page not found" then "This page either doesn't exist, or it moved somewhere else.". Any idea why this may be happening?
This is a problem. That link goes to, e.g., https://example.com/archives/users/<user_id>/. What do you get if you strip the user_id and just go to what https://example.com/archives/users/ translates to on your system?
You should get a page saying
Not implemented
This feature has not been implemented yet, sorry.
If you get a 404, there is an issue with your web server configuration or maybe your top level urls.py.
Also, why is it that some usernames are not clickable (ie. black text with no hyperlink)?
I'm not sure without research.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mark Sapiro wrote:
On 6/26/23 12:20 AM, Ken Alker wrote:
If I click on a username when viewing a thread, it returns "Page not found" then "This page either doesn't exist, or it moved somewhere else.". Any idea why this may be happening? This is a problem. That link goes to, e.g., https://example.com/archives/users/<user_id>/. What do you get if you strip the user_id and just go to what https://example.com/archives/users/ translates to on your system? You should get a page saying Not implemented
This feature has not been implemented yet, sorry.
If you get a 404, there is an issue with your web server configuration or maybe your top level urls.py.
I get "Not implemented". I do not get a 404 error.
On 6/26/23 9:26 PM, Ken Alker wrote:
Mark Sapiro wrote:
This is a problem. That link goes to, e.g., https://example.com/archives/users/<user_id>/. What do you get if you strip the user_id and just go to what https://example.com/archives/users/ translates to on your system? You should get a page saying Not implemented
This feature has not been implemented yet, sorry.
If you get a 404, there is an issue with your web server configuration or maybe your top level urls.py.
I get "Not implemented". I do not get a 404 error.
That indicates there is some corruption somewhere. I need to research it
to figure out where, but the issue is the <user_id> in
https://example.com/archives/users/<user_id>/ doesn't exist. Are the
crons -
https://docs.mailman3.org/en/latest/install/virtualenv.html#cron-jobs-for-ma...
running? If they are, the hyperkitty sync_mailman job should run daily
and might fix this. You can also run mailman_web mailman_sync
manually.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (3)
-
Ken Alker
-
Mark Sapiro
-
Odhiambo Washington