Opened 20 years ago
Closed 20 years ago
#1307 closed defect (fixed)
Problems with WIKI after update from 0.7 to 0.8 on suse
Reported by: | newtracuser | Owned by: | everyone |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | general | Version: | 0.8.1 |
Severity: | major | Keywords: | Update Problem |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
After i updated to the 0.8.1 version, i updated the db and the wiki too with the trac-admin command … but still i get then errors before with 0.7.1 it worked all fine after i reinstalled that neo_cgi module (iam on suse linux 9.1)
When i click now on WIKI i get :
Oops… Trac detected an internal error:
'module' object has no attribute 'Wiki'
If you think this really should work and you can reproduce it. Then you should consider to report this problem to the Trac team.
Go to http://trac.edgewall.com/ 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 "/usr/lib/python2.3/site-packages/trac/core.py", line 476, in cgi_start
real_cgi_start()
File "/usr/lib/python2.3/site-packages/trac/core.py", line 471, in real_cgi_start
dispatch_request(path_info, args, req, env, database)
File "/usr/lib/python2.3/site-packages/trac/core.py", line 379, in dispatch_request
module = module_factory(args, env, database, req)
File "/usr/lib/python2.3/site-packages/trac/core.py", line 139, in module_factory
constructor = getattr(module, constructor_name)
AttributeError: 'module' object has no attribute 'Wiki'
When i click on NEWTICKET i get
Oops… Trac detected an internal error:
'module' object has no attribute 'Newticket'
If you think this really should work and you can reproduce it. Then you should consider to report this problem to the Trac team.
Go to http://trac.edgewall.com/ 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 "/usr/lib/python2.3/site-packages/trac/core.py", line 476, in cgi_start
real_cgi_start()
File "/usr/lib/python2.3/site-packages/trac/core.py", line 471, in real_cgi_start
dispatch_request(path_info, args, req, env, database)
File "/usr/lib/python2.3/site-packages/trac/core.py", line 379, in dispatch_request
module = module_factory(args, env, database, req)
File "/usr/lib/python2.3/site-packages/trac/core.py", line 139, in module_factory
constructor = getattr(module, constructor_name)
AttributeError: 'module' object has no attribute 'Newticket'
plz give me any suggetions
Attachments (0)
Change History (3)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Owner: | changed from | to
---|
comment:3 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Seems the update didnt copy all files over … reinstalled 0.8.1 from source distri and all worked fine again
and that happens when i click BROWSE SOURCE
Python traceback
Traceback (most recent call last):
AttributeError: Browser instance has no attribute 'authzperm'