Summary | PHP ERROR: array_merge(): |
Queue | Ingo |
Queue Version | 3.0.0 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | mtspam (at) tesira (dot) de |
Created | 10/31/2012 (4629 days ago) |
Due | |
Updated | 10/31/2012 (4629 days ago) |
Assigned | 10/31/2012 (4629 days ago) |
Resolved | 10/31/2012 (4629 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
Version ⇒ 3.0.0
an empty 'params' option.
commit 1408593e14f133cd9ae47f9eef58d0b9b090a5d4
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Oct 31 12:48:25 2012 -0600
[mms] Fix PHP error notification thrown if backends 'params'
parameter was empty (
Bug #11615).ingo/docs/CHANGES | 2 ++
ingo/lib/Factory/Transport.php | 2 +-
ingo/package.xml | 4 ++--
3 files changed, 5 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/1408593e14f133cd9ae47f9eef58d0b9b090a5d4
State ⇒ Feedback
Please use Horde::debug() on that line in Factory/Transport.php to
dump the actual content of $session->get('ingo', 'backend/params').
Horde::debug() documentation: http://wiki.horde.org/Doc/Dev/DebugH4
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ PHP ERROR: array_merge():
Queue ⇒ Ingo
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
fine, but whenever I do anything filter related the log throws up two
errors regarding ingo:
Oct 31 16:49:11 servername HORDE: [ingo] PHP ERROR: array_merge():
Argument
#1is not an array [pid 5542 on line 73 of"/var/www/horde/ingo/lib/Factory/Transport.php"]
Oct 31 16:49:11 servername HORDE: [ingo] PHP ERROR: array_merge():
Argument
#2is not an array [pid 5542 on line 41 of"/var/www/horde/ingo/lib/Transport.php"]
There arent any errors on the GUI and no user has reported anything
not working (so far), so I cant really say how critical this error is.