Hello. When I use a function from a personal application module, the function is found when I load the application clicking on the "try view" button in the web2py editor. Bit if I try to load the same page on the application domain, www.mydomain.com, web2py don't found the function.
Is it a routes.py problem? routers = dict( BASE = dict( domains = { "www.mydomain.com" : "my_application", }, default_application='welcome', ), ) As this application is on a dedicated server where the administrator is not familiar with web2py, it's perhaps a server configuration problem? I've put this function in the application module. I think there's a way to define global modules for the complete web2py application. How can I do it? Thanks. -- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.