[Trac-tickets] [The Trac Project] #1307: Problems with WIKI after
update from 0.7 to 0.8 on suse
The Trac Project
noreply at edgewall.com
Wed Mar 16 10:02:14 EST 2005
#1307: Problems with WIKI after update from 0.7 to 0.8 on suse
---------------------+------------------------------------------------------
Id: 1307 | Status: new
Component: general | Modified: Wed Mar 16 10:02:14 2005
Severity: major | Milestone:
Priority: high | Version: 0.8.1
Owner: jonas | Reporter: newtracuser
---------------------+------------------------------------------------------
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
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1307>
The Trac Project <>
More information about the Trac-Tickets
mailing list