Roundcube Community Forum

Release Support => Pending Issues => Topic started by: jeffshead on September 10, 2008, 03:22:22 AM

Title: Search not working
Post by: jeffshead on September 10, 2008, 03:22:22 AM
The search feature is not working for me.

Error in log:
[10-Sep-2008 03:05:06] PHP Fatal error:  Maximum execution time of 120 seconds exceeded in C:\Webmail\rouncube\program\lib\imap.inc on line 190

No errors in any other logs.

If I switch back to Squirrelmail or Telaen, their search does work, so my IMAP server must support the search command. I use ISMail EP from http://www.instantservers.com/ismail_ep.html

Anyone have any ideas where to begin troubleshooting?

UPDATE: I even downloaded the latest SVN and got the same results.
Title: Search not working
Post by: jeffshead on October 08, 2008, 09:07:32 AM
WOW!

The RoundCube team is great.

Here is the fix:

imap.inc patch (http://trac.roundcube.net/attachment/ticket/1485466/imap.patch)

Just go to your ../program/lib/imap.inc file and remove text that is in pink and add the text that is in green from the patch.