Summary | php errors when using search |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | rsalmon (at) mbpgroup (dot) com |
Created | 04/04/2011 (5183 days ago) |
Due | |
Updated | 04/04/2011 (5183 days ago) |
Assigned | |
Resolved | 04/04/2011 (5183 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Bug #9798: Fix polling of search mailboxes2 files changed, 6 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/af3f033748217f2e63a8213ca61f61118093a8d0
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ php errors when using search
Type ⇒ Bug
State ⇒ Unconfirmed
sent from Ronan) then open a message from the filtered messages list.
everything looks Ok, but I get the following php errors in horde.log :
2011-04-04T12:39:34+02:00 NOTICE: HORDE [imp] PHP ERROR: Trying to get
property of non-object [pid 29585 on line 1864 of
"/var/www/html/hordetest/imp/lib/Ajax/Application.php"]
2011-04-04T12:39:34+02:00 DE
BUG: 1.Horde_Core_Ajax_Application->doAction()
/var/www/html/hordetest/services/ajax.php:60
2. call_user_func()
/var/www/html/hordetest/libs/Horde/Core/Ajax/Application.php:95
3. IMP_Ajax_Application->showPreview()
4. IMP_Ajax_Application::pollEntry()
/var/www/html/hordetest/imp/lib/Ajax/Application.php:1039
5. Horde::errorHandler()
/var/www/html/hordetest/imp/lib/Ajax/Application.php:1864
I added the following debug call imp/lib/Ajax/Application.php:1863
Horde::debug($mbox);
2011-04-04T12:45:55+02:00 DEBUG: Variable information:
string(21) "impsearch^@dimpqsearch"
Backtrace:
1. Horde_Core_Ajax_Application->doAction()
/var/www/html/hordetest/services/ajax.php:60
2. call_user_func()
/var/www/html/hordetest/libs/Horde/Core/Ajax/Application.php:95
3. IMP_Ajax_Application->showPreview()
4. IMP_Ajax_Application::pollEntry()
/var/www/html/hordetest/imp/lib/Ajax/Application.php:1039
5. Horde::debug() /var/www/html/hordetest/imp/lib/Ajax/Application.php:1863