Wow. I've found the problem.
I've add this line to the layout.html:
<script src="{{=URL('static','js/main.js')}}"></script>Seems that main.js is already used by web2py, so with site.js it works. Il giorno lunedì 10 marzo 2014 16:11:42 UTC+1, Gael Princivalle ha scritto: > > Hello all. > > When I try to modify some tables in the database admin page web2py returns > me: > invalid controller (undefined/index) > > It tries to go to the same URL that it use for all over applications: > mydomain.com/myapp/appadmin/select/db?query=db.mytable.id>0 > > With all over applications in the same web2py installation I don't have > any problems. > If I don't load my routes.py problem still the same. > > Someone knows why ? > > Best regards. > -- 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 subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

