[web2py] Re: ajax background function crashes web2py fcgi handler

2010-06-30 Thread ScOut3R
var queue = []; function start() { if(jQuery('#title').attr('checked')) jQuery('#option').val('1'); if(jQuery('#store').attr('checked')) jQuery('#option').val('0'); queue.push(bo

[web2py] Re: ajax background function crashes web2py fcgi handler

2010-06-28 Thread ScOut3R
hings stops here. I can't figure it out that is this a Python or OpenBSD kernel level related problem? On Jun 27, 9:29 pm, mdipierro wrote: > thanks for letting us know. If you find a solution keep up posted. > > On Jun 27, 12:30 pm, ScOut3R wrote: > > > Dear mdipierro,

[web2py] Re: ajax background function crashes web2py fcgi handler

2010-06-27 Thread ScOut3R
. If you find a solution keep up posted. > > On Jun 27, 12:30 pm, ScOut3R wrote: > > > > > Dear mdipierro, > > > I think it's an error related to OpenBSD or OpenBSD's port of python. > > I've tested the app on Debian and it handles the ajax() fun

[web2py] Re: ajax background function crashes web2py fcgi handler

2010-06-27 Thread ScOut3R
Dear mdipierro, I think it's an error related to OpenBSD or OpenBSD's port of python. I've tested the app on Debian and it handles the ajax() function well, without any problem. On Jun 25, 11:56 am, mdipierro wrote: > can you try 1.79.2? > > Massimo > > On J

[web2py] Re: ajax background function crashes web2py fcgi handler

2010-06-25 Thread ScOut3R
Sure, same results. It crashes at the return function. On Jun 25, 11:56 am, mdipierro wrote: > can you try 1.79.2? > > Massimo > > On Jun 25, 4:52 am, ScOut3R wrote: > > > > > Hello there again! > > > I've added some logging and with a double click s

[web2py] Re: ajax background function crashes web2py fcgi handler

2010-06-25 Thread ScOut3R
Hello there again! I've added some logging and with a double click submit I can see the the response crashes before the return UL(*items).xml() part in the first search function. I hope this helps. Best regards, Mate On Jun 24, 8:57 pm, ScOut3R wrote: > I've added session.unlo

[web2py] Re: ajax background function crashes web2py fcgi handler

2010-06-24 Thread ScOut3R
unlock() > > to those actions called via ajax that do not write session variables. > Do you still get the problem? > > Do you use sqlite? > > Can you add some print/logging statements to see which actions are > called, in which order and if they return? > > On J

[web2py] ajax background function crashes web2py fcgi handler

2010-06-24 Thread ScOut3R
Dear List, the ajax based background search crashes my web2py installation. It's version 1.77.3 and I'm using the fcgihandler to access the application. OS: OpenBSD 4.6, Python version is Python 2.5.4 (r254:67916, Oct 19 2009, 01:52:14). As You can see below the search makes three database querie

[web2py] Re: First web2py app

2010-05-07 Thread ScOut3R
On May 6, 3:53 am, Yarko Tymciurak wrote: > On May 5, 2:46 pm, ScOut3R wrote: > > > > > > > On May 5, 6:02 am, Yarko Tymciurak > > wrote: > > > > On May 4, 4:19 pm, ScOut3R wrote: > > > > > Here it goes. First of all, I'm n

[web2py] Re: First web2py app

2010-05-05 Thread ScOut3R
Thank You! Feel free to use it if You need it! Best regards, Mate On May 5, 5:58 pm, Thadeus Burgess wrote: > Nice work! > > -- > Thadeus > > On Tue, May 4, 2010 at 11:02 PM, Yarko Tymciurak > > wrote: > > > On May 4, 4:19 pm, ScOut3R wrote: > >

[web2py] Re: First web2py app

2010-05-05 Thread ScOut3R
On May 5, 6:02 am, Yarko Tymciurak wrote: > On May 4, 4:19 pm, ScOut3R wrote: > > > Here it goes. First of all, I'm not a developer by profession, not > > even a web developer. You'll notice it on the design. By the way, I > > like the default style mdipierro.

[web2py] Re: First web2py app

2010-05-04 Thread ScOut3R
onsag.org/wiki/storpy Any advice and comment is appreciated. Best regards, Mate On May 4, 8:07 pm, ScOut3R wrote: > Hey There! > > My first web2py application started as a learning course and the > application was designed for personal use but I thought that maybe the >

[web2py] First web2py app

2010-05-04 Thread ScOut3R
Hey There! My first web2py application started as a learning course and the application was designed for personal use but I thought that maybe the public would be interested in it. Is this the right place to "advertise" a web2py based app which might interest the community? If yes, then I'll writ