Opened 12 years ago
Closed 12 years ago
#615 closed defect (fixed)
UndefinedError: 'configobj.Section object' has no attribute 'geolocation_map_visible'
Reported by: | Josh | Owned by: | Elrond |
---|---|---|---|
Priority: | major | Milestone: | 0.3.3 |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
Viewing an image results in the following error for me:
UndefinedError: 'configobj.Section object' has no attribute 'geolocation_map_visible'
I've been able to work around this issue by inserting the following line into the [mediagoblin]
section of my mediagoblin_local.ini:
geolocation_map_visible = true
I have the geolocation plugin enabled and I'm using CELERY_ALWAYS_EAGER=true
.
Let me know if you need more information.
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | traceback.txt added |
---|
comment:1 by , 12 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks for reporting!
Fixed in
c9abf931cb34a26642049ad34593ad1a16ebfb6e
.