Advertisement
Guest User

Untitled

a guest
May 25th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. 2010-05-13 23:10:50: (mod_fastcgi.c.2711) FastCGI-stderr: Traceback (most recent call last):
  2. File "/usr/local/lib/python2.6/site-packages/web/application.py", line 242, in process
  3. return self.handle()
  4. File "/usr/local/lib/python2.6/site-packages/web/application.py", line 233, in handle
  5. return self._delegate(fn, self.fvars, args)
  6. File "/usr/local/lib/python2.6/site-packages/web/application.py", line 412, in _delegate
  7. return handle_class(cls)
  8. File "/usr/local/lib/python2.6/site-packages/web/application.py", line 387, in handle_class
  9. return tocall(*args)
  10. File "/usr/jails/Zelos/home/linkdd/public_html/blog/pblog.py", line 298, in POST
  11. ret = render_admin.edit(data=data, ee=ee, what=what)
  12. File "/usr/local/lib/python2.6/site-packages/Mako-0.2.5-py2.6.egg/mako/template.py", line 133, in render
  13. return runtime._render(self, self.callable_, args, data)
  14. File "/usr/local/lib/python2.6/site-packages/Mako-0.2.5-py2.6.egg/mako/runtime.py", line 364, in _render
  15. _render_context(template, callable_, context, *args, **_kwargs_for_callable(callable_, data))
  16. File "/usr/local/lib/python2.6/site-packages/Mako-0.2.5-py2.6.egg/mako/runtime.py", line 381, in _render_context
  17. _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
  18. File "/usr/local/lib/python2.6/site-packages/Mako-0.2.5-py2.6.egg/mako/runtime.py", line 414, in _exec_template
  19. callable_(context, *args, **kwargs)
  20. File "base_mako", line 102, in render_body
  21. File "/usr/local/lib/python2.6/site-packages/Mako-0.2.5-py2.6.egg/mako/runtime.py", line 255, in <lambda>
  22. return lambda *args, **kwargs:callable_(self.context, *args, **kwargs)
  23. File "edit_mako", line 127, in render_content
  24. AttributeError: 'unicode' object has no attribute 'name'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement