Andre Aparcana
Posts: 0
Joined: Fri Jun 13, 2014 2:08 am

What im doing wrong??????

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.
Image
Image
Image

Image
Image

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

What im doing wrong??????

Hi Andre,

Change the event on which your service "addevent" should run.

Andre Aparcana
Posts: 0
Joined: Fri Jun 13, 2014 2:08 am

What im doing wrong??????

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

What im doing wrong??????

Ok thanks, Andre. We'll take a look.

Andre Aparcana
Posts: 0
Joined: Fri Jun 13, 2014 2:08 am

What im doing wrong??????

great thanks!

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

What im doing wrong??????

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..

Andre Aparcana
Posts: 0
Joined: Fri Jun 13, 2014 2:08 am

What im doing wrong??????

Hi Alex,

i appreciated your help so much.

i have try this last week and didnt work.
tried today and the same error msg. Image

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

What im doing wrong??????

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.

Andre Aparcana
Posts: 0
Joined: Fri Jun 13, 2014 2:08 am

What im doing wrong??????

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

Image

Andre Aparcana
Posts: 0
Joined: Fri Jun 13, 2014 2:08 am

What im doing wrong??????

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.

Return to “Issues”