Opened 5 years ago
Closed 5 years ago
#1485372 closed Bugs (worksforme)
Error imap.inc on line 208
| Reported by: | Sanyh | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-stable |
| Component: | IMAP connection | Version: | 0.1.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
i have FreeBSD 7.0
apache 2
mysql 5
php5
exim 4
courier-imap
when i login (write username and pass click button 'login'), i see white page
error http-access.log
PHP Fatal error: Maximum execution time of 30 seconds exceeded in /usr/local/www/roundcube/program/lib/imap.inc on line 208, referer: http://192.168.1.6/roundcube/
why?
Change History (3)
comment:1 Changed 5 years ago by alec
- Component changed from Client Scripts to IMAP connection
- Milestone changed from later to 0.2-beta
comment:2 Changed 5 years ago by till
I cannot reproduce this. I run FreeBSD 6.x and 7.x (and even a 5.x).
Also, your max_execution_time is sort of low with 30 seconds. Imagine larger mailboxes and try a setting in 120 second range.
comment:3 Changed 5 years ago by alec
- Resolution set to worksforme
- Status changed from new to closed
no feedback.
Note: See
TracTickets for help on using
tickets.

Endless loop. First of all you should check svn-trunk version. If issue is still present, uncoment console() calls in lib/imap.inc and try again, then check logs/console and write here.