I gave up on APE i started using node.js On Sep 1, 11:45 pm, Louis Charette <[email protected]> wrote: > I speak French if you want ! :P > > Otherwise, I found some way to work without MySQL too. Change one particular > SELECT by a AJAX request, client side, to PHP script using inlinepush... > > Le 2011-09-01 à 21:22, Tyler Slater a écrit : > > > > > > > > > i say just do a http request to a php script on localhost till they fix it. > > compiling from source didn't help me....Maybe we should post about it in > > French. It looks like the creators speak it? > > > On Thu, Sep 1, 2011 at 5:03 PM, Dan Mattern <[email protected]> wrote: > > Have you done a tcpdump or checked the mysql processes to see if its even > > trying to connect? > > > On Sep 1, 2011 6:42 PM, "Estu" <[email protected]> wrote: > > > Its good not being alone... But this is really annoying I need ape > > > working asap... The most annoying thing is not getting any error! It > > > just do nothing... > > > > On 1 sep, 19:37, Louis Charette <[email protected]> wrote: > > >> Welcome to my world... > > > >> See this discussions, maybe on of the answer will be useful for you > > >> :http://groups.google.com/group/ape-project/browse_thread/thread/fa3a0... > > > >> If you find something, left me know ! > > > >> - Louis > > > >> On Sep 1, 6:05 pm, Estu <[email protected]> wrote: > > > >> > Hi, I have build Ape Project in CentOS with MySql support. Everything > > >> > works except for MySQL I used this script from the ape's wiki: > > > >> > function MySQLConnect(ip, user, password, database) { > > >> > var sql = new Ape.MySQL(ip + ":3306", user, password, > > >> > database); > > > >> > //onConnect callback > > >> > sql.onConnect = function() { > > >> > Ape.log('You are now connected to MySQL server'); > > >> > } > > > >> > //onError callback > > >> > sql.onError = function(errorNo) { > > >> > Ape.log('Connection error'); > > >> > } > > > >> > return sql; > > >> > } > > > >> > //connect to MySQL Server > > >> > /** > > >> > * /!\ You must specify a user and password, mysql module does not > > >> > yet support connecting with a user without password. /!\ > > >> > */ > > >> > var sql = MySQLConnect('127.0.0.1', 'user', 'password', > > >> > 'database'); //The ''ip'' value must be a valid IP and not a host > > >> > name. > > > >> > It's supposed to give me 'You are now connected to MySQL server' or > > >> > 'Connection error' but nothings happens! > > > >> > Sorry for my english. > > > >> > Greetings! > > > > -- > > > 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/ > > > -- > > 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/ > > > -- > > 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/
-- 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/
