Hello! im a new user, i was able to install successfully this
wonderful application, and i am very please with everything. how ever
i can´t make notifications work. I get the following error at the
logs:

2010-02-13 17:04:53,678 Trac[__init__] ERROR: Failure sending
notification on creation of ticket #11: global name 'Markup' is not
defined
Traceback (most recent call last):
  File "/var/lib/python-support/python2.4/trac/ticket/web_ui.py", line
196, in _do_create
    tn.notify(ticket, newticket=True)
  File "/var/lib/python-support/python2.4/trac/ticket/
notification.py", line 129, in notify
    NotifyEmail.notify(self, ticket.id, subject)
  File "/var/lib/python-support/python2.4/trac/notification.py", line
206, in notify
    raise TracError(Markup('Unable to send email due to identity '
NameError: global name 'Markup' is not defined

I am working with a debian box, just successfully configure it for
sending mails through gmail. i say successfully because i can use the
mail command line applicationto send mails.

I have also another question, can i add descriptions to the
components ? im planing on using the components as features, and i
also need to link components to the svn commits some how.

Thank you very much!

Here is my trac.ini:

# -*- coding: utf-8 -*-

[attachment]
max_size = 262144
render_unsafe_content = false

[browser]
downloadable_paths = /trunk, /branches/*, /tags/*
hide_properties = svk:merge
render_unsafe_content = true

[changeset]
max_diff_bytes = 10000000
max_diff_files = 0
wiki_format_messages = true

[header_logo]
alt =
height = -1
link = http://www.bamboosolutions.com.ve/
src = common/bamboo/logoCatw.jpg
width = -1

[logging]
log_file = trac.log
log_level = DEBUG
log_type = file

[mimeviewer]
enscript_modes = text/x-dylan:dylan:4
enscript_path = enscript
max_preview_size = 262144
mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb
php_path = php
silvercity_modes =
tab_width = 8

[notification]
always_notify_owner = true
always_notify_reporter = true
always_notify_updater = true
mime_encoding = base64
smtp_always_bcc =
smtp_always_cc =
smtp_default_domain =
smtp_enabled = true
smtp_from =
smtp_password =
smtp_port =
smtp_replyto =
smtp_server =
smtp_subject_prefix = __default__
smtp_user =
use_public_cc = false
use_short_addr = false
use_tls = true

[project]
descr = Clientes Bamboo
footer = Visit the Trac open source project at<br /><a href="http://
trac.edgewall.org/">http://trac.edgewall.org/</a>
icon = common/trac.ico
name = catw3
url = http://example.org/

[search]
min_query_length = 3

[ticket]
default_component =
default_milestone =
default_priority = major
default_type = defect
default_version =
restrict_owner = false

[timeline]
changeset_long_messages = false
changeset_show_files = 0
default_daysback = 30
ticket_show_details = false

[trac]
authz_file =
authz_module_name =
base_url =
check_auth_ip = true
database = mysql://trac:t...@localhost:3306/trac_catw3
default_charset = iso-8859-15
default_handler = WikiModule
htdocs_location =
ignore_auth_case = false
mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search
metanav = login,logout,settings,help,about
permission_store = DefaultPermissionStore
repository_dir = /var/svn-repos/catwizard3
repository_type = svn
# request_filters = <set in global trac.ini>
# templates_dir = <set in global trac.ini>
timeout = 20

[wiki]
ignore_missing_pages = false
split_page_names = false

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to