Search found 250 matches

by MichaelR
16 Aug 2011, 07:12
Forum: Help
Topic: Forcing SLA Selection
Replies: 5
Views: 2589

Re: Forcing SLA Selection

ACLs?
by MichaelR
15 Aug 2011, 06:30
Forum: Developers
Topic: Time Units Validate
Replies: 0
Views: 826

Time Units Validate

G'Day One of our agents found something today, when entering time units, I cannot enter enter '.75' as it is invalid time. Whereas '0.75' is a valid time. The particular string that determines if it is right is: /^-{0,1}\d+?((\.|,){0,1}\d+?){0,1}$/ Can someone have a look at it and see if they can m...
by MichaelR
15 Aug 2011, 05:50
Forum: Help
Topic: 2 Ticket Template Options for Customers
Replies: 5
Views: 3067

Re: 2 Ticket Template Options for Customers

There's a post in the How-To's about customer ticket templates.
by MichaelR
15 Aug 2011, 05:45
Forum: Help
Topic: Hide a specific TicketFreeKey in AgentTicketZoom
Replies: 3
Views: 1195

Re: Hide a specific TicketFreeKey in AgentTicketZoom

Change the DTL, comment out the generic TicketFreeText block, uncomment/add each TicketFreeText1,2,3 etc... block but leaving out the ones you do not want.

Not to hard :)
by MichaelR
11 Aug 2011, 02:49
Forum: Help
Topic: [SOLVED] Compose internal mail
Replies: 16
Views: 7961

Re: [SOLVED] Compose internal mail

grgelisha wrote:
jojo wrote:communication with collegues should be done via note functionality
What if both agents' webmail been integrated with OTRS??
What do you mean, agents webmail being integrated with OTRS?
by MichaelR
10 Aug 2011, 02:02
Forum: Help
Topic: Register own module - how?
Replies: 11
Views: 2753

Re: Register own module - how?

TicketObject::TicketGet() will do that for you :)
by MichaelR
10 Aug 2011, 02:00
Forum: Help
Topic: Bad formed attachment's url
Replies: 3
Views: 1084

Re: Bad formed attachment's url

Well Apache through CGI will pass that variable, but obviously nginx isn't.
by MichaelR
10 Aug 2011, 01:59
Forum: Help
Topic: Automated Unlocking doesnt work for me
Replies: 10
Views: 3952

Re: Automated Unlocking doesnt work for me

Then you still get the issue of owner updates locking the ticket. I think there are a few other cases where the ticket will lock.
by MichaelR
09 Aug 2011, 04:40
Forum: Developers
Topic: Disable form submit on enter keypress
Replies: 6
Views: 3222

Re: Disable form submit on enter keypress

If you are focused in a HTML form and hit the enter key, your browser will attempt to 'submit' the form.

It is a browser related function I think. You might be able to capture the key-press in javascript and do nothing with it....
by MichaelR
09 Aug 2011, 04:36
Forum: General
Topic: Reset ticket age at certain times of the day
Replies: 7
Views: 2282

Re: Reset ticket age at certain times of the day

Unless of course you overwrite the ticket create time at every event ;)

Although that will break everything...
by MichaelR
09 Aug 2011, 04:33
Forum: Help
Topic: OTRS 2.0.4
Replies: 2
Views: 1145

Re: OTRS 2.0.4

I always copy the whole OTRS folder as a backup. Never know what could go wrong ;)
by MichaelR
09 Aug 2011, 04:31
Forum: Help
Topic: Notification Events: Possible to set mail headers?
Replies: 7
Views: 5170

Re: Notification Events: Possible to set mail headers?

I've set custom X-headers when sending emails (High Importance & Read-Receipt). It is possible :)
by MichaelR
08 Aug 2011, 04:29
Forum: Developers
Topic: FYI ArticleTree links are broken
Replies: 1
Views: 1181

FYI ArticleTree links are broken

Created bug report here: http://bugs.otrs.org/show_bug.cgi?id=7560 The ArticleTree links are not passed through the ArticleAttachmentModules, causing all links with special characters etc to break and redirect page to the dashboard. Quick fix is to add/replace code around line 1241 in Kernel/Modules...
by MichaelR
08 Aug 2011, 01:33
Forum: Help
Topic: Software Error: Invalid Version Format
Replies: 6
Views: 2516

Re: Software Error: Invalid Version Format

Back on the invalid version, can you find the module/file that is calling LOG and causing the errors?
by MichaelR
08 Aug 2011, 01:28
Forum: Help
Topic: [Solved] Restricting Ticket Types Available to Customers
Replies: 6
Views: 4638

Re: [Solved] Restricting Ticket Types Available to Customers

That's not going to work, as you are talking about depended fields. ACL's will restrict the selection when the page is being loaded. Not once the page has loaded. You will need to rig up some AJAX for that :)
by MichaelR
08 Aug 2011, 01:19
Forum: General
Topic: Different Look for different organizations
Replies: 1
Views: 961

Re: Different Look for different organizations

It's in the sysconfig.
by MichaelR
08 Aug 2011, 01:19
Forum: General
Topic: Hi everybody
Replies: 1
Views: 927

Re: Hi everybody

Can't tell if spam, or genuine...
by MichaelR
08 Aug 2011, 01:16
Forum: Developers
Topic: Issue with TicketFreeText1 field
Replies: 2
Views: 1217

Re: Issue with TicketFreeText1 field

<label for="ID"> $Text{"ID"}:</label> <div style="display:none">$Data{"TicketFreeKeyField1"}</div> <div class="Field"> $Data{"TicketFreeTextField1"} </div> <div class="Clear"></div> It shouldn't really matter what you do, as long...
by MichaelR
08 Aug 2011, 01:14
Forum: Developers
Topic: Changing AutoComplete Customer Search
Replies: 4
Views: 2373

Re: Changing AutoComplete Customer Search

You just need to modify Valid.pm around to include invalid-temporary as well as valid.
by MichaelR
08 Aug 2011, 01:08
Forum: Developers
Topic: Unlock Tickets with Perl API
Replies: 4
Views: 2132

Re: Unlock Tickets with Perl API

From what I can see you need to call EventHandlerInit and pass in the required variables. I don't think you are passing the appropriate vars.
If you post your code (or the section causing the error) I will be able to help you further.
by MichaelR
02 Aug 2011, 08:33
Forum: Help
Topic: Display Age only in days
Replies: 1
Views: 819

Re: Display Age only in days

Just cut out the hours & minutes?
by MichaelR
02 Aug 2011, 08:33
Forum: Help
Topic: Software Error: Invalid Version Format
Replies: 6
Views: 2516

Re: Software Error: Invalid Version Format

I think it's a random module that doesn't have a version number declared. Hence Log.pm cannot find the parent's Version Number.

My 2c
by MichaelR
02 Aug 2011, 08:28
Forum: Help
Topic: Creating a template and word order
Replies: 11
Views: 3752

Re: Creating a template and word order

Backup those database tables, uninstall the addon, and reimport the data?
by MichaelR
02 Aug 2011, 08:27
Forum: Help
Topic: SessionID invalid! Need user data!
Replies: 3
Views: 1236

Re: SessionID invalid! Need user data!

Yeah... that's not cool.

Can you stop the cron service, and try running a report?

I want to see if it's accidently the cron clearing the session ID's every few seconds.
by MichaelR
02 Aug 2011, 08:26
Forum: Help
Topic: Blackberry will get Multiple new tickets being created?
Replies: 16
Views: 4982

Re: Why I get Multiple new tickets being created?

Might be the cronjob is stuffed? I get that sometimes if I restart the cron quickly.

It's not in the code to duplicate tickets, so the cron must be calling the same function a few times.
by MichaelR
02 Aug 2011, 08:20
Forum: General
Topic: http to https redirect
Replies: 3
Views: 6145

Re: http to https redirect

Does putting it in apache2-httpd.include.conf change anything?
by MichaelR
02 Aug 2011, 08:18
Forum: General
Topic: CI class structure in DB for external reporting
Replies: 2
Views: 1551

Re: CI class structure in DB for external reporting

I don't quite get what you mean. You want to extract CMDB information from OTRS' database for reporting, and you cannot understand the CMDB layout in the database?

Ps. there is a russian section to the otrs forums
by MichaelR
02 Aug 2011, 02:38
Forum: Developers
Topic: Unlock Tickets with Perl API
Replies: 4
Views: 2132

Re: Unlock Tickets with Perl API

Have you created an EventHandler object at the start of the script?
by MichaelR
02 Aug 2011, 02:36
Forum: Help
Topic: SessionID invalid! Need user data!
Replies: 3
Views: 1236

Re: SessionID invalid! Need user data!

How long between requests? Dunno if there is a default timeout or something.
by MichaelR
02 Aug 2011, 02:34
Forum: Help
Topic: invalid version
Replies: 2
Views: 2071

Re: invalid version

Post the start of Kernel/Modules/AgentTicketActionCommon.pm

It looks like the version string is not there....

Do you have something like

Code: Select all

use vars qw($VERSION);
$VERSION = qw($Revision: 1.33.2.4 $) [1];
at the start?
by MichaelR
02 Aug 2011, 02:29
Forum: Help
Topic: Creating a template and word order
Replies: 11
Views: 3752

Re: Creating a template and word order

Well you've lost me, mine works perfectly.

Reinstall time!
by MichaelR
02 Aug 2011, 02:25
Forum: General
Topic: Remote configuration of MySQL
Replies: 11
Views: 3408

Re: Remote configuration of MySQL

hariprasaadh wrote:I want the complete tutorials about mysql.can any one post it..
Sure! They all can be found right here!

http://lmgtfy.com/?q=mysql+tutorials
by MichaelR
02 Aug 2011, 02:23
Forum: General
Topic: Questions about Company Support
Replies: 3
Views: 1208

Re: Questions about Company Support

I am looking for the reliable technology that can provide the implementation and support of network and computers need. I also want some IT support companies those help me to solve my problems, if anyone know then please suggest me.. IT support watford If your company already provides this support ...
by MichaelR
02 Aug 2011, 02:20
Forum: General
Topic: Auto Response "Auto Reply"
Replies: 13
Views: 5227

Re: Auto Response "Auto Reply"

If I copy them all into the Custom directory, then when I upgrade I will still be required to check all new files to see if they are the same version as my modified ones?

But yes, this Custom directory seems like a nice place to store them all.
by MichaelR
01 Aug 2011, 02:31
Forum: Help
Topic: Creating a template and word order
Replies: 11
Views: 3752

Re: Creating a template and word order

That's because you are clicking the create button, not the save button down the bottom?
by MichaelR
01 Aug 2011, 02:28
Forum: General
Topic: Auto Response "Auto Reply"
Replies: 13
Views: 5227

Re: Auto Response "Auto Reply"

crythias wrote:I'd rather suggest creating a PostMaster Filter (external file) as it is modular and won't interfere with upgrades.
Yeah... if only my OTRS was easy to upgrade... Takes me about 1h to migrate all my changes on each upgrade XD
by MichaelR
31 Jul 2011, 13:52
Forum: Help
Topic: Creating a template and word order
Replies: 11
Views: 3752

Re: Creating a template and word order

Thats for choosing an existing template. you don't need to create one. seriously....
by MichaelR
31 Jul 2011, 13:51
Forum: Help
Topic: Getting note unlocks ticket
Replies: 4
Views: 2006

Re: Getting note unlocks ticket

Do you have responsible enabled?
How do you have the requiredlock settings in sysconfig set up for AddNote?

If setup right, you shouldn't be able to add a note to another agents locked ticket.
by MichaelR
31 Jul 2011, 13:45
Forum: General
Topic: Enable Reply in Customer portal
Replies: 3
Views: 1527

Re: Enable Reply in Customer portal

Here I was thinking it was enabled by default?

It will be a setting in sysconfig. Search for customer frontend and you should find something
by MichaelR
31 Jul 2011, 13:43
Forum: General
Topic: Auto Response "Auto Reply"
Replies: 13
Views: 5227

Re: Auto Response "Auto Reply"

You will probably need to change the code in Postmaster/NewTicket.pm to notify everyone.
by MichaelR
29 Jul 2011, 08:04
Forum: Help
Topic: Usable tags in event notification body for ticket type
Replies: 5
Views: 2951

Re: Usable tags in event notification body for ticket type

Excellent how-to, now I'll be including all this awesome stuff in my replies :D
by MichaelR
29 Jul 2011, 08:02
Forum: Help
Topic: Inline images not showing in replys
Replies: 0
Views: 600

Inline images not showing in replys

G'day,

When a customer sends in an email with an in-line picture in their signature, and OTRS provides its automatic response, the image is replaced with something like:

Code: Select all

[cid:image002.png@01CC4E07.12580E00]<http://intranet/>
Any ideas why this is happening?

- Michael
by MichaelR
29 Jul 2011, 05:19
Forum: Help
Topic: Automated Unlocking doesnt work for me
Replies: 10
Views: 3952

Re: Automated Unlocking doesnt work for me

Yeah, I have gone through and systematically removed all references to 'lock' anywhere.
by MichaelR
29 Jul 2011, 05:16
Forum: Help
Topic: OTRS 3.0.9 not auto fetching tickets
Replies: 23
Views: 8555

Re: OTRS 3.0.9 not auto fetching tickets

You should compare the new and old ones to see what changed ;) Pretty sure you should just keep 3.0.9's version This is my *working* version of otrs.Cron4Win32.pl #!/usr/bin/perl -w # -- # bin/otrs.Cron4Win32.pl - a script to generate a full crontab file for OTRS # Copyright (C) 2001-2011 xxx, http:...
by MichaelR
29 Jul 2011, 05:14
Forum: Help
Topic: On Demand problems with Internet explorer 8!
Replies: 3
Views: 1304

Re: On Demand problems with Internet explorer 8!

Swear OTRS bundles all it's CSS files into a few to get around that problem.

On the 'Insecure Content' a part of the webpage is still using HTTP not HTTPS.

If you view the source of the current webpage and search for 'HTTP://" you will find the sections that are not being transmitted securely.
by MichaelR
29 Jul 2011, 05:11
Forum: Help
Topic: Eaten typed characters
Replies: 10
Views: 2849

Re: Eaten typed characters

I only use Chrome and have never experienced the issue here.

But the users who are reporting it are using IE8 ;)

Maybe I will switch over to IE8 *shudders* for a while, see if I can replicate the issue.
by MichaelR
29 Jul 2011, 05:09
Forum: Help
Topic: Auto choose Service and SLA for Customer
Replies: 6
Views: 2454

Re: Auto choose Service and SLA for Customer

You could use an ACL for the web interface to restrict it down to one choice.
And postmaster filter for the email.
by MichaelR
29 Jul 2011, 05:07
Forum: Help
Topic: [SOLVED] Sender address rejected: not owned by user
Replies: 6
Views: 8370

Re: Sender address rejected: not owned by user

There is a 'Multi SMTP/Sendmail' addon created somewhere. Have a search around for it.

Or just create 1 email account "catchall@mydomain.com" and make the others smtp aliases of catchall@mydomain.com
That might work :/
by MichaelR
29 Jul 2011, 05:03
Forum: Help
Topic: Windows File Permission Errors?
Replies: 6
Views: 3120

Re: Windows File Permission Errors?

If you get a Software Error then you have commented the lines out incorrectly. I have commented out lines 41 <-> 59 #if ( -d $Path ) { # File::Path::rmtree( [$Path] ); #} #if ( mkdir( "$Self->{ArticleDataDir}/check_permissions_$$", 022 ) ) { # rmdir("$Self->{ArticleDataDir}/check_perm...