The API was updated in version 4.0. There are now 3 endpoints for working with document tags.
Refer to the live API documentation for the latest API endpoint versions.
Search found 688 matches
- Tue Dec 21, 2021 9:27 am
- Forum: Issues or Errors
- Topic: API add tag to document error Method \"POST\" not allowed
- Replies: 2
- Views: 280
- Tue Dec 21, 2021 9:23 am
- Forum: API
- Topic: get document sorted from newest to oldest
- Replies: 2
- Views: 370
Re: get document sorted from newest to oldest
Use:
to reverse the ordering.
The 'Filter' button will show all fields available for sorting for each object.
Code: Select all
_ordering : -datetime_created
The 'Filter' button will show all fields available for sorting for each object.
- Wed Dec 15, 2021 8:13 am
- Forum: Issues or Errors
- Topic: Some documents showing Server Error due to query returning more than one Recent Document
- Replies: 1
- Views: 230
Re: Some documents showing Server Error due to query returning more than one Recent Document
Yes, it is safe to remove one or both of these entries, they volatile and updated every time users access a document.
- Tue Nov 09, 2021 9:51 am
- Forum: Issues or Errors
- Topic: Updating via docker compose -> 4.1.2
- Replies: 1
- Views: 322
Re: Updating via docker compose -> 4.1.2
Hi,
Can you post the result of the command:
and
Exclude any result not related to Mayan or that is confidential (password, hostnames, etc).
Can you post the result of the command:
Code: Select all
docker volume ls
Code: Select all
docker-compose config
- Tue Nov 09, 2021 9:41 am
- Forum: Issues or Errors
- Topic: Scanning [HP OfficeJet 4500]: SourceBackendSANEScanner' has no attribute 'upload_form_class'
- Replies: 1
- Views: 271
Re: Scanning [HP OfficeJet 4500]: SourceBackendSANEScanner' has no attribute 'upload_form_class'
Hi,
Please check version 4.1.3 which includes a fix for this issue (https://docs.mayan-edms.com/releases/4.1.3.html#sources).
Thanks!
Please check version 4.1.3 which includes a fix for this issue (https://docs.mayan-edms.com/releases/4.1.3.html#sources).
Thanks!
- Mon Oct 18, 2021 8:58 pm
- Forum: Issues or Errors
- Topic: [Solved] RuntimeError: Error initializing the locking backend 3.5.10 > 4.1
- Replies: 10
- Views: 893
Re: RuntimeError: Error initializing the locking backend 3.5.10 > 4.1
According to Redis documentation, https://redis.io/commands/select: DB index is out of range Means that the database number you are attempting to use is out of the range of the number of databases you have told Redis to provision. Double check that Mayan's LOCK_MANAGER_BACKEND_ARGUMENTS (which in th...
- Mon Oct 18, 2021 3:52 am
- Forum: Issues or Errors
- Topic: [Solved] RuntimeError: Error initializing the locking backend 3.5.10 > 4.1
- Replies: 10
- Views: 893
Re: RuntimeError: Error initializing the locking backend 3.5.10 > 4.1
Restart Redis for the configuration change that increases the number of databases to 3 to take effect.
Seems that step is missing from the documentation. We'll make the update.
Thanks for the report.
Code: Select all
sudo service redis-server restart
Thanks for the report.
- Tue Oct 12, 2021 6:33 pm
- Forum: Issues or Errors
- Topic: Mayan refused to connect when upgrading 4.0.15 to 4.1
- Replies: 1
- Views: 362
Re: Mayan refused to connect when upgrading 4.0.15 to 4.1
In a previews post you mentioned using Mayan on port 81 due a conflict with another program. Mayan appears to be running on port 80 in you installation now. Check the logs using docker-compose logs -f this will tell if Mayan started up correctly or if there was an error booting up (wrong database/br...
- Mon Oct 11, 2021 1:01 am
- Forum: Releases
- Topic: Version 4.1
- Replies: 0
- Views: 749
Version 4.1
Released: October 10, 2021 Status: Stable Changes General The code used to detect open file and descriptor leak detection was improved and made more strict. New descriptor leaks were fixed. File descriptors created after inspecting a Django file field (even if the file is not opened) are now explici...
- Fri Oct 08, 2021 8:21 am
- Forum: Issues or Errors
- Topic: [4.1 rc2] Problem with supervisor configuration
- Replies: 2
- Views: 573
Re: [4.1 rc2] Problem with supervisor configuration
Version 4.2.2 is not available on Ubuntu, even in the upcoming Impish release.
It is available on Debian since bullseye and the .deb package works with Ubuntu 21.04.
https://packages.debian.org/bullseye/supervisor
It is available on Debian since bullseye and the .deb package works with Ubuntu 21.04.
https://packages.debian.org/bullseye/supervisor