At the moment, there is this in my REGISTER_USER cmd:
{
Ape.log("REGISTER_USER - The user ip : ("+info.ip+"), check_key : " +
params.check_key+ "- activation_key : " + params.activation_key+"-
user_id :"+params.user_id);
check_key[params.user_id]=params.check_key;
activation_key[params.user_id]=params.activation_key;
Mysql_store_login(params.user_id);
Ape.log("REGISTER_USER OK FINISHED");
}
The only real potential problem was the Mysql_store_login function,
but I actually unplugged it and the problem was still there after
that.
So I don't really think that your "bug" is the same as mine.
What do you think of my explanation? Does it make any sense?
Another question: do you use
if ($data=== false)
to check that the response was ok, or
if ($data==false)
?
Thx.
On 12 juin, 22:58, Pablo <[email protected]> wrote:
> There is definitively a problem with some of your costume server side
> code/modules. In my case i had a function that looped through a object to
> created another, my guess is that with some objects there was too much
> recursion.
>
> What ever is causing the problem is definitively wrapped inside your
> REGISTER_USER
> command
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/