6.0.0-alpha12
6/10/25

[#3651] Only variable references...
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

History
11/13/2008 08:20:33 PM m3nd3s (at) gmail (dot) com Comment #5 Reply to this comment
Excuse me, I forgot of write the code fixed.. rsrs



replace in your horde scripts the code:



return new $class .....

for

$m_return = &new $class;

return $m_return;



;)
11/13/2008 08:05:07 PM m3nd3s (at) gmail (dot) com Comment #4 Reply to this comment
Hi guys,



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.
03/18/2006 12:42:00 PM leppto (at) gmail (dot) com Comment #3 Reply to this comment
Thank you for quick responce Jan!



I still do debuging on test-server, not on production one.



This new Horde-framework is amaysing, keep up the Good work !!




03/18/2006 11:46:54 AM Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
This had been fixed in CVS already. And you should never show error 
messages on production servers.
03/18/2006 09:53:24 AM leppto (at) gmail (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Only variable references...
Queue ⇒ Passwd
Reply to this comment
Still this kind of notices show up:



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

Saved Queries