Edgewall Software
Modify

Opened 19 years ago

Closed 19 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 newtracuser, 19 years ago

and that happens when i click BROWSE SOURCE

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 381, in dispatch_request

module.run()

File "/usr/lib/python2.3/site-packages/trac/Module.py", line 44, in run

self.render()

File "/usr/lib/python2.3/site-packages/trac/Browser.py", line 154, in render

self.authzperm.assert_permission (path)

AttributeError: Browser instance has no attribute 'authzperm'

comment:2 by anonymous, 19 years ago

Owner: changed from Jonas Borgström to everyone

comment:3 by anonymous, 19 years ago

Resolution: fixed
Status: newclosed

Seems the update didnt copy all files over … reinstalled 0.8.1 from source distri and all worked fine again

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain everyone.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from everyone to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.