Summary | variable references bug, but newest everything |
Queue | Horde Base |
Queue Version | HEAD |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | |
Requester | pderose (at) uiuc (dot) edu |
Created | 02/11/2006 (7121 days ago) |
Due | |
Updated | 02/11/2006 (7121 days ago) |
Assigned | |
Resolved | 02/11/2006 (7121 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
Priority ⇒ 1. Low
- All you need to do is to change your error_reporting settings
appropriately (try E_ERROR) to use the existing code.
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ variable references bug, but newest everything
Queue ⇒ Horde Base
refererences" bug, but I'm using the latest Horde (3.0.9), and the
latest PHP (5.1.1), and not only am I still getting them on the front
page, but I'm getting just them (nothing else on the page loads), and
for places that I haven't seen in other posts. This is my error:
Notice: Only variable references should be returned by reference in
/var/www/localhost/htdocs/horde/lib/Horde/DataTree.php on line 1180
Notice: Only variable references should be returned by reference in
/var/www/localhost/htdocs/horde/lib/Horde/Perms.php on line 347
Notice: Only variable references should be returned by reference in
/var/www/localhost/htdocs/horde/lib/Horde/Prefs.php on line 784
I haven't seen those particular line numbers on any of the other
posts. In all three cases, it's a "factory &function" definition.
I'm completely lost because I thought 3.0.9 had addressed these
issues, and my horde installation is completely inoperable until I
figure out what's wrong. If you guys could give any help, it'd be
extremely appreciated.