Hi Michael,
i found the problem, it is the suhosin patch.
on every serach this entry is syslogged:
suhosin[6693]: ALERT - ASCII-NUL chars not allowed within request
variables - dropped variable 'view' (attacker '217.92.xxx.xxx', file
'/var/www/horde/services/ajax.php')
After changing suhosin config to this
suhosin.cookie.disallow_nul = off
suhosin.get.disallow_nul = off
suhosin.post.disallow_nul = off
suhosin.request.disallow_nul = off
search is working.
I also found this article related to this topic in the imp mailinglist
http://www.mailinglistarchive.com/html/[email protected]/2011-05/msg00095.html
Matt
Zitat von Michael M Slusarz <[email protected]>:
Quoting msc <[email protected]>:
search is not working. search wheel is running and running but will
never finished.
I'm sure search was working in my system, maybe till last release?
Webserver log is empty, also in "debug" horde logs aren't relevant entries.
Search works fine here. Most likely, you have a slow IMAP server
and the search is taking so long that your PHP connection is timing
out.
michael
___________________________________
Michael Slusarz [[email protected]]
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]