Hello

On 10.06.2018 22:53, Nicolas MARTIN wrote:
Hello Trac community,


I installed the plugin from the last revision of the branch restricted to Trac 1.0.x releases.

First I got my usual installation issues with our outdated release 1.0.1: 'from trac.util.html import tag' => 'from trac.util.html import html as tag' (all changes are in the attached file).

Then 2 admin pages crash: 'Monitoring' (/admin/spamfilter/monitor) and 'Reports' (/admin/spamfilter/report). But the log refers to WikiAutoCompletePlugin

2018-06-10 20:57:39,539 Trac[main] ERROR: Internal Server Error:
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/trac/web/main.py", line 497, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.7/site-packages/trac/web/main.py", line 224, in dispatch
    self._post_process_request(req, *resp)
  File "/usr/lib/python2.7/site-packages/trac/web/main.py", line 338, in _post_process_request
    resp = f.post_process_request(req, *resp)
  File "build/bdist.linux-x86_64/egg/wikiautocomplete/web_ui.py", line 60, in post_process_request
    if context_or_page and context_or_page.resource:
AttributeError: 'int' object has no attribute 'resource'
I created https://trac-hacks.org/ticket/13439 for this, thanks.

Finally I tried to delete an unused account from 'Users' with 'Remove' button: Trac seems to proceed but ends in a page from the webserver outside of our Trac. If I goes back the account about to be removed is still there, AccountManager plugin is in version 0.5.


Regards,
Nicolas

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to