On 18 Mar 2006 at 16:55, Alec Thomas wrote: > It would be excellent if people could test this. It's running on > TracHacks and I haven't noticed any problems.
I exported the latest tractags from the svn and ran "python setup.py install" as root. When I put [[SetupTags]] in a trac page and hit preview I get the same error as before: > Error: Failed to load processor SetupTags > > No macro named [[SetupTags]] found > The Admin plugin installed just fine, but that only reports trac.0.9.4 and itself "TracWebAdmin 0.1.1dev-r2765" as installed. No mention s made of tractags. I even "ran setup.py bdist_egg", loaded the egg to my PC and attempted to install that from the webadmin plugin. No errors were reported but the tractags plugin is still not reported by webadmin and the macros that t provides are still not working. I am running trac over ssl/tls under Apache 2.0.52 if that makes any difference and trac.ini file looks like this: > [wiki] > ignore_missing_pages = false > > [project] > name = Harte & Lyne Limited > descr = Applications Development > footer = Visit the Trac open source project at<br /><a > href="http://trac.edgewall.com/">http://trac.edgewall.com/</a> url = > https://trac.harte-lyne.ca/ icon = common/trac.ico > > [logging] > log_type = none > > [trac] > default_charset = iso-8859-15 > ignore_auth_case = false > permission_store = DefaultPermissionStore > check_auth_ip = true > database = postgres://trac_db_admin:[EMAIL PROTECTED]/trac_db > templates_dir = /usr/share/trac/templates > default_handler = WikiModule > htdocs_location = > mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search > repository_dir = /var/spool/svn > > [notification] > always_notify_owner = true > smtp_port = 25 > smtp_password = > smtp_enabled = true > smtp_replyto = [EMAIL PROTECTED] > smtp_always_cc = > always_notify_reporter = true > smtp_from = [EMAIL PROTECTED] > smtp_server = smtp.hamilton.harte-lyne.ca > smtp_user = > > [header_logo] > src = site/hlllogo.png > align = top > height = 90 > width = 135 > link = https://trac.harte-lyne.ca > alt = "Harte & Lyne Logo" > > [mimeviewer] > php_path = php > enscript_path = enscript > tab_width = 8 > max_preview_size = 262144 > > [attachment] > render_unsafe_content = false > max_size = 262144 > > [components] > tractags.* = enabled > tags.* = enabled > webadmin.* = enabled > > [timeline] > changeset_show_files = 0 > ticket_show_details = false > default_daysback = 90 > > [ticket] > default_version = 0.0.a - Design > default_component = General Design Document > default_type = documentation > restrict_owner = false > default_priority = routine > default_milestone = > default_severity = normal > default_owner = byrnejb > > [browser] > hide_properties = svk:merge > I also tried to add WikiCalander.py in my wiki-macros directory but this does not seem to load either so I am wondering if there is something wrong with my site configuration. How can I test whether trac is even looking for macros? Regards, Jim -- *** e-mail is NOT a secure channel *** James B. Byrne mailto:ByrneJB.<token>@Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3CE delivery <token> = hal _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
