[imp] PHP error strlen() expects parameter 1 to be string, object given [pid 6600 on line 288 of "/usr/share/pear/Horde/Url.php"]

Michael M Slusarz slusarz at horde.org
Wed Dec 18 06:01:52 UTC 2013


Quoting ANANT S ATHAVALE <asa at isac.gov.in>:

> Dear List,
>
> Getting the following warning in Horde logs.  Is it ignorable?
>
> Dec 18 2013 09:34:31 WARN: HORDE [imp] PHP ERROR: strlen() expects
> parameter 1 to be string, object given [pid 6600 on line 288 of
> "/usr/share/pear/Horde/Url.php"]

Probably.  But would be nice to fix the issue.

On line 284 of Horde_Url, would be great if you could add this debug line:

if (is_object($v)) {
     Horde::debug($v);
}

and post the debug output in a bug report.

michael

___________________________________
Michael Slusarz [slusarz at horde.org]



More information about the imp mailing list