Search found 20 matches

by ipropoland
21 Sep 2022, 14:19
Forum: Discussion
Topic: When entering the entity one is redirected to Dashbord
Replies: 4
Views: 205

Re: When entering the entity one is redirected to Dashbord

We have updated to 3.2.1 but it did not solve the problem.

But we found the problem - the user set 500 rows to display on one page. We managed to change it to 50 and it works ok. In which table or file, personal display setting are stored?
by ipropoland
20 Sep 2022, 16:33
Forum: Discussion
Topic: When entering the entity one is redirected to Dashbord
Replies: 4
Views: 205

When entering the entity one is redirected to Dashbord

Hi Sergey, On one of the accounts (role: Administrator) we noticed today very strange problem. It is only on this account, tested on different computers. When entering one of the entities, the page is loading, content shows for one second and then automatically redirects to Dashboard. :shock: Any id...
by ipropoland
06 Sep 2022, 11:57
Forum: Discussion
Topic: Reusable media
Replies: 2
Views: 169

Re: Reusable media

Thank you! Works prefect :)
by ipropoland
05 Sep 2022, 12:31
Forum: Discussion
Topic: Reusable media
Replies: 2
Views: 169

Reusable media

Hi Sergey, Is it possible to reuse once added image in the entity? Example - I will create new Entity called "Media" with ID, name and image file uploaded (using filed "Send image"). Then would like to create new Entity called "Spare parts orders" where I can choose one...
by ipropoland
21 Dec 2021, 19:00
Forum: Discussion
Topic: Google maps - showing incorrect location
Replies: 10
Views: 700

Re: Google maps - showing incorrect location

I did test on two servers (windows|linux) and don't have any issues. So I don't have ideas. This is something unusual. I think I have found the problem but do not know how to solve it. In the fieldtype_google_map.php when all data are processed before saving into the database, they are json decoded...
by ipropoland
21 Dec 2021, 15:50
Forum: Discussion
Topic: Google maps - showing incorrect location
Replies: 10
Views: 700

Re: Google maps - showing incorrect location

I did test on two servers (windows|linux) and don't have any issues. So I don't have ideas. This is something unusual. I think I have found the problem but do not know how to solve it. In the fieldtype_google_map.php when all data are processed before saving into the database, they are json decoded...
by ipropoland
20 Dec 2021, 12:23
Forum: Discussion
Topic: Google maps - showing incorrect location
Replies: 10
Views: 700

Re: Google maps - showing incorrect location

Hi Sergey,

Any idea what is causing the problem?
by ipropoland
16 Dec 2021, 11:37
Forum: Discussion
Topic: Google maps - showing incorrect location
Replies: 10
Views: 700

Re: Google maps - showing incorrect location

Can you reproduce it on personal demo? https://www.rukovoditel.net/account_demo.php?request=demo If so then give me the link to demo and I will look. I did it. And it works fine on demo. I have sent you PM. For now we have solved it by editing fieldtype_google_map.php line 97. We added var myLatlng...
by ipropoland
15 Dec 2021, 11:04
Forum: Discussion
Topic: Google maps - showing incorrect location
Replies: 10
Views: 700

Re: Google maps - showing incorrect location

We have just noticed that LatLng are given with " , " not with " . ". Is this causing a problem? Yes, this is problem. Should be dots. Can you open next url in browser and see the result? https://maps.google.com/maps/api/geocode/json?key=YOUR_KEY&address=YOUR_ADDRESS It shou...
by ipropoland
14 Dec 2021, 12:30
Forum: Discussion
Topic: Google maps - showing incorrect location
Replies: 10
Views: 700

Google maps - showing incorrect location

Hi there, We have added to our Clients tab new Google Maps field. After reading Forum we have enabled below APIs: Maps Embed API Geolocation API Maps JavaScript API Geocoding API Places API Initially we had some problems, as Google required to add billing account for one of the APIs - OK we did it, ...