Search found 32 matches
- 14 Jun 2013, 17:04
- Forum: Help
- Topic: OTRS stopped sending BCC mail
- Replies: 0
- Views: 690
OTRS stopped sending BCC mail
When sending outbound emails, users often BCC their own internal email address to retain a copy of the sent mail for future use as a template or review. This worked without any issues since we started using OTRS, but just recently it seems to have stopped working. OTRS has stopped sending any BCC ma...
- 05 Feb 2013, 00:00
- Forum: Help
- Topic: Prevent Signature Edit in Responses
- Replies: 0
- Views: 564
Prevent Signature Edit in Responses
We are looking to add a company signature to our OTRS signature, but for business purposes not allow it to be edited. We are able to add our HTML-based signature without any problems. Our primary concern is agents being able to edit the signature. When composing a new email ticket, the signature is ...
- 08 Nov 2012, 15:29
- Forum: Help
- Topic: Upgrade to 3.1.11, OTRS Scheduler Error
- Replies: 1
- Views: 1042
Re: Upgrade to 3.1.11, OTRS Scheduler Error
We did the upgrade in our production environment and everything went smoothly. No OTRS Scheduler errors or any other errors for that matter. We're not really sure what may have caused the issue since the test and production environments aren't dramatically different, but it's hard to complain when t...
- 05 Nov 2012, 22:48
- Forum: Help
- Topic: Upgrade to 3.1.11, OTRS Scheduler Error
- Replies: 1
- Views: 1042
Upgrade to 3.1.11, OTRS Scheduler Error
We installed the upgrade to 3.1.11, coming from 3.1.10, in our test environment. Things were going smoothly until restarting the OTRS service. During the startup, it hit a snag at the OTRS Scheduler Service. [root@user init.d]# service otrs start Starting OTRS.. Checking httpd ... done. Checking dat...
- 01 Nov 2012, 21:40
- Forum: Help
- Topic: [Solved] HTMLUtils.pm Update - Internal Service Errors
- Replies: 9
- Views: 5186
Re: [Solved] HTMLUtils.pm Update - Internal Service Errors
Was that aspect part of the security update? It looked like general code cleanup as opposed to a vulnerability. The release notes stated the security patch was regarding stripping javascripts which looks like it was taken care of by the new "NoSVG => 1" entries that weren't in the prior re...
- 30 Oct 2012, 21:56
- Forum: Help
- Topic: [Solved] HTMLUtils.pm Update - Internal Service Errors
- Replies: 9
- Views: 5186
Re: HTMLUtils.pm Update - Internal Service Errors
That fixed it!
An alternative approach is to replace the new DocumentCleanup with the old DocumentStyleCleanup in HTMLUtils.pm.
Thank you!
An alternative approach is to replace the new DocumentCleanup with the old DocumentStyleCleanup in HTMLUtils.pm.
Thank you!
- 25 Oct 2012, 19:29
- Forum: Help
- Topic: [Solved] HTMLUtils.pm Update - Internal Service Errors
- Replies: 9
- Views: 5186
Re: HTMLUtils.pm Update - Internal Service Errors
Thanks Crythias, I'll give that a shot.
- 25 Oct 2012, 14:55
- Forum: Help
- Topic: [Solved] HTMLUtils.pm Update - Internal Service Errors
- Replies: 9
- Views: 5186
Re: HTMLUtils.pm Update - Internal Service Errors
Here is the log report: [Wed Oct 24 08:16:29 2012] -e: Apache2::Reload: Can't locate /opt/otrs//Kernel/System/HTMLUtils.pm [Wed Oct 24 08:19:58 2012] [error] Can't locate object method "DocumentStyleCleanup" via package "Kernel::System::HTMLUtils" at /opt/otrs//Kernel/Output/HTML...
- 24 Oct 2012, 15:11
- Forum: Help
- Topic: [Solved] HTMLUtils.pm Update - Internal Service Errors
- Replies: 9
- Views: 5186
[Solved] HTMLUtils.pm Update - Internal Service Errors
We are not ready to do a full patch to 3.1.11, but we applied the recent security update to HTMLUtils.pm, Rev 1.44. Upon applying this updated file, all of our tickets receive an Internal Service Error in the body of the email. We are able to see the body of the ticket via the Large preview windows,...
- 15 Aug 2012, 17:02
- Forum: General
- Topic: Custom framework updates
- Replies: 1
- Views: 963
Re: Custom framework updates
It looks like this may have been a caching issue with our web browser; the framework updates present in the Custom directories are now appearing in the live environment.
- 14 Aug 2012, 23:07
- Forum: General
- Topic: Custom framework updates
- Replies: 1
- Views: 963
Custom framework updates
Version 3.1.7 We are altering Output and Modules framework files for our new install of 3.1.7 and are trying to use the Custom folder to prevent future difficulties during minor patches. However, the updated configurations found in the Custom folder files are not being reflected in the live environm...
- 30 Jul 2012, 16:36
- Forum: Help
- Topic: Sysconfig Update Permission Denied
- Replies: 3
- Views: 1676
Re: Sysconfig Update Permission Denied
That was it, thank you both!
- 27 Jul 2012, 22:52
- Forum: Help
- Topic: Sysconfig Update Permission Denied
- Replies: 3
- Views: 1676
Sysconfig Update Permission Denied
Just recently updated OTRS from 3.0.10 to 3.1.7. Most things are running smoothly but whenever I try to make a change via SysConfig I receive these errors: Can't write '/opt/otrs/var/tmp/CacheFileStorable/CacheInternalState/426cdda7dcc61afbec0e19365d194028': Permission denied Can't write '/opt/otrs/...
- 27 Jul 2012, 17:47
- Forum: General
- Topic: Keep custom Output and Modules files after updates
- Replies: 2
- Views: 1207
Re: Keep custom Output and Modules files after updates
Well I feel silly; I'm not sure how I overlooked that. Thank you for the prompt response!
- 27 Jul 2012, 16:15
- Forum: General
- Topic: Keep custom Output and Modules files after updates
- Replies: 2
- Views: 1207
Keep custom Output and Modules files after updates
We have several files that we have customized: ./otrs/Kernel/Output/HTML/TicketOverviewSmall.pm ./otrs/Kernel/Output/HTML/Standard/AgentTicketEmail.dtl ./otrs/Kernel/Output/HTML/Standard/AgentTicketOverviewSmall.dtl ./otrs/Kernel/Output/HTML/LayoutTicket.pm ./otrs/Kernel/Modules/AgentDashboard.pm ./...
- 23 Mar 2012, 17:42
- Forum: Help
- Topic: Moving Custom Agent Logo
- Replies: 5
- Views: 3299
Re: Moving Custom Agent Logo
I don't know how we overlooked that CSL, but there it is! Thank you so much!
- 23 Mar 2012, 14:19
- Forum: Help
- Topic: Moving Custom Agent Logo
- Replies: 5
- Views: 3299
Re: Moving Custom Agent Logo
As it turns out, that was where the code is located in v3.11 which we were running in our Dev environment. In the live environment we're still on 3.10 and that bit of code is nowhere to be found. We're still getting settled into OTRS and so do not want to run the upgrade to 3.11 on live just yet. In...
- 08 Mar 2012, 15:50
- Forum: Help
- Topic: Moving Custom Agent Logo
- Replies: 5
- Views: 3299
Re: Moving Custom Agent Logo
That looks like what I'm looking for, thank you!
- 07 Mar 2012, 16:19
- Forum: Help
- Topic: Moving Custom Agent Logo
- Replies: 5
- Views: 3299
Moving Custom Agent Logo
We use OTRS exclusively in the Agent console and have created a custom logo to replace the default OTRS logo on the right side of the header (skins/Agent/default/img/logo_bg.png). The problem is that our logo is longer than the default one, and so gets cut off about midway through. How can we go abo...
- 22 Dec 2011, 19:01
- Forum: Help
- Topic: Troubles with IE9
- Replies: 9
- Views: 4954
Re: Troubles with IE9
Why apologize? You've been a great help! Now to dig around in the code of that plugin and see what we find. 

- 21 Dec 2011, 20:46
- Forum: Help
- Topic: Troubles with IE9
- Replies: 9
- Views: 4954
Re: Troubles with IE9
I ran Fiddler when using OTRS in both IE9 and Firefox. The debugger showed the same information on both when doing the same actions and no error flags are presented.
- 21 Dec 2011, 18:26
- Forum: Help
- Topic: Troubles with IE9
- Replies: 9
- Views: 4954
Re: Troubles with IE9
We aren't running a popup blocker and the overlay popup does show up like it should; it just gives that error message instead of showing email content.
Good idea on Fiddler! I'll give that a go and see what's happening.
Good idea on Fiddler! I'll give that a go and see what's happening.
- 19 Dec 2011, 20:30
- Forum: Help
- Topic: Troubles with IE9
- Replies: 9
- Views: 4954
Re: Troubles with IE9
Thank you for the reply!
Unfortunately, setting IE9 to run in compatibility mode does not fix these issues for us. The page will still load properly and create/send new email tickets, it just experiences the above issues as well.
Unfortunately, setting IE9 to run in compatibility mode does not fix these issues for us. The page will still load properly and create/send new email tickets, it just experiences the above issues as well.
- 15 Dec 2011, 15:25
- Forum: Help
- Topic: Troubles with IE9
- Replies: 9
- Views: 4954
Re: Spell Check Broken in IE9
We have discovered further issues when using IE9. When typing and pressing the Enter key to do line breaks, the cursor will move down a single line no matter how many times you hit Enter. The system will continue to create line breaks that you can manually move the cursor through, but it will not mo...
- 08 Dec 2011, 21:15
- Forum: Help
- Topic: Troubles with IE9
- Replies: 9
- Views: 4954
Troubles with IE9
We are deploying Internet Explorer 9 to our agents but ran into a little snag. The Spell Check function is not working when creating a new email ticket or when responding to a submitted ticket. When we click the button to open Spell Check, it opens the secondary window like it should but rather than...
- 28 Nov 2011, 18:28
- Forum: Help
- Topic: Attachment Column in Small Preview
- Replies: 0
- Views: 731
Attachment Column in Small Preview
Hello! I am trying to add a column to the Small ticket overview page that shows if an attachment has been added to the ticket, much like Outlook's column that displays a paperclip icon if there is an attachment. I have added other columns such as a Created Date column to the preview page so that asp...
- 15 Nov 2011, 23:42
- Forum: Help
- Topic: Empty queues and/or visible queues
- Replies: 5
- Views: 5458
Re: Empty queues and/or visible queues
I am also looking for a way to accomplish this. Upon reviewing the source code of a live OTRS environment, this appears to be controlled by the following: <div class="WidgetSimple QueueOverview"> <div class="Content"> <ul class="QueueOverviewList"> And then from there i...
- 15 Nov 2011, 22:45
- Forum: Help
- Topic: Redirect to Queue View after Prioritize
- Replies: 4
- Views: 2492
Re: Redirect to Queue View after Prioritize
Thanks Crythias! I was trying to avoid changing that line so that the remaining actions would still go into the ticket, but it really isn't necessary now that I look at it. Lock still locks the ticket, you just don't get directed into it. Users can open the ticket first and then Lock it. History is ...
- 15 Nov 2011, 03:50
- Forum: Help
- Topic: Redirect to Queue View after Prioritize
- Replies: 4
- Views: 2492
Re: Redirect to Queue View after Prioritize
No luck on this yet. I tried entering the following code below the Set Priority code found within AgentTicketActionCommon.pm if ( $NewPriorityID =! /^Not/i ) { return $Self->{LayoutObject}->PopupClose( URL => ( $Self->{LastScreenOverview} || 'Action=AgentDashboard' Each time I try the code I get an ...
- 15 Nov 2011, 00:16
- Forum: General
- Topic: Template for New Tickets
- Replies: 4
- Views: 2093
Re: Template for New Tickets
That's very helpful as far as getting singular templates into the New email options, but ideally we would have full access to our pre-written response templates in new emails too. I will be working on trying to merge the code, but from what I've looked at so far it won't be happy about it.
- 12 Nov 2011, 03:21
- Forum: General
- Topic: Template for New Tickets
- Replies: 4
- Views: 2093
Re: Template for New Tickets
The templates you have already created are technically "Responses". By definition, a new email is not a response so the list you made is not directly available. I have been looking into how to do the same thing, though. While most of our outgoing emails requiring a template are in direct r...
- 10 Nov 2011, 23:36
- Forum: Help
- Topic: Redirect to Queue View after Prioritize
- Replies: 4
- Views: 2492
Redirect to Queue View after Prioritize
As part of our incoming email ticket procedure, and individual prioritizes each ticket within the queue in order of importance and then another agent will later take and process the ticket. Current functionality dictates that if you use the prioritize action from the queue view, it then takes you in...