Summary | i can't edit permission on my queue |
Queue | Whups |
Type | Bug |
State | No Feedback |
Priority | 2. Medium |
Owners | |
Requester | john80 (at) yahoo (dot) com |
Created | 09/18/2007 (6562 days ago) |
Due | |
Updated | 10/18/2007 (6532 days ago) |
Assigned | 09/18/2007 (6562 days ago) |
Resolved | 10/18/2007 (6532 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ No Feedback
thx.
1. i am using linux ubuntu as my OS
2. i install horde, framework and whups with:
cvs co horde
cvs co framework
cvs co whups
3. after that i configure config for horde and whups and no error
4. i login as admin and then i click ticket --> admin --> create queue
5. after that i want to edit permission for this queue so that only
certain people that can have permission to that queue
6. when i click edit permission on this queue i get fatl error:
Fatal error: Call to a member function getName() on a non-object in
/usr/share/php/Horde/Perms/datatree.php on line 303
same error happening when i want to delete queue:
1. when i click button submit in delete queue i get fatal error:
Fatal error: Call to a member function delete() on a non-object in
/var/www/horde/whups/lib/Driver.php on line 240
2. but eventhough it is error, the queue is deleted successfully
is it clear enough? thx for responding..
reproducing the problem.
the cvs that i used:
cvs co horde
cvs co framework
cvs co whups
so i think it is the latest version right?
State ⇒ Feedback
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Queue ⇒ Whups
Summary ⇒ i can't edit permission on my queue
Type ⇒ Bug
it seems that i can't edit permission on my queue because there is
error like unable to call the member funtion of getName().. i alreay
checked the code and it says that the code require 'Horde/DataTree.php'.
i checked that code and i found function getName() in there
so why the code in 'Perms/datatree.php' can't call function getName()
from Horde/DataTree.php?
thx anyway..