Search found 6221 matches

by support
17 Apr 2024, 08:12
Forum: Bug Report version 3.5.3
Topic: There is a prompt error in PHP, which should be related to email
Replies: 1
Views: 90

Re: There is a prompt error in PHP, which should be related to email

Can't reproduce it. Anyway this is just Warning and app will work ok.
by support
16 Apr 2024, 08:53
Forum: Discussion
Topic: Google Drive field doesn't clone to other entity
Replies: 3
Views: 131

Re: Google Drive field doesn't clone to other entity

Flypz wrote: 15 Apr 2024, 16:51 Would it be possible to have an attachment field in entity_1 and clone it into a Google Storage field in entity_2 using an automation button?
No, it's not possible.
by support
16 Apr 2024, 08:41
Forum: Discussion
Topic: Database Error 1064
Replies: 1
Views: 71

Re: Database Error 1064

Update app to latest version (3.5.3 at the moment)
Update instruction is here https://docs.rukovoditel.net/index.php?p=63
by support
15 Apr 2024, 16:25
Forum: Discussion
Topic: Google Drive field doesn't clone to other entity
Replies: 3
Views: 131

Re: Google Drive field doesn't clone to other entity

Cloning action is not supported for this field type.
by support
14 Apr 2024, 09:02
Forum: Discussion
Topic: Filter By Week Returns No Results
Replies: 17
Views: 1105

Re: Filter By Week Returns No Results

3.5.3 released today, please update. Let me know if it works ok now.
by support
13 Apr 2024, 08:34
Forum: Discussion
Topic: Export templates - Unknown column 'label_size' in 'field list'
Replies: 9
Views: 148

Re: Export templates - Unknown column 'label_size' in 'field list'

run next to add column save_as

Code: Select all

ALTER TABLE `app_ext_export_templates` ADD `save_as` VARCHAR(32) NOT NULL AFTER `template_filename`;
by support
11 Apr 2024, 18:17
Forum: Discussion
Topic: Email Sending Rules and Email Notifications Issue
Replies: 2
Views: 61

Re: Email Sending Rules and Email Notifications Issue

Make sure subject and body is entered. Also try to send directly to email address not to user.
by support
11 Apr 2024, 18:16
Forum: Discussion
Topic: Export templates - Unknown column 'label_size' in 'field list'
Replies: 9
Views: 148

Re: Export templates - Unknown column 'label_size' in 'field list'

Then try to add this one under phpmyadmin

Code: Select all

ALTER TABLE `app_ext_export_templates` ADD `label_size` VARCHAR(16) NOT NULL AFTER `type`;
by support
11 Apr 2024, 07:51
Forum: Discussion
Topic: Database error when adding a Form Tab
Replies: 3
Views: 78

Re: Database error when adding a Form Tab

You have to update database /install/autoupdate/from_3.4_to_3.5.php
For more information see https://docs.rukovoditel.net/index.php?p=63