Tried to play around with Foxter...
Traceback (most recent call last):
File "/home/myname/Dropbox/py/web2py/gluon/restricted.py", line 212, in restricted
exec ccode in environment
File "/home/myname/Dropbox/py/web2py/applications/Foxter/controllers/default.py", line 90, in <module>
File "/home/myname/Dropbox/py/web2py/gluon/globals.py", line 194, in <lambda>
self._caller = lambda f: f()
File "/home/myname/Dropbox/py/web2py/applications/Foxter/controllers/default.py", line 18, in index
home = Home(['featured', 'featured_members', 'ads', 'homeblocks', 'articles'])
File "applications/Foxter/modules/handlers/base.py", line 32, in __init__
self.start()
File "applications/Foxter/modules/handlers/home.py", line 12, in start
self.db = DataBase([User, ContentType, Category, Article, Ads, Page])
File "applications/Foxter/modules/movuca.py", line 35, in __init__
DAL.__init__(self, self.config.db.uri,
AttributeError: 'NoneType' object has no attribute 'uri'