how can I change the display "logout name lastname" with "logout email" ?
I tried to modify customernavigationbar.dtl but I get some errors.
Search found 35 matches
- 05 Jul 2012, 02:42
- Forum: Help
- Topic: Logout Email_user
- Replies: 0
- Views: 545
- 04 Jul 2012, 23:07
- Forum: Help
- Topic: How to put a new header/logo
- Replies: 5
- Views: 2029
Re: How to put a new header/logo
I don't understand where it find the current header...
- 04 Jul 2012, 03:09
- Forum: Help
- Topic: How to put a new header/logo
- Replies: 5
- Views: 2029
Re: How to put a new header/logo
can you be more specific?
- 04 Jul 2012, 02:59
- Forum: Help
- Topic: Is there any type of mutex in OTRS?
- Replies: 0
- Views: 565
Is there any type of mutex in OTRS?
as title, since I'm writing about the architecture and mechanisms of otrs, I wanna know if is there the danger of some behaviour in mutex?for example on the use of the database.
- 02 Jul 2012, 00:32
- Forum: Help
- Topic: [Doubt]What does it do?
- Replies: 2
- Views: 1214
Re: [Doubt]What does it do?
thank you!so I should use only the second code
- 01 Jul 2012, 18:53
- Forum: Help
- Topic: Root@localhost is a normal agent?!
- Replies: 1
- Views: 929
Root@localhost is a normal agent?!
I have the user root@localhost as admin and an agent called 'pippo'.
how is it possible that pippo can handle and modify permissions and rights of root@localhost? I want to deny that, so nobody can modify the rights of root. what can I do?
I ask that because, if pippo erases relationship between ...
how is it possible that pippo can handle and modify permissions and rights of root@localhost? I want to deny that, so nobody can modify the rights of root. what can I do?
I ask that because, if pippo erases relationship between ...
- 01 Jul 2012, 17:56
- Forum: Help
- Topic: Lost admin permissions
- Replies: 7
- Views: 9765
Re: Lost admin permissions
what do you mean with cache utility?
- 30 Jun 2012, 22:15
- Forum: Help
- Topic: How to put a new header/logo
- Replies: 5
- Views: 2029
How to put a new header/logo
I readed some tricks about the subject but nothing that can do what I want. I want to change not only the logo into customer page but the whole header. is it possibile? if I want a result like that http://doc.otrs.org/3.1/en/html/public-interface.html is there a way?
- 30 Jun 2012, 20:10
- Forum: Help
- Topic: I need to link 'customer' to 'agents'. Is it possible?
- Replies: 1
- Views: 933
Re: I need to link 'customer' to 'agents'. Is it possible?
I don't think you can link customer directly to a specific agent. the only common point between them are groups, so you need to work on this way.
- 30 Jun 2012, 17:52
- Forum: Help
- Topic: [Doubt]What does it do?
- Replies: 2
- Views: 1214
[Doubt]What does it do?
Can someone explain me what this code does exactly?
what is apache::dbi?
and this?
Code: Select all
use Apache::DBI;
Apache::DBI->connect_on_init('DBI:mysql:otrs', 'otrs', 'psw');
use DBI ();
and this?
Code: Select all
# enable this if you use mysql
#use DBD::mysql ();
#use Kernel::System::DB::mysql;- 27 Jun 2012, 10:24
- Forum: Help
- Topic: Lost admin permissions
- Replies: 7
- Views: 9765
Re: Lost admin permissions
what does the first code?
is there a way to import more than one group or queue letting OTRS takes care to fix the database?
edit: how is it possible to restart otrs service on ubuntu? I noticed that if I use a query via SQL, otrs doesn't see it immediatly but I have to update something into the ...
is there a way to import more than one group or queue letting OTRS takes care to fix the database?
edit: how is it possible to restart otrs service on ubuntu? I noticed that if I use a query via SQL, otrs doesn't see it immediatly but I have to update something into the ...
- 27 Jun 2012, 04:37
- Forum: Help
- Topic: Lost admin permissions
- Replies: 7
- Views: 9765
Re: Lost admin permissions
this is the sequence of imported file:
otrs-schema.mysql.sql
otrs-initial-insert.mysql.sql
otrs-schema-post.mysql.sql
this is what I add into initial-insert
[size=85]# ----------------------------------------------------------
# insert into table groups ...
otrs-schema.mysql.sql
otrs-initial-insert.mysql.sql
otrs-schema-post.mysql.sql
this is what I add into initial-insert
[size=85]# ----------------------------------------------------------
# insert into table groups ...
- 27 Jun 2012, 03:47
- Forum: Help
- Topic: Lost admin permissions
- Replies: 7
- Views: 9765
Lost admin permissions
After the dropping of otrs´s db and the reinstalling of it(with a softly modification) I lost the admin permissions for root@localhost user. how can I fix it?
- 24 Jun 2012, 00:29
- Forum: Help
- Topic: [HELP]How associate same queue to different groups?
- Replies: 3
- Views: 1659
Re: [HELP]How associate same queue to different groups?
first of all, thank you for the answer. I thought the same solution though I expect a great mess.
off topic:do you really think queues need to be based upon agents and not customers?
off topic:do you really think queues need to be based upon agents and not customers?
- 23 Jun 2012, 17:06
- Forum: Help
- Topic: [HELP]How associate same queue to different groups?
- Replies: 3
- Views: 1659
[HELP]How associate same queue to different groups?
this is my situation:
queue A, queue B, queue C
user1 ---> group1, user2 ---->group2
user1 can use queue A and queue B
user2 can use queue B and queue C
what can I do for the queue B that is in common between two different groups? I really have no idea!
is really not possible to associate two ...
queue A, queue B, queue C
user1 ---> group1, user2 ---->group2
user1 can use queue A and queue B
user2 can use queue B and queue C
what can I do for the queue B that is in common between two different groups? I really have no idea!
is really not possible to associate two ...
- 26 May 2012, 04:03
- Forum: Help
- Topic: Error ¨Not Found¨ into ticket´s data
- Replies: 2
- Views: 1139
Re: Error ¨Not Found¨ into ticket´s data
it seems as otrs cannot find the content of the tickets. 
- 26 May 2012, 03:04
- Forum: Help
- Topic: Queues with the same name
- Replies: 2
- Views: 1181
Re: Queues with the same name
I modified otrs-schema.mysql.sql
I added the field 'id' to create a couple of unique data for the index. can it create problems?
is it better to make index not unique and maintain only the field 'name'?
Code: Select all
UNIQUE INDEX queue_name (id,name) is it better to make index not unique and maintain only the field 'name'?
- 25 May 2012, 23:04
- Forum: Help
- Topic: Queues with the same name
- Replies: 2
- Views: 1181
Queues with the same name
can I modify db to have two or more different queues with the same name? to recognize them, I will use the ID and the comment fields. have I to modify the otrs-schema.mysql.sql file?
- 25 May 2012, 21:38
- Forum: Help
- Topic: Error ¨Not Found¨ into ticket´s data
- Replies: 2
- Views: 1139
Error ¨Not Found¨ into ticket´s data
Why, when I try to see a ticket (as an agent) I cannot see the data into the ticket? I have an error like
Not Found
The requested URL /otrs/index.pl was not found on this server.
this error appears only into the window of the text, so I continue to see all the bottoms of the dashboard. is there a ...
Not Found
The requested URL /otrs/index.pl was not found on this server.
this error appears only into the window of the text, so I continue to see all the bottoms of the dashboard. is there a ...
- 17 May 2012, 22:34
- Forum: Help
- Topic: OTRS 3.1.4 Error ZZZAAuto.pm
- Replies: 3
- Views: 1600
Re: OTRS 3.1.4 Error ZZZAAuto.pm
I confirm. it was a problem of permission. since otrs, during the first login as root, at the first create that file and then try to read into.
- 16 May 2012, 20:36
- Forum: Help
- Topic: OTRS 3.1.4 Error ZZZAAuto.pm
- Replies: 3
- Views: 1600
Re: OTRS 3.1.4 Error ZZZAAuto.pm
in effect in the folder /kernel/config/files/ there isn´t zzzauto and zzzaauto. how can I solve it?
since file ZZZAAuto.pm is created when I click for the first time on the LoginButton, is possible that my system cannot create that file?
in particular, is it possible that there is not enought ...
since file ZZZAAuto.pm is created when I click for the first time on the LoginButton, is possible that my system cannot create that file?
in particular, is it possible that there is not enought ...
- 16 May 2012, 19:34
- Forum: Help
- Topic: OTRS 3.1.4 Error ZZZAAuto.pm
- Replies: 3
- Views: 1600
OTRS 3.1.4 Error ZZZAAuto.pm
Can someone help me? it's the first time that I see that error. I installed otrs without web-installer, so I extracted tar.gz, imported tables and schema for mysql DB but at the first access with root@localhost I had that
Backend ERROR: OTRS-CGI-10 Perl: 5.10.1 OS: linux Time: Wed May 16 19:30:05 ...
Backend ERROR: OTRS-CGI-10 Perl: 5.10.1 OS: linux Time: Wed May 16 19:30:05 ...
- 14 May 2012, 09:31
- Forum: Help
- Topic: Configure path for index.pl/customer.pl
- Replies: 2
- Views: 1432
Re: Configure path for index.pl/customer.pl
ok, i found it.jojo wrote:this is part of the apache config and needs to be changed in Sysconfig also.
is there any documentation about the split of agents and customers?
- 14 May 2012, 04:12
- Forum: Help
- Topic: Configure path for index.pl/customer.pl
- Replies: 2
- Views: 1432
Configure path for index.pl/customer.pl
I cannot find the file in which is specified the path for index.pl customer.pl installer.pl etc etc....
I mean, if i go to 127.0.0.1/otrs/index.pl how the system knows to go into /otrs/bin/cgi-bin?
and why a customer user can log in only from customer.pl and not also from index.pl? is it possible to ...
I mean, if i go to 127.0.0.1/otrs/index.pl how the system knows to go into /otrs/bin/cgi-bin?
and why a customer user can log in only from customer.pl and not also from index.pl? is it possible to ...
- 14 May 2012, 03:47
- Forum: Help
- Topic: [SOLVED]Can I use an existing DB into installation´s phase?
- Replies: 6
- Views: 3216
Re: Can I use an existing DB into installation´s phase?
I used the manually procedures.
now, imagine that I start from the beginning, configure manually the db and don´t use web installer. at last, is root@localhost user set automatically?
now, imagine that I start from the beginning, configure manually the db and don´t use web installer. at last, is root@localhost user set automatically?
- 14 May 2012, 02:47
- Forum: Help
- Topic: [SOLVED]Can I use an existing DB into installation´s phase?
- Replies: 6
- Views: 3216
Re: Can I use an existing DB into installation´s phase?
can someone help me?
if during the web installation I insert the existing db´s name, otrs returns me an error
FALSE :-(---==> Can't create database 'prova'; database exists
so what can I do?
inbefore "But how ..." just make the new tables and then change Config.pm to point to the old data ...
if during the web installation I insert the existing db´s name, otrs returns me an error
FALSE :-(---==> Can't create database 'prova'; database exists
so what can I do?
inbefore "But how ..." just make the new tables and then change Config.pm to point to the old data ...
- 10 May 2012, 16:20
- Forum: Help
- Topic: [SOLVED]Can I use an existing DB into installation´s phase?
- Replies: 6
- Views: 3216
Re: Can I use an existing DB into installation´s phase?
My Db is empty. I want only that OTRS will work on it. I don need to drop any data.
if, during installation, I use the name of my Db what will happen?
if, during installation, I use the name of my Db what will happen?
- 10 May 2012, 13:07
- Forum: Help
- Topic: [SOLVED]how to see a db´s new field into graphic page
- Replies: 2
- Views: 1173
Re: [SOLVED]how to see a db´s new field into graphic page
http://doc.otrs.org/3.1/en/html/custome ... ration-dtl
edit:
I apologize. I fix the right link. the previous wasn't correct
edit:
I apologize. I fix the right link. the previous wasn't correct
- 10 May 2012, 13:06
- Forum: Help
- Topic: [SOLVED]Can I use an existing DB into installation´s phase?
- Replies: 6
- Views: 3216
[SOLVED]Can I use an existing DB into installation´s phase?
as I say into the title, if I have an existing mysql DB, can I specify it(and the admin user) during the installation? or I have to create a new DB?
- 04 May 2012, 13:49
- Forum: Help
- Topic: [SOLVED]how to see a db´s new field into graphic page
- Replies: 2
- Views: 1173
[SOLVED]how to see a db´s new field into graphic page
hi, if I modify a otrs´s table(example customer_user) with a new field (example ¨job¨) how is possible to see that into graphic page(example add_new_client)?
are them linked in any way? if yes, how?
have I to modify graphic page?
are them linked in any way? if yes, how?
have I to modify graphic page?
- 25 Apr 2012, 16:25
- Forum: Help
- Topic: Doubts about database management
- Replies: 5
- Views: 2321
Re: Doubts about database management
unfortunately, I am database admin; this is an universitary project, so I'm doing some tests.
- 25 Apr 2012, 01:40
- Forum: Help
- Topic: Doubts about database management
- Replies: 5
- Views: 2321
Re: Doubts about database management
so, if I want to use an external db? how can I import those data?
- 24 Apr 2012, 22:27
- Forum: Help
- Topic: Doubts about database management
- Replies: 5
- Views: 2321
Doubts about database management
hi, someone can explain me two things about the use of database into otrs?
1- when I install otrs on my pc, in which database´s file are saved the informations about the user ¨root¨?
2- if I create a new user, where is it saved? I need exacly the file.
3- if I want to replace the classic database ...
1- when I install otrs on my pc, in which database´s file are saved the informations about the user ¨root¨?
2- if I create a new user, where is it saved? I need exacly the file.
3- if I want to replace the classic database ...
- 17 Apr 2012, 19:55
- Forum: Help
- Topic: Integration Shibboleth
- Replies: 3
- Views: 1557
Re: Integration Shibboleth
can you tell me why you think it's important first of all to understand mechanism of apache's autentication.
though my ask can results stupid, I've not a clear head about it...
though my ask can results stupid, I've not a clear head about it...
- 16 Apr 2012, 18:28
- Forum: Help
- Topic: Integration Shibboleth
- Replies: 3
- Views: 1557
Integration Shibboleth
Hi, can I have informations about integration of shibboleth with otrs 3.1? I mean, there is a particular guide or something similar? patches, modules...