Opened 18 years ago
Closed 18 years ago
#697 closed defect (invalid)
in branch 0.3 of trackblockplugin web_ui.py does not compile (continue removed) and posts not defined
Reported by: | Owned by: | Alec Thomas | |
---|---|---|---|
Priority: | high | Component: | TracHacks |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
Oops… Trac detected an internal error: If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team.
Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below.
TracGuide — The Trac User and Administration Guide
Python Traceback Traceback (most recent call last):
File "D:\Python23\Lib\site-packages\trac\web\main.py", line 335, in dispatch_request
dispatcher.dispatch(req)
File "D:\Python23\Lib\site-packages\trac\web\main.py", line 220, in dispatch
resp = chosen_handler.process_request(req)
File "build\bdist.win32\egg\tBlog\web_ui.py", line 238, in process_request File "build\bdist.win32\egg\tBlog\web_ui.py", line 324, in _generate_blog
NameError: global name 'posts' is not defined
See #698