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)

collection_trace (2.0 KB ) - added by Stefan Schweer 11 years ago.
Trace

Download all attachments as: .zip

Change History (3)

by Stefan Schweer, 11 years ago

Attachment: collection_trace added

Trace

comment:1 by dgoodwin, 11 years ago

Status: newreview

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.

comment:2 by joar, 11 years ago

Resolution: fixed
Status: reviewclosed

Merged! Thank you dgoodwin.

Note: See TracTickets for help on using tickets.