Search found 6147 matches

by support
18 Mar 2024, 18:47
Forum: Discussion
Topic: Backup Format .zip / .sql
Replies: 1
Views: 34

Re: Backup Format .zip / .sql

Strange. Backup should be always use .zip
Make sure ZipArchive lib is enabled in new sever.
.sql using when you do Export app only.
by support
13 Mar 2024, 23:23
Forum: Bug Report version 3.5
Topic: SQL QUERY
Replies: 4
Views: 90

Re: SQL QUERY

You have to include sql formula, not field id because this is dynamic filed and stored in db.
by support
13 Mar 2024, 19:19
Forum: Bug Report version 3.5
Topic: SQL QUERY
Replies: 4
Views: 90

Re: SQL QUERY

6795 - is input field?
by support
11 Mar 2024, 20:14
Forum: Discussion
Topic: MySQL Query - Condition not working
Replies: 2
Views: 85

Re: MySQL Query - Condition not working

You can not use function DATE because dates in app saved in timestamp. You have to use function FROM_UNIXTIME FROM_UNIXTIME(e.date_added,'%Y-%m-%d')=FROM_UNIXTIME(msq.field_266,'%Y-%m-%d') For more examples you can find here https://docs.rukovoditel.net/index.php?p=25#The_calculation_of_the_time_dif...
by support
10 Mar 2024, 10:33
Forum: Discussion
Topic: PHP Code
Replies: 2
Views: 98

Re: PHP Code

by support
07 Mar 2024, 18:16
Forum: Bug Report version 3.5
Topic: Error in nested entity form
Replies: 1
Views: 37

Re: Error in nested entity form

Which error? Can you provide screenshot?
by support
07 Mar 2024, 18:15
Forum: Bug Report version 3.5
Topic: API filtering does not work
Replies: 4
Views: 53

Re: API filtering does not work

Also in 3.5 you can send json { "key": "bWz3m64fePZSQMjfV2IzzlFPgGXJkRlrWZLb91AK", "username": "admin", "password": "admin", "action": "select", "entity_id": 21, "select_fields": "158,157,255,232...
by support
07 Mar 2024, 18:13
Forum: Bug Report version 3.5
Topic: API filtering does not work
Replies: 4
Views: 53

Re: API filtering does not work

See my request

Code: Select all

key=bWz3m64fePZSQMjfV2IzzlFPgGXJkRlrWZLb91AK&username=admin&password=admin&action=select&entity_id=21&select_fields=158%2C157%2C255%2C232%2C156%2C+258%2C+158%2C344%2C162&limit=0&filters%5Bid%5D=8
by support
07 Mar 2024, 18:12
Forum: Bug Report version 3.5
Topic: API filtering does not work
Replies: 4
Views: 53

Re: API filtering does not work

Checked in PHP and filters by ID works ok.