Ezra
February 25, 2020, 6:58am
1
Hi everbody…
I have test connection script at web server host…
i test it with two device…
first device is Xiaomi mi 8, and the second is Samsung galaxy Tab S2
I test it with same script, same block, same network. the result is Xiaomi work and connected succesfully, but always error 1101 or 1103 with galaxy Tab S2 and several device like Huawei P
Does anyone can explain to me why its happen and how to resolve this…
Thanks before
This is With Xiaomi
This is With Samsung Galaxy Tab 2
This is my software information of Samsung Galaxy Tab 2
Here my simple block
Taifun
February 25, 2020, 7:20pm
2
probably a web host issue?
how does the script look like?
you might want to post it here and I could put it onto my web host for you, so you can try there...
Taifun
Trying to push the limits! Snippets , Tutorials and Extensions from Pura Vida Apps by Taifun.
1 Like
Ezra
February 26, 2020, 9:16am
3
this is my script
just a simple check connection
> <?php
>
> $user_name = "xxxx";
> $password = "xxxx";
> $database = "xxxx";
> $host_name = "xxx";
>
> mysql_connect($host_name, $user_name, $password);
>
> echo "Connected Succesfully";
>
> ?>
Anke
February 26, 2020, 9:55am
4
Did you test with the compiled app (APK) or Companion?
Anke
February 26, 2020, 10:04am
6
Maybe you should consider checking in advance whether there is a network connection.
Free for all especially for the people who think I’m bad man Update: add other method to check connection. Bloc: return True if you are connected to internet Best regard aix file: LINK Do not forget to leave a comment & like 😉
Reading time: 3 mins 🕑
Likes: 69 ❤
1 Like
Ezra
February 26, 2020, 10:08am
7
already check that…i think its web host issue, because i test with other web host and its work
Taifun
February 26, 2020, 1:42pm
8
I put it onto my server and you can call it here to test using the web component
Taifun
1 Like
Ezra
February 27, 2020, 4:14am
9
its connected using your server…I think my web host issue…can i PM you taifun to check the different between my host
Taifun
February 27, 2020, 3:54pm
10
you can compare it easily yourself… ask your web host support…
this is out of scope for this community…
Taifun
1 Like
Ezra
February 28, 2020, 7:06am
11
so i try to use web viewer to execute link (go to url)…and its work…
Hi,
The link is not working can you update it ?
Thank u so much