Hello!!!
In my applog.log on my server I found this line:
28/10/2015 10:16:48 [INFO] Unauthorized SignatureTimestamp: 635816350077024150 - 635816350077004149 = 1 - Id: 14 - GUID: 563072d9364aa9.48156583
what does it mean? how can I fix this?
It seems a delayed request, that is the timestamp of this request (the second number) is lesser than the last action saved (the first number). This may happen for example if the server had some delay to respond and served a newer request before this one, it works this way so that the data are not replaced with older values.
It's falling under the condition at line 91 of api.php
FRANCESCO CROCETTI @ SKARED CREATIONS
Skared Creations said
It seems a delayed request, that is the timestamp of this request (the second number) is lesser than the last action saved (the first number). This may happen for example if the server had some delay to respond and served a newer request before this one, it works this way so that the data are not replaced with older values.It's falling under the condition at line 91 of api.php
Thanks for response, I'll found this line of code in api.php . May it happends, if my server now have 512 mb RAM?
Well, I'm not a system administrator but for sure hardware and bandwidth are important for a good service.
FRANCESCO CROCETTI @ SKARED CREATIONS