[web2py] Re: (name 'auth' is not defined)

2015-03-12 Thread Leonel Câmara
I don't think it has any effect. Although you really shouldn't do it. Particularly this: g_im_handle = '/home/mmb21167/web2py/ba_1_1/applications/welcome/static/%s' Makes the application not portable. Why would you even need to do this if you can do a os.path.join(request.folder, 'static') --

[web2py] Re: (name 'auth' is not defined)

2015-03-11 Thread Dave S
On Wednesday, March 11, 2015 at 7:38:20 AM UTC-7, Anthony wrote: > > Obviously auth hasn't been defined at that point. Hard to say why without > knowing more about the app (i.e., where is this code, where is auth > defined, etc.). > If this is the out-of-the-box style, with blog_entries in a

[web2py] Re: (name 'auth' is not defined)

2015-03-11 Thread Anthony
Obviously auth hasn't been defined at that point. Hard to say why without knowing more about the app (i.e., where is this code, where is auth defined, etc.). On Wednesday, March 11, 2015 at 9:54:54 AM UTC-4, Mark Billion wrote: > > We've been very stable, but this just happened last night. Im g