Try temporarily replacing your REGISTER_USER command with
Ape.registerCmd( "REGISTER_USER", true, function(params, info) ) {
Ape.log("REGISTER_USER - The user ip : ("+info.ip+"), check_key : " +
params.check_key+ "- activation_key : " + params.activation_key+"- user_id
:"+params.user_id);
return 1;
}
and do watch the console/terminal for any errors
And i return a json object so my $data is an object
--
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/