6.0.0-alpha12
6/8/25

[#3621] horde_datatree_seq, horde_vfs_seq
Summary horde_datatree_seq, horde_vfs_seq
Queue Horde Base
Queue Version 3.0.9
Type Bug
State Not A Bug
Priority 2. Medium
Owners
Requester ikpetroff (at) bluewin (dot) ch
Created 03/14/2006 (7026 days ago)
Due
Updated 09/13/2006 (6843 days ago)
Assigned
Resolved 03/14/2006 (7026 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
09/13/2006 05:14:28 PM vannerv (at) gmail (dot) com Comment #7 Reply to this comment
oops again!



sequence not sequece.
09/13/2006 05:12:15 PM vannerv (at) gmail (dot) com Comment #6 Reply to this comment


oops!



  create sequece horde_datatree_seq;

  create sequece horde_vfs_seq;




09/13/2006 05:10:52 PM vannerv (at) gmail (dot) com Comment #5 Reply to this comment
create the a sequence tables on your horde database to solve the problem:



create sequece horde_datatree_seq;

create sequece horde_vfs_seq;


03/14/2006 03:30:14 PM Chuck Hagenbuch Deleted Original Message
 
03/14/2006 01:47:36 PM Jan Schneider Comment #4 Reply to this comment
No. You didn't read what I've written.
03/14/2006 11:34:31 AM ikpetroff (at) bluewin (dot) ch Comment #3
New Attachment: seq.php
Reply to this comment
I'm using the Pear:DB package to create the sequences. But instead of 
having Horde doing it (no sql script that creates these sequences nor 
any PHP script that does it), I must create my own PHP script (see 
attachment).

I guess something may be missing in the Horde base setup.
03/14/2006 08:51:10 AM Jan Schneider Comment #2
State ⇒ Not A Bug
Reply to this comment
This has nothing to do with Horde, sequences are created with the PEAR 
DB package.
03/14/2006 08:50:31 AM Jan Schneider Deleted Original Message
 
03/14/2006 06:53:12 AM ikpetroff (at) bluewin (dot) ch Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ horde_datatree_seq, horde_vfs_seq
Queue ⇒ Horde Base
New Attachment: environment.pdf
State ⇒ Unconfirmed
Reply to this comment
The sequences horde_datatree_seq, horde_vfs_seq are not automatically 
created. I'm using a PostgreSQL backend. I have to create these 
sequences myself by hand and then it's ok. Without theses sequences, 
nag, mnemo and kronolith cannot work. Without horde_vfs_seq, kronolith 
always sends reminders (through reminders.php) even if they have 
already been sent.



Cheers

Saved Queries