[web2py] Ajax upload, working in localhost (rocket), but not working in prodution (nginx)

2017-07-15 Thread Junior Phanter
Sorry my bad english. I'm doing some kind of image server. Running on localhost with the rocket works without problems, but when I pass the same code to the production gives the AJAX returns me "NOT FOUND", in production is used nginx as server, does the problem is in it? Here's my code: *in model

[web2py] Re: ValueError: Field is already bound to a table <-- need a fix for this

2017-07-15 Thread Joe Barnhart
Hmm... That's gonna be a problem. This is occurring in an SQLFORM... which is in a modal pop-up box... over a tabbed structure with about 5 more SQLFORMS... plus 5 or 6 jQuery DataTables... all powered by the same basic set of 4 or 5 tables. It will take a solid day to boil it down to a simpl

[web2py] ValueError: Field is already bound to a table <-- need a fix for this

2017-07-15 Thread Anthony
As usual, I think we need to see some code and a traceback. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subs

[web2py] AttributeError: 'SQLite' object has no attribute 'file_open'

2017-07-15 Thread Jitun John
Here is a Code that worked fine on 2.14.6 but doesn't on 2.15.1 import datetime import gc import os from gluon import * from current_config import * from memory_profiler import memory_usage manager_rows = '' dummy_path = os.path.abspath('.') + '/applications/enLIGHTen/static/dummy/' def rea

[web2py] Re: Web2py like clone in Java?

2017-07-15 Thread Joe Barnhart
As long as we're adding interesting but obscure and little-used web platforms, I'd like to submit Seaside, the Smalltalk web platform. Just... well... because Smalltalk! -- Joe -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source

[web2py] Re: Grails for web2py - anyone interested ?

2017-07-15 Thread Joe Barnhart
But Grails borrowed heavily from Rails. And you, Massimo, mentioned that Rails also provided some "inspiration" for web2py So by the commutative property of web platforms, web2py and Grails share some family similarities. -- Joe On Thursday, July 13, 2017 at 10:05:54 AM UTC-7, Massimo Di P

[web2py] ValueError: Field is already bound to a table <-- need a fix for this

2017-07-15 Thread Joe Barnhart
I just switched to Version 2.15.1-stable+timestamp.2017.07.10.16.17.24 and I'm getting a new and very unwelcome error. ValueError: Field is already bound to a table Yeah. I knew that. In fact, the field is already bound to exactly the SAME table in other queries. So what? Why is that now