Summary | turba/lib/Api.php line 1271 ::ipos not defined |
Queue | Turba |
Queue Version | 4.2.4 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | romanf (at) trash (dot) net |
Created | 12/08/2014 (3921 days ago) |
Due | |
Updated | 12/08/2014 (3921 days ago) |
Assigned | |
Resolved | 12/08/2014 (3921 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Thanks and sorry for my persistence.
Please use the mailing lists to ask for support.
doesn't work.
I'll have to manually patch every release of turba from now on. :-(
not a bug in Horde. That is why we pointed you to the support mailing
list, which is the appropriate place to ask for help to fix your issue
- since this is a bug tracker and this is not a bug.
Please use the mailing lists to ask for support.
doesn't work.
I'll have to manually patch every release of turba from now on. :-(
Please use the mailing lists to ask for support.
http://www.horde.org/mail/ contains a list of all available mailing lists.
any form of debugging to see the e.g. the call-stack when the problem
occurs?
I have:
Horde_Util 2.5.1
and there is no newer version.
State ⇒ Not A Bug
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ turba/lib/Api.php line 1271 ::ipos not defined
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
of a contact produces the following error:
<b>Fatal error</b>: Call to undefined method Horde_String::ipos() in
<b>[...]/hordewebmail/turba/lib/Api.php</b> on line <b>1271</b><br />
(full path edited)
When I replace Horde_String::ipos() with simple stripos() everything
works as expected.