Summary | Error reading forward addresses from database with oci8 |
Queue | Ingo |
Queue Version | 3.2.8 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | ico (at) cc (dot) upv (dot) es |
Created | 02/19/2016 (3460 days ago) |
Due | |
Updated | 10/20/2017 (2851 days ago) |
Assigned | 02/19/2016 (3460 days ago) |
Resolved | 02/19/2016 (3460 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 3.2.9 |
Patch | No |
commit da36efa2cb4d3dbd3f38d845e6d2201047b4470d
Author: Jan Schneider <jan@horde.org>
Date: Fri, 19 Feb 2016 11:08:27 +0100
Use Horde_Db's BLOB/CLOB features (
Bug #14262).M docs/CHANGES
M lib/Storage/Filters/Sql.php
M lib/Storage/Sql.php
M package.xml
https://github.com/horde/ingo/commit/da36efa2cb4d3dbd3f38d845e6d2201047b4470d
and /horde/ingo/lib/Storage/Filters, I obtains this error:
Call to a member function getFilterList() on a non-object
1. Horde_ErrorHandler::catchFatalError()
Detalles
El mensaje de error completo se guarda en el archivo de registro de
Horde y se muestra abajo sólo para los administradores. Los usuarios
no administrativos no verán los detalles del error.
ErrorException Object
(
[message:protected] => Call to a member function getFilterList()
on a non-object
[string:Exception:private] =>
[code:protected] => 0
[file:protected] =>
/var/www/vhosts/wmy.upv.es/horde/ingo/lib/Basic/Filters.php
[line:protected] => 153
[trace:Exception:private] => Array
(
[0] => Array
(
[function] => catchFatalError
[class] => Horde_ErrorHandler
[type] => ::
[args] => Array
(
)
)
)
[previous:Exception:private] =>
[severity:protected] => 1
[logged] => 1
)
What am I doing bad?
commit c1c6b69c4feb94d0b253fa43d37a180e3f55d679
Author: Jan Schneider <jan@horde.org>
Date: Fri Feb 19 11:08:02 2016 +0100
Use Horde_Db's BLOB/CLOB features (
Bug #14262).ingo/lib/Storage/Sql.php | 52 ++++++++++++++++++++++++++++++++++++---------
ingo/package.xml | 15 ++++++++++++-
2 files changed, 55 insertions(+), 12 deletions(-)
http://github.com/horde/horde/commit/c1c6b69c4feb94d0b253fa43d37a180e3f55d679
Milestone ⇒ 3.2.9
commit 9864fc8966ef2f7acac1a1a130fa310229219445
Author: Jan Schneider <jan@horde.org>
Date: Fri Feb 19 11:08:02 2016 +0100
Use Horde_Db's BLOB/CLOB features (
Bug #14262).ingo/docs/CHANGES | 1 +
ingo/lib/Storage/Filters/Sql.php | 48 +++++++++++++++++++----
ingo/lib/Storage/Sql.php | 77
++++++++++++++++++++++++++++++--------
ingo/package.xml | 4 +-
4 files changed, 103 insertions(+), 27 deletions(-)
http://github.com/horde/horde/commit/9864fc8966ef2f7acac1a1a130fa310229219445
State ⇒ Assigned
Assigned to Jan Schneider
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Error reading forward addresses from database with oci8
Queue ⇒ Ingo
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Using Oracle as database.
When add an address to Forward filter item are added to ingo_forwards
but don't apply the rule and entering one more time address is not
there.
horde.log says:
Feb 19 10:15:38 WARN: HORDE [ingo] PHP ERROR: explode() expects
parameter 2 to be string, object given [pid 15114 on line 85 of
"/var/www/vhosts/wmy
upv.es/horde/ingo/lib/Storage/Sql.php"]
Maybe oci8 driver error reading clob.