6.0.0-beta1
7/4/25

[#4528] Filter rules cannot be created with SQL storage backend
Summary Filter rules cannot be created with SQL storage backend
Queue Ingo
Queue Version HEAD
Type Bug
State No Feedback
Priority 2. Medium
Owners jan (at) horde (dot) org
Requester dgehl (at) inverse (dot) ca
Created 10/13/2006 (6839 days ago)
Due
Updated 04/22/2014 (4091 days ago)
Assigned 04/25/2007 (6645 days ago)
Resolved 05/21/2007 (6619 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
05/21/2007 01:41:11 PM Jan Schneider State ⇒ No Feedback
 
05/10/2007 08:57:16 AM Jan Schneider Comment #4 Reply to this comment
Do you still see this, and if yes, can you determine any common 
denominator with the people from ticket 4370 that might cause this?
05/06/2007 10:07:56 PM Jan Schneider Summary ⇒ Filter rules cannot be created with SQL storage backend
 
04/25/2007 04:37:26 PM Jan Schneider Comment #3
State ⇒ Feedback
Reply to this comment
I can't reproduce this.
10/14/2006 08:09:30 AM Jan Schneider Comment #2 Reply to this comment
Probably a duplicate of ticket #4370.
10/13/2006 10:58:33 PM Chuck Hagenbuch Assigned to Jan Schneider
State ⇒ Assigned
 
10/13/2006 07:50:54 PM dgehl (at) inverse (dot) ca Comment #1
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Queue ⇒ Ingo
Summary ⇒ fitler rules cannot be created with SQL storage backend
Type ⇒ Bug
Reply to this comment
When trying to create a new filter rule (with the SQL storage 
backend), the user receives a message that the rule has been created 
successfully but this rule is not show in the interface and is also 
not saved in the database.

The log file does not show any SQL error message.



I noticed that in the _store function in Storage/sql.php,



         case INGO_STORAGE_ACTION_FILTERS:

             $ret = true;

             break;


Saved Queries