Search found 85 matches

by Jochen
08 Dec 2021, 00:16
Forum: Discussion
Topic: New Features without Facebook Account
Replies: 1
Views: 289

New Features without Facebook Account

Is it possible to get access to the New Features without Facebook Account? I do not have a facebook account.
by Jochen
23 Jan 2020, 22:56
Forum: Bug Report version 2.6
Topic: API does not work after Update to 2.6
Replies: 9
Views: 767

Re: API does not work after Update to 2.6

Thank You much: that works well.
by Jochen
23 Jan 2020, 20:12
Forum: Bug Report version 2.6
Topic: API does not work after Update to 2.6
Replies: 9
Views: 767

Re: API does not work after Update to 2.6

Yes, it must be the filename. When I got in other cases not the correct filename, e.g. file-ending is missing, then there is nothing shown.
But how can I exclude time from filename?
by Jochen
23 Jan 2020, 17:56
Forum: Bug Report version 2.6
Topic: API does not work after Update to 2.6
Replies: 9
Views: 767

Re: API does not work after Update to 2.6

I checked my code and did not find anything. Then I compared the print output with ruko 2.5 and 2.6, see image: http://b-prisma.de/downloads/qay.jpg Then I replaced the file "../plugins/ext/classes/api.php" from version 2.6 with the one from 2.5. And now it works as before and the print ou...
by Jochen
22 Jan 2020, 23:00
Forum: Bug Report version 2.6
Topic: API does not work after Update to 2.6
Replies: 9
Views: 767

Re: API does not work after Update to 2.6

I did this: if($result) { $result = json_decode($result,true); print_r($result); ... } And got this result: Array ( [status] => success [data] => Array ( [0] => Array ( [id] => 1 [parent_item_id] => 5 [date_added] => 04.04.2018 14:35 [created_by] => Jochen ... But the output still is missing. The sc...
by Jochen
21 Jan 2020, 19:43
Forum: Bug Report version 2.6
Topic: API does not work after Update to 2.6
Replies: 9
Views: 767

API does not work after Update to 2.6

API does not work after Update to 2.6.
I have 2 installations on the same website:
With 2.5 API still works, with 2.6 not.
by Jochen
15 Oct 2019, 19:07
Forum: Discussion
Topic: Rest API: get file address
Replies: 1
Views: 720

Rest API: get file address

If I have a table in an entity, that contains a file for download:
how can I get this file address to download it from a website using the rest API?
If I use the syntax:

Code: Select all

$values['528']
I only get the filename, but not the
URL of the file.
Is this possible?
by Jochen
01 Jul 2019, 12:16
Forum: Discussion
Topic: Rest API: Problems with empty space
Replies: 5
Views: 650

Re: Rest API: Problems with empty space

Thank You. I think, I was not clear enough. The report I can get in the order I want, that is correct. But the result of the API driven web page should have the same order. But this order is given by the order that the entries are filled into the database (as I think) and the API reads from the data...
by Jochen
01 Jul 2019, 02:12
Forum: Discussion
Topic: Rest API: Problems with empty space
Replies: 5
Views: 650

Re: Rest API: Problems with empty space

An additional question to Rest API:
Is it possible to sort the output elements (by the API) according to their own order,
e.g. by an ID assigned to each table entry?
I can use this ID to sort the table, but not the elements returned by the API.
by Jochen
29 Jun 2019, 18:21
Forum: Discussion
Topic: Rest API: Problems with empty space
Replies: 5
Views: 650

Re: Rest API: Problems with empty space

Thank You so much, Sergey. It works perfectly.
This is really the best and fastest support forum I know, really great!