B4J Question [Web] FamilyTree SithasoDaisy5

T201016

Active Member
Licensed User
Longtime User
Hi,
I'm playing around with this project, and out of curiosity, I checked why it doesn't work for me...
I don't really know what version of SithasoDaisy5 should I use to eliminate the error below? Maybe some of you have already done this?

1.png
2.png
 

T201016

Active Member
Licensed User
Longtime User
Hi

I'm sorry, I should have updated the github version when I was helping @rabbitBUSH

Please ensure you have the .sql file imported and your db connection parameters set.

Ta!
Hi, I have one question - is the attached source the full version (can I edit/add/delete) records? When I run your application I get a message - no data. In phpMyAdmin, the people table has records, but I cannot see them in the browser. Any tips? I checked, the server is working properly, the website with the application is also working, but I have no idea why the records from the table are not displayed... The (Save) (+) buttons do not work.
 
Upvote 0

Mashiane

Expert
Licensed User
Longtime User
Hi, I have one question - is the attached source the full version (can I edit/add/delete) records? When I run your application I get a message - no data. In phpMyAdmin, the people table has records, but I cannot see them in the browser. Any tips? I checked, the server is working properly, the website with the application is also working, but I have no idea why the records from the table are not displayed... The (Save) (+) buttons do not work.
Q. Did you import the sql for the schema of your dB?
Q. Did you update the api.php with your MySQL connection parameters?
Q. Is MySQL running on your system?
Q. Are you able to access the api.php endpoint via Postman to test if you are able to connect to it?
Q. Is there anything displaying on the web console?
 
Upvote 0

T201016

Active Member
Licensed User
Longtime User
Q. Are you able to access the api.php endpoint via Postman to test if you are able to connect to it?
I'm currently working on the last two points, this is where I think I see the problem... thanks for the tips
 
Upvote 0
Top