Summary | Preferences not saved |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | horde (at) eltofts (dot) homelinux (dot) com |
Created | 04/15/2006 (7026 days ago) |
Due | |
Updated | 04/16/2006 (7025 days ago) |
Assigned | 04/16/2006 (7025 days ago) |
Resolved | 04/16/2006 (7025 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Using php 4.3.9-3.9 on Centos 4
http://cvs.horde.org/diff.php?r1=1.166&r2=1.167&ty=h&f=framework%2FPrefs%2FPrefs.php
Are you using PHP 4 or 5?
07:01:31 slusarz)
$prefs =& new $class ...etc - this works OK
$prefs = new $class ... etc - this Breaks.
internally states 1.165 2006/02/28 07:01:31
1.167 - 11/04/2006 Broken
when this was broken;
1.137.10.21 11/04/2006 - This works ok
1.137.10.22 12/04/2006 - This works ok
1.167 11/04/2006 - This breaks saving preferences
State ⇒ Feedback
http://cvs.horde.org/co.php?r=1.164&p=1&f=framework%2FPrefs%2FPrefs.php
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Preferences not saved
Queue ⇒ Horde Framework Packages
State ⇒ Unconfirmed
Preferences not are not saved using MySQL backend (may also affect
other backends but only tested with MySQL).
Changes to Prefs per
ticket 3761have not altered this.reverting to an older Prefs solves things (My copy is quite old -
Prefs.php is v1.141 2005/04/26)