Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#7813 closed defect (invalid)

Upgrade from 10.3 to 11.1 results in missing Toolbar in Wiki Editing mode

Reported by: steve.brown@… Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

On Debian Etch upgrading from 10.3 to 11.1 results in a missing edit toolbar. I do not believe this is a distribution-specific issue.

Logging revealed: WARNING: File js/jquery.js not found in any of usr/lib/python2.4/site-packages/trac/htdocs

Indeed, it IS present here: /usr/share/pyshared/trac/htdocs/js/jquery.js

So creating a symbolic link fixes the issue. I note that there are quite a few symlinked files in /usr/lib/python2.4/site-packages/trac/htdocs already.

Hope this report is of use to somebody.

Attachments (0)

Change History (2)

comment:1 by ebray, 16 years ago

Component: renderinggeneral
Resolution: invalid
Status: newclosed

Sounds like an InstallationIssue to me. Everything Trac needs should be under /usr/lib/python2.x/site-packages/trac—nothing should by symlinked anywhere, and it shouldn't depend on anything under /usr/share.

It could be that the Debian package is doing something weird, but regardless this isn't an issue in Trac itself.

comment:2 by anonymous, 15 years ago

Note in the hope it helps other Debian users with the same problem.

I tried to create the symbolic links described above but my log files then showed the error:

Symbolic link not allowed or link target not accessible...

The workaround I've used, which seems to work ok is to add the following line into my Apache2 VirtualHost directive:

Alias /trac "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/htdocs"

Worked for me.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) 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.