Search found 214 matches

by rennecke
12 Mar 2024, 11:30
Forum: Discussion
Topic: MySQL Query - Condition not working
Replies: 2
Views: 115

Re: MySQL Query - Condition not working

Thanks. This works for the date part. The comparison [316]=[319] was another issue. Both are "value from parent entity" fields. I checked them with phpMyAdmin and found out that there is nothing in the field. So, I guess the field in the database is a representation, for php to be transfer...
by rennecke
11 Mar 2024, 19:43
Forum: Discussion
Topic: MySQL Query - Condition not working
Replies: 2
Views: 115

MySQL Query - Condition not working

Maybe someone can help me with some advise. I have a cable list (entity 31) which holds a numeric field of cable length [264], a field project number [316], which is of type value from parent entity and a date field [266]. In another entity I like to sum all cable lenths of a specific project and an...
by rennecke
10 Jan 2024, 13:58
Forum: Bug Report version 3.4.4
Topic: [solved] Track of the Change history not working for changes via API
Replies: 3
Views: 259

[solved] Track of the Change history not working for changes via API

The changes done via the API are not tracked in the change history.
This causes the change history not to be complete.
by rennecke
04 Jan 2024, 16:51
Forum: Bug Report version 3.4.4
Topic: [solved] Change History Report - Warning after some updates
Replies: 2
Views: 180

[solved] Change History Report - Warning after some updates

After som updates in the data base I received this failur message:

Code: Select all

Warning: Trying to access array offset on value of type null in .../includes/classes/items/items.php on line 1067
The changes included some moves of child records to another parent.
May this be not recorded correctly as change?
by rennecke
26 Nov 2023, 21:14
Forum: Discussion
Topic: API error: items is not array
Replies: 10
Views: 4406

Re: API error: items is not array

Dear Sergej. Many thanks. I was very busy and could not test earlier. In principle it works. I had to update my mobile app created with MIT App Inventor. With the new JSON support the blocks for the App Inventor look like: Update: JSON_update.png Select: JSON_select.png Delete: JSON_delete.png Impor...
by rennecke
27 Sep 2023, 10:20
Forum: Discussion
Topic: API error: items is not array
Replies: 10
Views: 4406

Re: API error: items is not array

Many thanks. I've send a donation.
by rennecke
27 Sep 2023, 00:57
Forum: Discussion
Topic: API error: items is not array
Replies: 10
Views: 4406

Re: API error: items is not array

Hello. I did an update to 3.4.4. The patch proposed by thielem was not included. To get the "insert" working as indicated above I had to make the patch manually again. Is there any reason, why not adding the patch? Will it be implemented in the next release? Thanks for some indications for...