Hello. I was trying to upload some records to my database but i was returned this error
Fatal error : require(): Failed opening required ‘…/…/…/dmxConnectLib/dmxConnect.php’ (include_path=’.:’) in /membri/vmpl1/dmxConnect/api/admin/insertcontrols.php on line 2.
This means that your database field 'idTranceria_ACC' is required but you haven't included it in your Insert Record action. The field has no default value as well - so that is why you can't omit it.
‘idTranceria_ACC’ is my primary key, it’s auto incremental; i have included it in the insert action but not in the form as i don’t want people to write in that space
That was it. The free server i was using had this mode enabled.
Now i have another problem
I was trying to make a database insert action and i wanted to see my table made of 23 input fields and i was trying to figure out why wappler didn’t show them while i was able to see them on phpmyadmin.So I fount out that if I eliminate 13 input fields I can see the remaining fields . How can I add the rest on wappler?
Hello,
I am not sure i understand where you did not see them exactly? Can you post a screenshot of where you are looking for your fields and they are missing?