On 03/14/2017 09:14 AM, SP2L wrote:
Lately started adventurous journey with Mailman3 which is way, way different already from the beginning.
Used Mailman bundler to install GNU Mailman, Postorius and HyperKitty testing instance in virtual environment, mainly relaying on belows recipe:
mailman-bundler is out of date and deprecated. You might find <https://wiki.list.org/x/17891998> of interest.
Present status.
Above trio and MySQLServer are "talking" to each other but because there isproper database on MySQLServer I am facing strange and unexpected issues, Hi!
Executing last two commands:
(venv)$ ./bin/mailman start (venv)$ ./bin/mailman-web-django-admin runserver 0.0.0.0:8000 &
I see Postorius and HyperKitty up & runningbut...
Belowvery condensed messages from the console:
/HyperKitty/
DEBUG = False
[12/Mar/2017 18:59:43] "GET /archives/ HTTP/1.1" 200 8002 WARNING Not Found: /static/hyperkitty/libs/jquery/smoothness/jquery-ui-1.10.3.custom.min.css ...
Have you run the script that bundler installs as bin/mailman-post-update?
/mailman3/
DEBUG = False
Server Error (500)
DEBUG = True
HTTP Error 500: A server error occurred. Please contact the administrator.
Exception Location: /var/lib/mailman3/mailman-bundler/eggs/mailmanclient-1.0.1-py2.7.egg/mailmanclient/_client.py in call, line 109
Then VERY, verylong list...
Without knowing what the exception was and at least the start of the traceback, it's hard to say what this might be.
By means of PhpMyAdmin I created manually mailman3 database and few tables (looking at 0001_initial.py) , but it is not working O.K. This handmade table is not doing it's job.
You shouldn't need to do this. If you have the proper settings and credentials in the DATABASES setting in mailman-web/settings_local.py and the [database] section in deployment/mailman.cfg, the tables should be created for you.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan