Re: [otrs] CustomerCompany/CustomerGroup/CustomerID

2015-11-04 Thread Rob Shears
To update based on questions: 'log' = open. So when I say 'log a ticket', I mean 'open a ticket'. 'reported' means to run reports. So, say I want to know how many tickets for company example.com were opened, handled in a specific manner, were within SLA's example, I need an easy way to group

[otrs] Error while creating auto reply

2015-11-04 Thread Placide Lysias NJAMI
De : Placide Lysias NJAMI [mailto:p.nj...@gelgh.com] Envoyé : mercredi 4 novembre 2015 12:23 À : 'otrs@otrs.org' Objet : Error while creating auto reply Hi All, My “Auto Responses” is empty. When we try to create / add info and content in the body, we have this error message: Unk

Re: [otrs] CustomerCompany/CustomerGroup/CustomerID

2015-11-04 Thread Gerald Young
> create a new customer_user if the return address doesn’t yet exist, This will require programming. It's not a feature for practically anywhere that simply sending an email to a site creates an account. It's easy to spoof a sender address, plus do you really know that all the spam email should als

Re: [otrs] Error while creating auto reply

2015-11-04 Thread Carlos García
Hello Placide, ‘charset’ column was deleted for OTRS 5, ‘utf8’ should be de only one on the system. This field is deleted on 'scripts/DBUpdate-to-5.pl’, check that you have latest version for your OTRS system files. Greetings, Carlos García > On Nov 4, 2015, at 6:25 AM, Placide Lysias NJAM

Re: [otrs] Upgrading from 3.0.x

2015-11-04 Thread Rob Mitchell
Gerald - you were correct. After restoring the old database again, I altered the tables from MyISAM to InnoDB. Once that was done the database upgrade SQL script, the perl script, and the database post-upgrade all ran properly with no unexpected errors. After I upgraded the installed packages th

Re: [otrs] Upgrading from 3.0.x

2015-11-04 Thread Gerald Young
Make sure your var/cron isn't full of files only ending in .dist. Check the docs. On Nov 4, 2015 7:13 PM, "Rob Mitchell" wrote: > Gerald - you were correct. > > After restoring the old database again, I altered the tables from MyISAM > to InnoDB. Once that was done the database upgrade SQL scrip