Edgewall Software

Opened 8 years ago

Last modified 6 years ago

#12359 closed defect

TracError: Unknown trac-admin command "copystatic" — at Initial Version

Reported by: Ryan J Ollos Owned by:
Priority: normal Milestone: 1.0.11
Component: admin/web Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

From the logs:

[pid 23657 140015545095936] 2016-02-16 02:44:34,470 Trac[formatter] ERROR: Macro TracAdminHelp(copystatic) failed:
Traceback (most recent call last):
  File "/usr/local/virtualenv/1.1dev/lib/python2.7/site-packages/trac/wiki/formatter.py", line 798, in _macro_formatter
    return macro.ensure_inline(macro.process(args))
  File "/usr/local/virtualenv/1.1dev/lib/python2.7/site-packages/trac/wiki/formatter.py", line 375, in process
    text = self.processor(text)
  File "/usr/local/virtualenv/1.1dev/lib/python2.7/site-packages/trac/wiki/formatter.py", line 347, in _macro_processor
    text)
  File "/usr/local/virtualenv/1.1dev/lib/python2.7/site-packages/trac/admin/console.py", line 588, in expand_macro
    command=content))
TracError: Unknown trac-admin command "copystatic"

Previously there was a copystatic command: [6894].

Change History (0)

Note: See TracTickets for help on using tickets.