Summary | Only variable references... |
Queue | Passwd |
Queue Version | 3.0 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | leppto (at) gmail (dot) com |
Created | 03/18/2006 (7024 days ago) |
Due | |
Updated | 11/13/2008 (6053 days ago) |
Assigned | |
Resolved | 03/18/2006 (7024 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
replace in your horde scripts the code:
return new $class .....
for
$m_return = &new $class;
return $m_return;
;)
I have a same problem, but this message was reported by anothers many
scripts php. For fix this problem I find in my hord with this
expression: grep -r "return $class new \$class" /usr/share/horde, and
fixed all scripts that show by this command.
This solution was based of the others comments in this place.
I still do debuging on test-server, not on production one.
This new Horde-framework is amaysing, keep up the Good work !!
State ⇒ Resolved
messages on production servers.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Only variable references...
Queue ⇒ Passwd
Notice: Only variable references should be returned by reference in
[MyPath] horde/passwd/lib/Driver.php on line 110
I use all latest stable releases, passwd backend is vpopmail. Password
gets changed, but notice is annoying