Search found 6216 matches

by support
29 Apr 2024, 14:37
Forum: Bug Report version 3.5.3
Topic: API File upload does not work for ONLYOFFICE field
Replies: 2
Views: 34

Re: API File upload does not work for ONLYOFFICE field

The source for this filed type was missed. Added it. File from archive replace to plugins\ext\classes\api\
Let me know if it works ok now.
by support
29 Apr 2024, 08:41
Forum: Bug Report version 3.5.3
Topic: Favicon and Shortname in Dashboard
Replies: 2
Views: 147

Re: Favicon and Shortname in Dashboard

Can't reproduce it. Probably browser cache.
Anyway replace/remove /favicon.ico file in root folder. This file browser uses by default.
by support
26 Apr 2024, 20:46
Forum: Bug Report version 3.5.3
Topic: Database Error: 1064 on database Backup
Replies: 3
Views: 108

Re: Database Error: 1064 on database Backup

Try to create backup using phomyadmin.
by support
26 Apr 2024, 18:28
Forum: Discussion
Topic: DB error when Restore backup to new server
Replies: 3
Views: 105

Re: DB error when Restore backup to new server

Hard to say what is it. Try to do backup and restore under phpmyadmin.
by support
26 Apr 2024, 09:03
Forum: Discussion
Topic: Image doesn't show in template export
Replies: 4
Views: 179

Re: Image doesn't show in template export

Reproduce issue on personal demo https://www.rukovoditel.net/demo.php and give me the link to the demo. I will look.
by support
26 Apr 2024, 09:02
Forum: Bug Report version 3.5.3
Topic: User Access Group is behaving abnormally and taking over Administrator Rights.
Replies: 1
Views: 60

Re: User Access Group is behaving abnormally and taking over Administrator Rights.

Looks like problem with database. Check app_access_groups tabel in phpmyadimn. The flag AUTO_INCREMENT should be assigned ot ID column. See attached.
In phpmyadimn you can remove duplicates.
by support
25 Apr 2024, 17:37
Forum: Discussion
Topic: How to format a copied date entry
Replies: 2
Views: 73

Re: How to format a copied date entry

No, there is no way. You can't copy value to different field type.
by support
25 Apr 2024, 08:22
Forum: Discussion
Topic: Clear Signature with Automate Actions?
Replies: 3
Views: 132

Re: Clear Signature with Automate Actions?

sql query is correct.
by support
24 Apr 2024, 19:14
Forum: Discussion
Topic: Clear Signature with Automate Actions?
Replies: 3
Views: 132

Re: Clear Signature with Automate Actions?

When you add signature the extra record added to app_approved_items table.
To clear signature you have to remove record from app_approved_items related to current item.
by support
24 Apr 2024, 19:08
Forum: Bug Report version 3.5.3
Topic: Database Error: 1064 on database Backup
Replies: 3
Views: 108

Re: Database Error: 1064 on database Backup

Can't reproduce it. Do you have extra custom tables in your database?