Summary | Adding Users responsible for this Queue just repeats the same user. |
Queue | Whups |
Type | Bug |
State | No Feedback |
Priority | 2. Medium |
Owners | |
Requester | eculp (at) encontacto (dot) net |
Created | 11/14/2007 (6420 days ago) |
Due | |
Updated | 07/13/2009 (5813 days ago) |
Assigned | 11/15/2007 (6419 days ago) |
Resolved | 12/28/2007 (6376 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
the queue just repeats the first user. The following is a sample
after adding two different users to a queue that I had assigned to
myself,only.
Users responsible for this Queue eculp <eculp@casasponti.net>, eculp
<eculp@casasponti.net>, eculp <eculp@casasponti.net>
marked responsible, or just you? And do you have the latest framework
installed (with install-packages or symlinks, and make sure the
symlinks haven't become stale files)?
(except you) - we just haven't found the bug yet. I asked about your
data to see if it was a db problem or a display problem. Of course
there's the possibility of user error, but so far it doesn't look that
way.
I did an
* rm -rf whups
* droped all whups tables in mysql
* Checked the database to be sure
* cvs co whups
* Copied all the config/*.dist files
* Configured the conf.xml and just accepted the default
configuration, NO CHANGES.
* Created a new queue and assigned it to three DIFFERENT users.
On checking again I get:
eculp <eculp@encontacto.net>, eculp <eculp@encontacto.net>, eculp
<eculp@encontacto.net>
I can't see where EVEN I could have screwed it up although I must have
been able to. If anyone has any suggestions they would be appreciated.
I am running:
* mysql-5.1.22
* php-5.2.5
* Today's horde from cvs ( all modules )
* OpenLdap -2.4.6 for authentication and turba.
* FreeBSD 7.0-BETA2
Thanks
looks fine if you've set perms on just the first queue.
for each user in EditQueues as in the Image that I attached previously.?
looks fine if you've set perms on just the first queue.
update from yesterday's head.
New Attachment: EditQueues.png
guessing that this is the correct table. Although, I didn't expect
all the queue_id's to be 1? I am attaching a screenshot of the
EditQueues that shows all users as eculp@encontacto.net.
LOCK TABLES `whups_queues_users` WRITE;
/*!40000 ALTER TABLE `whups_queues_users` DISABLE KEYS */;
INSERT INTO `whups_queues_users` VALUES
(1,'aodria@encontacto.net'),(1,'eculp@encontacto.net'),(1,'ernestoelche@encontacto.net'),(1,'hoabonce@encontacto.ne
t'),(1,'hostmaster@encontacto.net'),(1,'robert@encontacto.net'),(1,'yolac@encontacto.net');
/*!40000 ALTER TABLE `whups_queues_users` ENABLE KEYS */;
UNLOCK TABLES;
State ⇒ Feedback
- Which Horde version are you using?
- What PHP version?
- What does the data in the whups_queues_users table look like?
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Queue ⇒ Whups
Summary ⇒ Adding Users responsible for this Queue just repeats the same user.
Type ⇒ Bug
queue just repeats the first user. The following is a sample after
adding two different users to a queue that I had assigned to
myself,only.
Users responsible for this Queue eculp <eculp@casasponti.net>, eculp
<eculp@casasponti.net>, eculp <eculp@casasponti.net>