This is just unbelievable.. The tutorials shows way wrong instructions,
this scramble error only appears when you parse the ip address like this
var sql = new Ape.MySQL("127.0.0.1:3306", "user", "password", "database");
but if you try it in this way var sql = new Ape.MySQL("localhost:3306",
"user", "password", "database");
With localhost as the hostname instead of an ip the APE server would start
without further error, however, if you check the ape log you can clearly
see a message:
*2012-08-27 09:55:36 - libape-spidermonkey.c:2204 - JavaScript : Connection
error 11 can not resolve host name*
Any plans on fixing this? Atm it feels like I've bought an car from BMW
where the engine block is missing from all the produced M5's and there is
no one who wants to fix it.
--
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/