Summary | loop in PollFolders |
Queue | DIMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | vilius (at) lnk (dot) lt |
Created | 11/01/2007 (6480 days ago) |
Due | |
Updated | 11/02/2007 (6479 days ago) |
Assigned | |
Resolved | 11/02/2007 (6479 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
string '0' is true. When we cast to int before sending to javascript
land, we now correctly skip setting the periodical poll because the
boolean statement correctly returns false for the integer '0'.
don't know why but your fix helped. I also var_dumped
$prefs->getValue('menu_refresh_time'); and seems that is is set to:
string(1) "0".
added additional code to ensure we pass an integer to the page so see
if that helps also.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ loop in PollFolders
Queue ⇒ DIMP
State ⇒ Unconfirmed
keeps checking for new mail over and over again until I close the
browser. Apache log shows:
81.7.79.133 - - [01/Nov/2007:22:57:16 +0200] "POST
/horde/dimp/imp.php/PollFolders HTTP/1.1" 200 198
81.7.79.133 - - [01/Nov/2007:22:57:16 +0200] "POST
/horde/dimp/imp.php/PollFolders HTTP/1.1" 200 198
81.7.79.133 - - [01/Nov/2007:22:57:17 +0200] "POST
/horde/dimp/imp.php/PollFolders HTTP/1.1" 200 198
81.7.79.133 - - [01/Nov/2007:22:57:17 +0200] "POST
/horde/dimp/imp.php/PollFolders HTTP/1.1" 200 198
etc.
Any ideas how to debug this further?