Page 1 of 5

put service

Posted: Sat Oct 26, 2013 3:55 pm
by Michael4771079

Hi,
I have a put service which does not work, I have checked in firebug and it looks like the service works, but db is not updated.
here are some screenshots,

Can you see any errors

thanks

Image
Image
Image
Image
Image
Image
Image


put service

Posted: Sat Oct 26, 2013 4:48 pm
by Vladimir Fesko

Hi,
On first screenshot there is [object_id} (please not that first bracket is square).
Should be {object_id} to make it go, I believe.


put service

Posted: Sat Oct 26, 2013 4:51 pm
by Vladimir Fesko

And are "X-Tiggzi-" headers still work? Also you could try to use "X-Appery-" ones.


put service

Posted: Sat Oct 26, 2013 6:29 pm
by maxkatz

The old headers should work but you should be using X-Appery headers.


put service

Posted: Sat Oct 26, 2013 7:16 pm
by Michael4771079

Thank you very much, didn't s see it,
really appreciated!


put service

Posted: Sat Oct 26, 2013 7:17 pm
by Michael4771079

Thanks Max,
I will, when will the databases be back up


put service

Posted: Sat Oct 26, 2013 10:59 pm
by Michael4771079

Hi,
I have made the changes made By Vladimir and Max, all other are as above,this is the error line 913.

any ideas

Image

Image


put service

Posted: Sat Oct 26, 2013 11:14 pm
by Igor

Hi,

You are trying to use not existing localStorage variable. You should try to create it first.


put service

Posted: Sat Oct 26, 2013 11:18 pm
by Michael4771079

Hi Igor,
take a look at the first image of the post, there is "liveorderArray" in the localstorage


put service

Posted: Sat Oct 26, 2013 11:41 pm
by Igor

Can you show the steps how to reproduce this error?