Changes between Initial Version and Version 1 of Ticket #12460


Ignore:
Timestamp:
Jul 28, 2015, 8:09:16 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12460 – Description

    initial v1  
    11I installed my accountmanagerplugin and config like under
    22
     3{{{#!ini
    34[account-manager]
    45allow_delete_account = false
     
    3233ticketext.* = enabled
    3334trac.web.auth.loginmodule = disabled
     35}}}
    3436
    3537but have error from my tracd console like under:
    3638------------------------------------------------------
     39{{{
    3740Exception happened during processing of request from ('192.168.0.219', 51229)
    3841Traceback (most recent call last):
     
    5154    self._sock.sendall(buffer(data, write_offset, buffer_size))
    5255error: [Errno 32] Broken pipe
     56}}}