Page 1 of 2
What im doing wrong??????
Posted: Tue Jul 22, 2014 1:09 am
by Andre Aparcana
Hello Guys,
I can't store data from the database service to my DB, I dont know what im doing wrong.
All i get is blank fields but no data PLEASE HELP!
I been trying this for the past 2 days and is pretty frustrating, i cant make it to work.
Please tell me what im doing wrong
here is a couple of screen shots Thank you!.
Andre.
What im doing wrong??????
Posted: Tue Jul 22, 2014 1:17 am
by Illya Stepanov
Hi Andre,
Change the event on which your service "addevent" should run.
What im doing wrong??????
Posted: Tue Jul 22, 2014 1:32 am
by Andre Aparcana
Still not working. and i couldnt find what you meant.
i have share the app and data base with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a if you want to take a look.
Your help is much appreciated.
What im doing wrong??????
Posted: Tue Jul 22, 2014 1:35 am
by Illya Stepanov
Ok thanks, Andre. We'll take a look.
What im doing wrong??????
Posted: Tue Jul 22, 2014 2:15 am
by Andre Aparcana
What im doing wrong??????
Posted: Tue Jul 22, 2014 3:42 am
by Alex GG
Hi Andre,
Maybe this can helps..
In the "acl" fieldf of your request tab of addevent service, clear the content an add the word "null".
I have had this problem before, and found this solution...
Try that..
What im doing wrong??????
Posted: Tue Jul 22, 2014 10:50 am
by Andre Aparcana
Hi Alex,
i appreciated your help so much.
i have try this last week and didnt work.
tried today and the same error msg.
What im doing wrong??????
Posted: Tue Jul 22, 2014 11:41 am
by Kateryna Grynko
Hi Andre,
We found these issues in your app:
1) You mapped parameter 'date format' from Datepicker to a Database field. You should use 'date value'.
2) Add the following code to 'date' parameter mapping: prevar d = new Date($("[name=datepickerName] input").val());
var str = new Date(d.getFullYear() + "-" + d.getMonth() + "-" + d.getDay());/preWhere 'datepickerName' is a name of Datepicker component.
What im doing wrong??????
Posted: Tue Jul 22, 2014 10:21 pm
by Andre Aparcana
To Appery.io support,
I did take actions on all your recommendations and still not working.
Please can you check into a little more?
Data still not getting into my data base all i get is blank fields
What im doing wrong??????
Posted: Tue Jul 22, 2014 10:30 pm
by Andre Aparcana
Andre Aparcana 12 hours ago
Hi Alex,
i appreciated your help so much.
i have try this last week and didnt work.
tried today and the same error msg.