Edgewall Software

Changes between Version 5 and Version 6 of MostFrequentDuplicates


Ignore:
Timestamp:
May 14, 2008, 9:27:50 AM (16 years ago)
Author:
Christian Boos
Comment:

Added #3371

Legend:

Unmodified
Added
Removed
Modified
  • MostFrequentDuplicates

    v5 v6  
    1111   search:'Authentication information not available.' [[br]]
    1212     ''Despite lots of information in the TracInstall and other places, there are still a lot of people being surprised by this message, which simply indicates that no authentication information has been setup for the server. How to actually set it depends on the actual form of the deployment, as mentioned in the [TracFaq#WhataboutthisAuthenticationinformationnotavailable.error FAQ].''
     13 - #3371: '''!RuntimeError: instance.!__dict!__ not accessible in restricted mode''' [[br]]
     14   search:"!RuntimeError: instance.__dict__ not accessible in restricted mode" [[br]]
     15     ''A problem inherent to the SWIG-based Subversion bindings when they are used from multiple Python interpreters in the same process. That situation can happen when the Trac server front-end is mod_python or mod_wsgi. See TracSubversion#instance-dict-restricted-mode for the mod_python instructions and mod_wsgi:IntegrationWithTrac for the mod_wsgi instructions.
    1316 - #3446: '''Rate of `database is locked` errors is too high''' [[br]]
    14    search:"OperationalError: database is locked" [[br]]
     17   search:"!OperationalError: database is locked" [[br]]
    1518     ''This used to be a plague with the SQLite database backend, but it seems that things improved over time and this once !#1 duplicate bug is less frequent those days. A more scary variant of #3446 is #4929, where the lock situation seems to persist and needs a server restart (rare).''
    1619 - #4311: '''Attaching files won't work with Trac < 0.10.4 and Python 2.5''' [[br]]
     
    2124     ''Yes, we know, SilverCity has a bug which is apparently fixed in its version 0.9.7. See entry above ;-)''
    2225
    23  - #6976 '''TypeError: cannot concatenate 'str' and 'NoneType' objects''' [[br]]
     26 - #6976 '''!TypeError: cannot concatenate 'str' and '!NoneType' objects''' [[br]]
    2427   search:"cannot concatenate 'str' and 'NoneType' objects" [[br]]
    2528     ''This is a bug in the TH:GitPlugin for Trac on nonexistent paths, see TH:ticket:2671''