Opened 11 years ago
Closed 11 years ago
#796 closed defect (fixed)
Can't open collections
Reported by: | Stefan Schweer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.6.0 |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
Opening a collection creates Jinja2 errors:
2013/10/13 18:08:18 [error] 30685#0: *245 FastCGI sent in stderr: "Error - <class 'jinja2.exceptions.TemplateSyntaxError'>: expected token ',', got 'string'
Kind regards Stefan Schweer
Attachments (1)
Change History (3)
by , 11 years ago
Attachment: | collection_trace added |
---|
comment:1 by , 11 years ago
Status: | new → review |
---|
I hit this as well on Fedora 19 with Python 2.7.5.
Appears it was caused by some use of unicode strings recently added to the templates, which doesn't seem to be valid there as it is in the python code itself.
Fix pushed to: https://github.com/dgoodwin/mediagoblin.git
Branch: collection-template-fix.
Trace