Search found 22 matches
- 15 Apr 2014, 04:30
- Forum: Help
- Topic: [SOLVED] JS script error on IE 10
- Replies: 9
- Views: 12659
Re: [SOLVED] JS script error on IE 10
Thanks, I had the same issue.
- 23 Aug 2013, 04:16
- Forum: General
- Topic: show / hide dynamic fields in ViewNotes by type
- Replies: 2
- Views: 1494
Re: show / hide dynamic fields in ViewNotes by type
This will require you to apply some changes to the dtl files. Remember before doing any changes to the DTL file you should create a theme. what is a theme? see here and do some research. The names of the html label elements that show your dynamic field is most likely something like this : LabelDynam...
- 16 Aug 2013, 06:19
- Forum: General
- Topic: GenericInterface Operation TicketGet/TicketSearch
- Replies: 0
- Views: 799
GenericInterface Operation TicketGet/TicketSearch
Hi all, I could not find an answer for this. I need a webservice that will return ticket information the way Kernel::GenericInterface::Operation::Ticket::TicketGet does. However, I want to get this ticket by searching for it using a dynamic field i have created e.g myDynamicField. I have managed to ...
- 25 Jul 2013, 02:36
- Forum: Help
- Topic: Dashboard setting and updates.
- Replies: 1
- Views: 1519
Re: Dashboard setting and updates.
You can limit who views the customer tab in the dashboard. For example, if you only want the admin agents to view the tab named customers. Make sure that all your admin agents belong to the group named 'admin'. Go to Admin->SysConfig search for 'Dashboard' select the Frontend::Agent::ModuleRegistrat...
- 28 May 2013, 03:29
- Forum: Help
- Topic: iis6 trouble
- Replies: 1
- Views: 1133
Re: iis6 trouble
Ok so I have fixed the problem. The problem went away after fixing my slashes. I had them on the wrong way around I changed in the Kernel/Config.pm file from $Self->{Home} = 'C:\Inetpub\wwwroot\otrs\otrs'; to $Self->{Home} = 'C:/Inetpub/wwwroot/otrs/otrs'; I also changed the mapping from pointing to...
- 27 May 2013, 09:17
- Forum: Help
- Topic: iis6 trouble
- Replies: 1
- Views: 1133
iis6 trouble
Hi all I have been trying to get OTRS working on our staging server which has windows server 2003 and IIS6 on it. So far I have had several bumps in the road but finally got it kind of working: I am able to go to the login page, login, add ticket, chage sysconfig etv. - I am unable to install packag...
- 21 May 2013, 03:44
- Forum: Help
- Topic: AJAX error messages on client (IE8)
- Replies: 6
- Views: 3368
Re: AJAX error messages on client (IE8)
Can you specify which OTRS version you have installed. what server you are running it on(IIS, apache) , OS, Database etc?
also check this post see if it helps - this post
also check this post see if it helps - this post
- 20 May 2013, 01:46
- Forum: Help
- Topic: OTRS + IIS + AJAX = Error During Ajax Communication
- Replies: 11
- Views: 12773
Re: OTRS + IIS + AJAX = Error During Ajax Communication
Have you tried installing/updatign OTRS using the new windows installer. its still in beta but its a great improvement, takes care of the IIS configuration for you and everything. (To fix ajax errors i needed to remove the JSON::XS module as you woul dhave seen in this post)
- 14 May 2013, 03:25
- Forum: Help
- Topic: Error during ajax communication
- Replies: 19
- Views: 23980
Re: Error during ajax communication
I had a similar issue with OTRS 3.2.6 on windows 7 with MSSQL and running on IIS.
As Mike_B said removing the JSON::XS fixed the problem for me.
Thanks
Joe
As Mike_B said removing the JSON::XS fixed the problem for me.
Thanks
Joe
- 09 May 2013, 07:35
- Forum: Developers
- Topic: How to change the field type in OTRS?
- Replies: 3
- Views: 1989
Re: How to change the field type in OTRS?
Can you please explain in more detail what you are trying to do? Why do u need SLAs to be a label? by label do u mean a text field? You can add dynamic fields by following these instructions Note however that dynamic fields will not be related to the service and SLAs that you configure in OTRS Cheer...
- 26 Apr 2013, 06:19
- Forum: General
- Topic: Dynamic Field
- Replies: 2
- Views: 1991
Re: Dynamic Field
Not sure what this could be, but here are some things you can check. Make sure that the spelling is exactly the same for the dynamic field key on the zoom page as it is for Dynamic field itself. these strings are case sensitive: even a slight difference in capital or small letter will cause it to no...
- 23 Apr 2013, 08:53
- Forum: Help
- Topic: system crashes - Scalars leaked
- Replies: 6
- Views: 4564
Re: system crashes - Scalars leaked
Thanks for the tip. I have installed it using the new installer I like that now it uses IIS without having the troupble of configuring it myself. Good work guys. One issue i am having with it is that I cannot get the new skin to be applied. I have done this several times with no issue but this time ...
- 19 Apr 2013, 02:49
- Forum: Help
- Topic: system crashes - Scalars leaked
- Replies: 6
- Views: 4564
system crashes - Scalars leaked
Hi All, I have installed the latest otrs 3.2.5 on windows 7 pro SP1. I installed using the windows installer and am using MSSQL instead of mySQL. with packages: Survey FAQ and iphone handler. The crash does not seem to happen after any specific event... The apache error.log reads, Scalars leaked: 1 ...
- 26 Feb 2013, 02:23
- Forum: General
- Topic: OTRS with MS only
- Replies: 6
- Views: 2102
Re: OTRS with MS only
Have you set up the DSN to be 32 bit?rayman wrote:mh i cannt get the dsn to work. Got the error massage no initial inserts found
what happens when you run 'bin\otrs.CheckDB.pl' ?
- 25 Feb 2013, 05:44
- Forum: Help
- Topic: Generic Interface - TicketGet.AuthFail
- Replies: 2
- Views: 3847
Re: Generic Interface - TicketGet.AuthFail
I had a similar problem when using the "SOAP::User" & "SOAP::Password" which you can set from SysConfig Settings in "Framework -> Core::SOAP" However when I used a regular agents username and password, ie one you may use to logging to the OTRS system and their passw...
- 12 Feb 2013, 07:50
- Forum: General
- Topic: otrs.checkmodules.pl trouble
- Replies: 1
- Views: 1354
Re: otrs.checkmodules.pl trouble
ok so turns out i was missing some modules:
Win32::Console::ANSI and Path::Class
I installed them using ppm (perl package manager)
Win32::Console::ANSI and Path::Class
I installed them using ppm (perl package manager)
- 12 Feb 2013, 07:08
- Forum: General
- Topic: otrs.checkmodules.pl trouble
- Replies: 1
- Views: 1354
otrs.checkmodules.pl trouble
Hi all, I am having some trouble with running the checkmodules script and get the following error C:\OTRS\OTRS\bin>perl otrs.CheckModules.pl Can't locate Win32/Console/ANSI.pm in @INC (@INC contains: C:/OTRS/OTRS/Custom C :/OTRS/OTRS/Kernel/cpan-lib C:/OTRS/OTRS C:/OTRS/StrawberryPerl/perl/site/lib ...
- 12 Feb 2013, 05:05
- Forum: Developers
- Topic: How to change the field type in OTRS?
- Replies: 3
- Views: 1989
Re: How to change the field type in OTRS?
One way without tinkering with the dtl files is to create a dynamic field with what ever type you want. supported types are : checkbox, date, datetime, dropdown, multiselect, text or textarea. However you will need to add this dynamic field to any view/module you want to see it in. e.g Frontend::Age...
- 29 Jan 2013, 07:12
- Forum: Developers
- Topic: Link between Customer User and Customer Company
- Replies: 2
- Views: 1373
Re: Link between Customer User and Customer Company
see if this helps
viewtopic.php?f=53&t=18726
Think of CustomerID as CompanyID. and once you have the CustomerID u can access any of the companies information.
Is that what you are trying to do?
Joe
viewtopic.php?f=53&t=18726
Think of CustomerID as CompanyID. and once you have the CustomerID u can access any of the companies information.
Is that what you are trying to do?
Joe
- 16 Jan 2013, 06:33
- Forum: Developers
- Topic: Hide Field in Ticket (Output Filter)
- Replies: 5
- Views: 5401
Re: Hide Field in Ticket (Output Filter)
Thanks a lot. I will start playing around with it.
Cheers,
Joe
Cheers,
Joe
- 11 Jan 2013, 03:11
- Forum: General
- Topic: Adding dynamic fields to new customer
- Replies: 5
- Views: 3526
Adding dynamic fields to new customer
Hi all, I have been trying to find out a way to add a dynamic field to the add new customer page (after doing so i would also like to add it to edit customer and customer info) I would like to add a field which saves the user/customer to an organisation or company that they belong to. Any help would...
- 11 Jan 2013, 01:46
- Forum: Developers
- Topic: Hide Field in Ticket (Output Filter)
- Replies: 5
- Views: 5401
Re: Hide Field in Ticket (Output Filter)
Hi,
I have also been trying to figure out how to do this for a new phone ticket.
Is it possible to remove/reorder the fields in the ticket?
Have u found out how to do this.
I am very new to OTRS and perl.
Thanks
Joe
I have also been trying to figure out how to do this for a new phone ticket.
Is it possible to remove/reorder the fields in the ticket?
Have u found out how to do this.
I am very new to OTRS and perl.
Thanks
Joe