URL: https://sourceforge.net/p/allura/blog/
Module weberror.errormiddleware:162 in __call__
>> app_iter = self.application(environ, sr_checker)
Module beaker.middleware:152 in __call__
>> return self.wrap_app(environ, session_start_response)
Module routes.middleware:131 in __call__
>> response = self.app(environ, start_response)
Module sfx.middleware:37 in __call__
>> resp = request.get_response(self.app)
Module webob.request:919 in get_response
>> application, catch_exc_info=False)
Module webob.request:887 in call_application
>> app_iter = application(self.environ, start_response)
Module pylons.wsgiapp:125 in __call__
>> response = self.dispatch(controller, environ, start_response)
Module pylons.wsgiapp:324 in dispatch
>> return controller(environ, start_response)
Module allura.lib.base:31 in __call__
>> response = super(WsgiDispatchController, self).__call__(environ, start_response)
Module pylons.controllers.core:221 in __call__
>> response = self._dispatch_call()
Module pylons.controllers.core:172 in _dispatch_call
>> response = self._inspect_call(func)
Module pylons.controllers.core:107 in _inspect_call
>> result = self._perform_call(func, args)
Module tg.controllers.dispatcher:254 in _perform_call
>> r = self._call(func, params, remainder=remainder)
Module tg.controllers.decoratedcontroller:129 in _call
>> response = self._render_response(controller, output)
Module tg.controllers.decoratedcontroller:305 in _render_response
>> template_name=template_name)
Module tg.render:156 in render
>> return render_function(template_name, template_vars, **kwargs)
Module tg.render:198 in render_jinja
>> **kwargs)
Module pylons.templating:364 in render_jinja2
>> cache_type=cache_type, cache_expire=cache_expire)
Module pylons.templating:249 in cached_template
>> return render_func()
Module pylons.templating:361 in render_template
>> return literal(template.render(**globs))
Module allura.lib.stats:57 in inner
>> return func(*l, **kw)
Module jinja2.environment:705 in render
>> return self.environment.handle_exception(exc_info, True)
Module /var/local/allura/ForgeBlog/forgeblog/templates/blog/index.html:1 in top-level template code
>> {% extends g.theme.master %}
Module /var/local/allura/Allura/allura/templates/jinja_master/master.html:107 in top-level template code
>> {% block content %}{% endblock %}
Module /var/local/allura/ForgeBlog/forgeblog/templates/blog/index.html:17 in block "content"
>> {{c.form.display(value=post)}}
Module ew.widget:44 in display
>> return self.template(context)
Module ew.render:27 in __call__
>> return self.engine.render(self.template, context)
Module allura.config.app_cfg:85 in render
>> text = template.render(**context)
Module allura.lib.stats:57 in inner
>> return func(*l, **kw)
Module jinja2.environment:705 in render
>> return self.environment.handle_exception(exc_info, True)
Module /var/local/allura/ForgeBlog/forgeblog/templates/blog_widgets/preview_post.html:1 in top-level template code
>> {% from 'jinja_master/lib.html' import abbr_date with context %}
Module allura.config.app_cfg:94 in get_source
>> package, path = template.split(':')
ValueError: need more than 1 value to unpack
assigned_to: Rick Copéland
status: in-progress --> code-review
To QA: create a blog post, visit blog homepage. If it doesn't 500, the bug is fixed.
rc/1929 on forge