TinyWebDB in local network

Good morning to the whole forum,
First of all, thanks to all who help selflessly in the forum.
I am trying to mount a small database on an Apache server that I have running, but I cannot save or read data.
I have followed this tutorial applied to my internal network server.
I have followed this tutorial
https://github.com/Kodular/TinyWebDB-PHP but I don’t know if I have to do anything else.

Thanks for your help!

Have you tested that you have php up and running on your server?
Are you using the correct url to the php pages?

Also see here:

Solved, i have to modify
.htcacces and putt my folder

Start the rewrite engine

RewriteEngine On
RewriteBase /mywebfolder

Now, is posible to add web interface to add data to the json?

Thanks!

For the web interface use html forms and php:

https://www.w3schools.com/html/html_forms.asp

Hi
i did all of procedure on my Cpanel host, but it doesn't work, could you please lead me?
thanks

Did all of what procedure?

Please provide more details and information about your issue...

Thanks

I did this on my Cpanel host:


and your extra description:
https://community.appinventor.mit.edu/uploads/default/original/2X/6/6675c3e0752928bcbb742bf616de53cb046313c5.png

is it possible that my host provider district some option on my host that cause i cannot connect to my host with appinventor 2 apps?
what I should check about that?

Are you confident in the service URL you are using to access the tinywebDB ?

this is my question, too.

but on that Host i have two WordPress web sites that they are working. for example: ARMANRAH.com
their WordPress data base is working.
for Tinywebdb i made a subdomain over there.

OK, so what is the sub domain?
Are the files stored in a space that the sub domain is pointing to?
What happens if you test in a computer browser:

http[s]://<your sub-domain>/getvalue.php

1 Like

Thank you for reminding me.
I found something in the domain connection
After solving the problem and repeating the steps, I will share with you

thanks alot. it is working now.
:clap: :clap:
:ok_hand:

excuse me
now another problem for checking that:
it is working with simple test :

but it is not working with sample Make Quiz( probably) and Take Quiz. with this error:

  1. Choose a distribution to work with, Kodular or App Inventor, then ask the questions in the correct forum.
  2. The error message is telling you the list has no items. Set the tinywebDB Value to a label so that you can see what is being returned, only calling one of the tags at a time. You may need to call the secondtag after you have received the value for the first, using a counter and a procedure.

it's ok now. thanks

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.