I have spent the last two days trying to fix what should be a simple problem. I am unable to to get a simple query or even a database insert to store from the database.
Background
- I am not receiving any errors when debugging in fact I am getting all 200 status codes for both queries and inserts.
- I have written custom queries in wappler and they return data.
- Wappler thinks the server action completes as it resets my forms after loading (from dynamic event success)
- The database tool returns data too, so I know my connection is good.
I am really at a loss here and I don’t know what else to try. For some environmental data:
I am running the latest version of Wapper.
Using only a local Docker machine that is working without issues.
Here is what I think may be the source of the issues:
This site was originally completed a little more than a year ago. It was build to provide an evaluation tool for my college to facilitate academic assessment from adjunct professors, which is then analyzed and written up into assessment reports. It has been running without issues until this week, when I had to make some changes to the system. Because the server runs on a machine at the University and I am unable to access the machine reliably (covid has closed our campus) I decided to download the entire htdocs folder and manually place the files into my setup at home. I created a new project, imported the database and manually copied my php files. The only other files I grabbed were the dmxconnect files I created when I built the site from the API folder. I did have to go through and of course update all the database connection ect.
That is about all I can think of to provide at this time. Perhaps there is something from inside the Wappler files that I need but I cant think of any and as I said the debugging process gives no negative info.
I appreciate any suggestions. I have a hard deadline on the 11th to get this thing working, receiving data from the field, analyzed and written up. So I am panicking just a bit. I’m going to create a simple site separate from this one and see it the issue is repeated. I will post any updates.
Last updated: