Thanks Pablo, When I try to install .deb package 1.0 over an existing copy of Ape 1.1.1 it gave me an error about overwriting " /etc/init.d/ape-server" the installation stops.. If install from git version which is 1.1.2 compile and just copy paste aped and libmod_spidermonkey.so from 1.1.2 to 1.1.1,
Ape.log stop working cant see no logs ,I ran mysql class and or any string on Ape.log() and I get nothing.. reinstall 1.1.1 and ran same code, Ape log start again working, but this version is useless for me, no Mysql at all.. Installed a new testbed same OS version, ran installation for 1.0 deb and installed fine.. Just need to see if mysql works on this one. So I need to remove everything in my main production server so I can try to install Ape 1.0 if my testbed show me that mysql works. Regards. UTAN . On Feb 28, 7:56 am, Pablo Tejada <[email protected]> wrote: > How did you installed it? You used the build.sh script? A package? > > I've only used and compiled the binary solutions but usually the same > script or package you use install is the same you use to uninstall. > > Sent from my iPhone > > On Feb 28, 2012, at 9:40 AM, utan <[email protected]> wrote: > > > > > > > > > Installed another test bed without any Ape, installed fine version 1.0 > > no errors at all.. > > but question remains, anyone know the proper way to remove Ape > > server ? > > > hope I get an answer.. > > regards. > > > On Feb 27, 9:10 pm, utan <[email protected]> wrote: > >> Hi fellows, > > >> I want to install latest Ape git version, I have trying using apt-get > >> remove ape-server but it tells me that the package software its not > >> installed... > > >> I have successfully copied latest version git over an existing copy of > >> APE 1.1.1 but just 2 files aped and libmod_spidermonkey.so but I think > >> that's not the proper way to do thing and I get errors like silence > >> mysql (no connection log) 1.1.2deb, in version 1.1.1 give an error > >> "undefined symbol: scramble" when I try just to run the class, I have > >> tried getting the old version 1.0 from deb package(while version 1.1.1 > >> still installed) but installation spit out an error when trying to > >> overwrite "/etc/init.d/ape-server" . > > >> So I think this error is happening because I still have 1.1.1 > >> installed, (yes I have the server stopped so it can overwrite it). > >> Can anyone tell me how can I get rid of APE and all files from system > >> so I can try the old version and or the git version?.. > > >> I really want to get mysql class to work, because I want to set user > >> right at server level for security reasons but using ajax calls to a > >> file doesn't work as instantly as the mysql class would do.. > > >> When I want to set Property instantly on connection and after accessed > >> mysql on server side, if I do it using ajax the user has logged with > >> out any property set when he refreshes the page this properties has > >> been set, but not at login instance.. > > >> So there is milliseconds delay, on code execution in server side.. I > >> have somehow fixed this using my login system pass it to client > >> javascript and when the user name is sent to the server, sent aswell > >> the user right that were set on php session, but it bad because it can > >> be seen in plain source.. > > >> Kind help on this please > > >> regards UTAN > > > -- > > 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/
