Search found 14 matches
- Tue Oct 15, 2019 9:52 pm
- Forum: General topics
- Topic: Modify link used when sending a link email
- Replies: 6
- Views: 1733
Re: Modify link used when sending a link email
Thanks for the prompt reply. That worked.
- Tue Oct 15, 2019 4:52 pm
- Forum: General topics
- Topic: Modify link used when sending a link email
- Replies: 6
- Views: 1733
Modify link used when sending a link email
I am trying to set up email processes and can't figure out how to change the url for the link. Have SMTP working and emails are being sent. However, all my links are coming out as "To access this document click on the following link: https://www.mayan-edms.com/documents/...". I need it to be a link ...
- Fri Oct 04, 2019 7:57 pm
- Forum: General topics
- Topic: Cabinet Presentation
- Replies: 4
- Views: 1855
Re: Cabinet Presentation
Excellent!
Thanks Rosarior
Thanks Rosarior
- Tue Sep 10, 2019 4:25 pm
- Forum: Issues or Errors
- Topic: Indexing Error
- Replies: 7
- Views: 1283
Re: Indexing Error
What you are saying sounds like what happened. I was playing around with indexes trying to learn the syntax so it is quite possible I was editing and rebuilding at the same time. Only running on one machine so not load balanced. Just a test implementation. I have disabled the index it seems to be ha...
- Tue Sep 10, 2019 4:17 pm
- Forum: General topics
- Topic: Cabinet Presentation
- Replies: 4
- Views: 1855
Re: Cabinet Presentation
Thanks for your quick response.
- Tue Sep 10, 2019 4:46 am
- Forum: Issues or Errors
- Topic: Indexing Error
- Replies: 7
- Views: 1283
Indexing Error
I was working on some new indexes and while rebuilding them received the following error: [2019-09-10 04:11:52,006: ERROR/MainProcess] Task mayan.apps.document_indexing.tasks.task_rebuild_index[7e18a99c-4fd0-4560-9633-651e8b7805a0] raised unexpected: MultipleObjectsReturned('get() returned more than...
- Tue Sep 10, 2019 12:18 am
- Forum: General topics
- Topic: Cabinet Presentation
- Replies: 4
- Views: 1855
Cabinet Presentation
Was wondering if there is a way to tweak the UI for cabinets? We are trying to implement a simple document store for our condo association. Cabinets seem to be the best way (not too many documents to deal with). One issue we are running into is showing cabinets with no documents but having the docum...
- Sat Aug 31, 2019 1:52 pm
- Forum: Issues or Errors
- Topic: Losing Documents
- Replies: 8
- Views: 2759
Re: Losing Documents
This link provides insight into the issue of local storage on windows with postgres docker: https://github.com/docker/for-win/issues/445 Mounting with a named docker volume seems to work however am now getting the following error which shuts down mayan causing me to have to restart the container. ER...
- Mon Aug 26, 2019 5:44 pm
- Forum: Issues or Errors
- Topic: Losing Documents
- Replies: 8
- Views: 2759
Re: Losing Documents
Sorry just noticed the port is wrong in my post. File has 33060
- Mon Aug 26, 2019 5:40 pm
- Forum: Issues or Errors
- Topic: Losing Documents
- Replies: 8
- Views: 2759
Re: Losing Documents
I found a number of references online to permission issues with a postgres container with -v on windows so I decided to try mysql as outlined in the blog post. The mySql container starts fine and I see the db in the file system. When I start the mayan container I see a db.sqlite3 in the folder and p...