Modify ↓
Opened 12 years ago
Closed 12 years ago
#11647 closed defect (worksforme)
XML RPC Plugin does not work with our Trac installation 1.0.1
| Reported by: | anonymous | Owned by: | osimons |
|---|---|---|---|
| Priority: | normal | Component: | XmlRpcPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
Hello,
we are using Trac 1.0.1 and want to use XMLRpc Plugin to integrate with PHP Storm. Of we call /trac/login/xmlrpc we get the following error:
Trac detected an internal error: AttributeError: hdf
Attachments (0)
Note: See
TracTickets for help on using
tickets.



The
hdfstorage is an attribute that stems from the old templating system (pre-Genshi). I strongly doubt you have installed the latest version of RPC plugin (from trunk) as this no longer contains any references tohdf. Most likely you have installed the plugin for Trac 0.10, while trunk version is necessary for 0.11 and later (including 1.0.1).See XmlRpcPlugin documentation for getting latest version.