6.0.0-alpha12
6/12/25

[#14866] Strange errors
Summary Strange errors
Queue Ansel
Queue Version 3.0.8
Type Bug
State Resolved
Priority 1. Low
Owners mrubinsk (at) horde (dot) org
Requester lameventanas (at) gmail (dot) com
Created 10/16/2018 (2431 days ago)
Due
Updated 10/23/2018 (2424 days ago)
Assigned
Resolved 10/23/2018 (2424 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
10/23/2018 01:12:51 AM Michael Rubinsky Comment #2
Assigned to Michael Rubinsky
State ⇒ Resolved
Priority ⇒ 1. Low
Reply to this comment
10/16/2018 02:28:43 AM lameventanas (at) gmail (dot) com Comment #1
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Ansel
Summary ⇒ Strange errors
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
If I click on a tag (from the tag cloud), I get this error:

[ansel] Error: Call to a member function hasMethod() on null in 
/var/www/horde/ansel/lib/TagBrowser.php:112
Stack trace:
#0 /var/www/horde/ansel/lib/View/Results.php(146): 
Ansel_TagBrowser->getSlice(0, 9)
#1 /var/www/horde/ansel/view.php(56): Ansel_View_Results->html()
#2 {main} [pid 21624 on line 74 of "/var/www/pear/php/Horde/ErrorHandler.php"]

Changing this:
$registry->hasMethod('forums/numMessagesBatch')) {

To this:
$GLOBALS['registry']->hasMethod('forums/numMessagesBatch')) {

But then I get:
[ansel] PHP ERROR: Division by zero [pid 21651 on line 157 of 
"/var/www/horde/ansel/lib/View/Results.php"]

Which leads me to think that I'm not using the stable release.

I installed everything using the pear installed method, as described 
in the docs.  I'm not really sure which version I'm using after 
following the pear install method.

Saved Queries