[web2py] wiki demo local variable 'gid' referenced before assignment

2017-03-20 Thread Arthur Gilbert
Just started web2py. I got the above error at http://127.0.0.1:8000/wikidemo/default/index. What am I doing wrong? -- 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 Is

[web2py] 403 Forbidden?

2017-04-21 Thread Arthur Gilbert
Just started web2py. Going thro' Massimo di Pierro's 5 lectures on you tube. Making good progress, excited about the system and everything working well. BUT, when I went back to it, today, I clicked on Admin (of the welcome page) I got a long delay and then "403 FORBIDDEN". The page is show

[web2py] Deploying on hosted server with cpanel

2017-05-18 Thread Arthur Gilbert
I searched the forum for this and found nothing since 2010. Has anyone done it with success more recently. If so help would be appreciated. Thanks. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.goog

[web2py] Dal & RowsNewbie Question

2017-05-26 Thread Arthur Gilbert
The web2py book - Chapter 6 says: *DAL Rows* is the object returned by a database select. It can be thought of as a list of Row rows: rows = db(db.mytable.myfield != None).select() *Row* contains field values. for row in rows: print row.myfield Why does my code: rows = db(db.auth_