Welcome Guest, Not a member yet? Register   Sign In
facing problems with inserting data
#22

Then you need to troubleshoot and figure out why.
Trace the expected path of execution and find a way to test the expected inputs and outputs at each step.
For instance:
Is the ajax call requested url is correct? (IOW, is the right controller/method called?)
Are the expected parameters posted and are the values correct?
Do methods called in the controller get valid arguments and return a useful result?
Do the response headers of the ajax call have the expected contents?

One step at a time my friend.
Reply


Messages In This Thread
facing problems with inserting data - by CharlesK - 02-10-2018, 12:57 AM
RE: facing problems with inserting data - by dave friend - 02-13-2018, 09:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB