Author Topic: quick search box does't work  (Read 5588 times)

Offline jolic

  • Jr. Member
  • **
  • Posts: 24
quick search box does't work
« on: February 22, 2009, 11:34:03 AM »
Hi All,

I use the 0.2 stable with the default skin. Unfortunately the 'quick search box' in the mailbox doesn't work. Only the window "Search..." get up and after long time the result is: request time expired.

Best regards,
jolic
« Last Edit: February 23, 2009, 05:43:51 PM by jolic »

Offline jolic

  • Jr. Member
  • **
  • Posts: 24
my solution
« Reply #1 on: February 23, 2009, 05:29:35 PM »
Hi All,

Here is my "nearly solution" for this issue.

I have change the line
$result $IMAP->search($mbox$search_str$imap_charset$_SESSION['sort_col']);
to
$result $IMAP->search($mbox$search_str);

in the ..\program\steps\mail\search.inc

and now it works!

However without German 'Umlaute' (like ä,ö,ü,ß). I guess the problem is the charset ( UTF-8 ) ....?

Best Regards,
jolic
« Last Edit: February 23, 2009, 06:04:20 PM by jolic »

Offline jolic

  • Jr. Member
  • **
  • Posts: 24
quick search box does't work
« Reply #2 on: March 05, 2009, 01:43:30 PM »
GELÖST! :-)

Link:
Trac...
« Last Edit: March 06, 2009, 04:29:53 PM by jolic »