Abhilash Raj

Results 169 comments of Abhilash Raj

Core *might* work with `mysqlclient` which provides `MySQLdb` and doesn't need the `+pymysql` suffix. [SQLAlchemy (ORM that Core uses) docs](http://docs.sqlalchemy.org/en/latest/dialects/mysql.html#py3k-support) say that it works but without running the entire test...

Indeed it can be done for `mailman-core` container images I suppose. Can you help me with a bash function to do same? `core/docker-entrypoint.sh` is where it would live.

When I tested, I went up to the Index page and because all migrations were working, I didn't think database connection would be a problem anymore. :( I can reproduce...

OK, this is an issue with Core itself and it's compatibility with Mariadb/MySQL. Can you please report this issue over at https://gitlab.com/mailman/mailman/issues I tried out with `mysqlclient` library and it...

You should check the logs to see what exactly is going wrong. Most important ones are at `/opt/mailman/web/logs/`. Also please put the code/configuration inside three ``` so that they are...

There you do, you should just remove `"192.168.250.3:8000",` from your allowed_hosts. ALLOWED_HOSTS doens't need the ports and you have already added "192.168.250.3" .

Can you also look at `/opt/mailman/web/log/uwsgi-error.log` and `mailmanweb.log` at the same location? It might have more explanation about the Permission Denied error.

Did you try connecting at `http://mailman.esi-group.com` ? Because it looks like request never reached uwsgi and your Nginx configuration has emtpy configuration for `/` in for port 80. Can you...

Did you reload nginx after changing the configuration? It should not be showing the index page as per the configuration that you have given above.