On 8/2/21 11:26, Guillermo Hernandez (Oldno7) via Mailman-users wrote:
On 7/2/21 19:33, Guillermo Hernandez (Oldno7) via Mailman-users wrote:
On 7/2/21 19:04, Abhilash Raj wrote:
Well... I did reinstall all mailman relationed apps with a
pip install --upgrade --force-reinstall --no-deps --no-cache-dir django-mailman3 mailman mailman-hyperkitty mailmanclient
Restarted thee apache24 server...
Aaaaaand closed de admin session and reopened it... (just for a "what if" sensation).
I can not tell what have been the solution here, but now I can access the administrative pages and attend de pending subscriptions and discard retained messages.
Thanks Abhilash and Mark for your support.
Some things did not work well enough after that (the subscriptions pending approval, between others), and then I did an
pip install --upgrade --force-reinstall --no-deps --no-cache-dir django-mailman3 mailman mailman-hyperkitty mailmanclient postorius django
(adding postorius and django to my previous reinstall)
And a
su -m mailman3 -c "python3 manage.py collectstatic"
in the mailman dir (mailman3 is the user who exectues all mailman related things)
and again a
su -m mailman3 -c "python3 manage.py migrate"
And it seems there were things pendig to update...
Restarted the server and now it seems all is OK.
Thanks all and sorry for the noise.