Try:

docker logs mayan-edms

If that doesn't show any errors, try:

docker exec -it mayan-edms /bin/bash -c "tail /var/log/mayan/*"

for a more verbose output. Paste here any error that appears.

On Sunday, July 2, 2017 at 12:42:04 PM UTC-4, Mirco Hansen wrote:
>
> Hi,
>
> I still got the issue (like in 2.3) that Mayan does not read my config. 
> The file is located here: 
> /var/lib/docker/volumes/mayan_data/_data/settings/local.py and has the 
> following content:
> from __future__ import absolute_import
>
> from .base import *
>
> SECRET_KEY = 'xxx'
> ALLOWED_HOSTS = ['*']
>
> DOCUMENTS_LANGUAGE_CHOICES = (('eng', 'English'), ('deu', 'Deutsch'))
> DOCUMENTS_LANGUAGE = 'deu'
> MAYAN_COMMON_PAGINATE_BY=50
>
> The language settings and pagination is not working. If I run docker exec 
> -it mayan-edms cat /var/lib/mayan/settings/local.py it shows me the same 
> file.
>
> Since upgrading to 2.4 I have the problem that I can not upload any 
> documents via the web formular. I go through the wizard (selecting doctype, 
> adding metadata and selecting language) and if I drag and drop the document 
> into the form it looks like it is uploaded and a checkmark appears. But 
> there is no OCR running (CPU is idle) and the document is not listed in the 
> tag page or the "latest documents" list.
>
> Where can I have a look into Mayans logs inside the container? Where are 
> they stord so I can try find out whats wrong.
>
> Thanks in advance!
>
> Regards
> Mirco
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to