Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError in current code base #21

Open
timmie opened this issue Aug 13, 2012 · 1 comment
Open

AttributeError in current code base #21

timmie opened this issue Aug 13, 2012 · 1 comment

Comments

@timmie
Copy link
Contributor

timmie commented Aug 13, 2012

''''
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'

''''

@timmie
Copy link
Contributor Author

timmie commented Aug 13, 2012

Page:
http://127.0.0.1:8000/Movuca/default/index

git clone of just now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant