You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
''''
Traceback (most recent call last):
File "/opt/source/webdev/web2py_github/gluon/restricted.py", line 205, in restricted
exec ccode in environment
File "/opt/source/webdev/web2py_github/applications/Movuca/controllers/default.py", line 90, in
File "/opt/source/webdev/web2py_github/gluon/globals.py", line 182, in
self._caller = lambda f: f()
File "/opt/source/webdev/web2py_github/applications/Movuca/controllers/default.py", line 18, in index
home = Home(['featured', 'featured_members', 'ads', 'homeblocks', 'articles'])
File "applications/Movuca/modules/handlers/base.py", line 32, in init
self.start()
File "applications/Movuca/modules/handlers/home.py", line 12, in start
self.db = DataBase([User, ContentType, Category, Article, Ads, Page])
File "applications/Movuca/modules/movuca.py", line 31, in init
DAL.init(self, self.config.db.uri,
AttributeError: 'NoneType' object has no attribute 'uri'
''''
The text was updated successfully, but these errors were encountered:
''''
Traceback (most recent call last):
File "/opt/source/webdev/web2py_github/gluon/restricted.py", line 205, in restricted
exec ccode in environment
File "/opt/source/webdev/web2py_github/applications/Movuca/controllers/default.py", line 90, in
File "/opt/source/webdev/web2py_github/gluon/globals.py", line 182, in
self._caller = lambda f: f()
File "/opt/source/webdev/web2py_github/applications/Movuca/controllers/default.py", line 18, in index
home = Home(['featured', 'featured_members', 'ads', 'homeblocks', 'articles'])
File "applications/Movuca/modules/handlers/base.py", line 32, in init
self.start()
File "applications/Movuca/modules/handlers/home.py", line 12, in start
self.db = DataBase([User, ContentType, Category, Article, Ads, Page])
File "applications/Movuca/modules/movuca.py", line 31, in init
DAL.init(self, self.config.db.uri,
AttributeError: 'NoneType' object has no attribute 'uri'
''''
The text was updated successfully, but these errors were encountered: