So i got around that error with spidermonkey, but now I get no
errors...which is disconcerting.  onConnect and onError never happen

i am doing this:  (i also tried using my actual ip address... and    /
var/run/mysqld/mysqld.sock for the first parameter


        var sql = new Ape.MySQL('127.0.0.1:3306','username',
'password',database');

                sql.onConnect = function(){
                        Ape.log('Connected to mysql');
                        var q="SELECT 1;";
                        Ape.log(q);
                        sql.query(q, function(res, errorNo) {
                                 Ape.log("query went through");
                                 if (errorNo){
                                        Ape.log('Request error : ' + errorNo + 
' : '+
this.errorString());
                                        return ['101','MYSQL_ERROR'];
                                 }
                                else {
                                                Ape.log('suck sess');
                                }
                        });
                }
                sql.onError= function(errorNo){
                        Ape.log('there was an error');
                        Ape.log('Mysql Connection Error '+errorNo+" 
"+this.errorString());
                }
                Ape.log('done');





>
>
>
>
> > A link to a file, or just about recompiling?  I'm on a 32-bit debian
> > system.
>
> > On Jul 27, 8:46 am, Nicolas Guibert <[email protected]>
> > wrote:
> > > Have you tried the link I gave Tyler?
>
> > > What system are you on? 64 bits?
>
> > > 2011/7/24 Tyler Slater <[email protected]>
>
> > > > Did that work for you? I'm lost. I'm having the same error.  I wonder
> > > > if we can't just get the creators to help us fix the issue!
>
> > > > On Jul 24, 1:37 am, JJuN <[email protected]> wrote:
> > > > > Thanks ~ :)
>
> > > > > On 7월24일, 오전6시01분, Nicolas <[email protected]> wrote:
>
> > > > > > Have a look at:
>
> >http://groups.google.com/group/ape-project/browse_thread/thread/bffb5.
> > > > ..
>
> > > > > > On 23 juil, 01:09, JJuN <[email protected]> wrote:
>
> > > > > > >  hello
>
> > > > > > > i've got the same problem
>
> > > > > > > someone already post this problem.
>
> > > > > > > to solve it, recompile libmod_spidermonkey.so
>
> > > > > > > but how!! how can i recompile it plz let me know
>
> > > > > > > thanks!
>
> > > > --
> > > > 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/

Reply via email to