Search found 17 matches
- 12 Mar 2016, 14:47
- Forum: Hilfe
- Topic: Kunden können Ihre Tickets nicht aufrufen
- Replies: 1
- Views: 1085
Re: Kunden können Ihre Tickets nicht aufrufen
Wenn ich die Frage richtig interpretiere, lasst ihr die OTRS-Kunden(benutzer)verwaltung zz vollständig aussen vor - weder Kunde noch Kundenbenutzer sind angelegt (Admin/Kunden und Admin/Kundenuser wären leer). Daher wäre die Lösung die normalen Kunden(benutzer)-Funktionen von OTRS zu verwenden. D.h....
- 10 Mar 2016, 16:32
- Forum: Hilfe
- Topic: Modulentwicklung mit zip-Funktion
- Replies: 9
- Views: 3041
Re: Modulentwicklung mit zip-Funktion
probier mal die einzelwerte der data-variable (evtl auch als addString? add sieht mir nach nur für files aus).
$zip->add($Data{Content},Name => $Data{Filename});
$zip->add($Data{Content},Name => $Data{Filename});
- 10 Mar 2016, 15:48
- Forum: Hilfe
- Topic: Modulentwicklung mit zip-Funktion
- Replies: 9
- Views: 3041
Re: Modulentwicklung mit zip-Funktion
hat ->add überhaupt das doc als rückgabewert? die bibliotheks-doku sieht mir nicht danach aus.
aber der konstruktor mit filhandle ($z = new Archive::Zip::SimpleZip $filehandle [, OPTIONS] ; ) lässt mich vermuten, dass du filehandle anschließend übergeben solltest oder auslesen und übergeben.
aber der konstruktor mit filhandle ($z = new Archive::Zip::SimpleZip $filehandle [, OPTIONS] ; ) lässt mich vermuten, dass du filehandle anschließend übergeben solltest oder auslesen und übergeben.
- 27 Feb 2016, 04:36
- Forum: Hilfe
- Topic: OTRS 5 Migration (DB Migrations Probleme)
- Replies: 3
- Views: 1682
Re: OTRS 5 Migration (DB Migrations Probleme)
nimm mal den default value raus. da das sowieso "not null" ist, dürfte der höchstens fehler produzieren. und bei change_time ebenso.
- 23 Feb 2016, 13:26
- Forum: Hilfe
- Topic: Erkennung Externe Ticket Nummer - will nicht ....
- Replies: 5
- Views: 2128
Re: Erkennung Externe Ticket Nummer - will nicht ....
Ich würde mal davon ausgehen, dass NumberRegExp als ganzes eine RegExp ist... ^(Anfang der Zeichenkette) macht daher schonmal in der Mitte eher wenig Sinn. Das hier sollte das gesuchte finden - bleibt aber noch recht unkonkret: E-Mail-Referenznummer: (\[.*\])_(\[.*\]) Hier lassen sich RegExp gut tes...
- 14 Sep 2015, 12:59
- Forum: Hilfe
- Topic: Manchmal keine Benachrichtigung bei FollowUP
- Replies: 2
- Views: 1058
Re: Manchmal keine Benachrichtigung bei FollowUP
zz gibt es einen bug bei unlocked tickets in der kombination mit der einstellung PostmasterFollowUpOnUnlockAgentNotifyOnlyToOwner aktiviert. auch wenn ich das nicht aus deinem sysprotokoll entnehmen kann, wäre das mein erster tipp. http://bugs.otrs.org/show_bug.cgi?id=11431 die lösung ist im bugrepo...
- 01 Sep 2015, 13:06
- Forum: Hilfe
- Topic: Upgrade Test auf OTRS 5 beta 2
- Replies: 4
- Views: 3078
Re: Upgrade Test auf OTRS 5 beta 2
Step 7 of 13: Migrate notifications to event based notifications...ERROR: OTRS-DBUpdate-to-5.pl-10 Perl: 5.18.2 OS: linux Time: Thu Aug 20 16:00:41 2015 Message: Need Message argument 'ContentType' for language 'de'! Traceback (7419): Module: Kernel::System::NotificationEvent::NotificationAdd Line:...
- 31 Aug 2015, 16:42
- Forum: Hilfe
- Topic: Verknüpfte Tickets wieder entverknüpfen
- Replies: 2
- Views: 1621
Re: Verknüpfte Tickets wieder entverknüpfen
In der Ticketansicht (TicketZoom) hast du die Option Verknüpfen. Im PopUp findest du oben die Option "Verknüpfung löschen"
- 31 Aug 2015, 12:52
- Forum: Hilfe
- Topic: CustomerCompany valid_id=000001
- Replies: 0
- Views: 724
CustomerCompany valid_id=000001
mir ist bei einem otrs 4.0.7 folgendes problem begegnet: in CustomerCompany werden die ValidIDs in der form 000001 statt 1 gespeichert. mysql sagt mir dazu folgendes: mysql> describe customer_company; +-------------------------------------+-------------------------------+------+-----+---------+-----...
- 15 Aug 2015, 14:35
- Forum: Hilfe
- Topic: Notizen nachträglich ändern
- Replies: 3
- Views: 2054
Re: Notizen nachträglich ändern
falls löschen und neu erstellen des articles auch eine option sind... wir verwenden articlecopymovedelete für korrekturen.
http://opar.perl-services.de/package/C/ ... MoveDelete
http://opar.perl-services.de/package/C/ ... MoveDelete
- 04 Jul 2015, 13:30
- Forum: Hilfe
- Topic: OTRS 4.0 auf Ubuntu 14.04 Can't connect to MySQL database
- Replies: 11
- Views: 13296
Re: OTRS 4.0 auf Ubuntu 14.04 Can't connect to MySQL database
das ist ja kein otrs, sondern ein mysql problem. checkmodules.pl usw ist entsprechend noch gar nicht relevant hier. zunächst muss ja mal der apache und mysql laufen, um darauf otrs zu starten. evtl hilft das weiter: http://stackoverflow.com/questions/13276088/cant-start-mysql5-5-on-ubuntu-12-04-dpkg...
- 29 Jun 2015, 14:33
- Forum: Hilfe
- Topic: Dashboard-Filter "Tickets in meinem Besitz"
- Replies: 5
- Views: 8486
Re: Dashboard-Filter "Tickets in meinem Besitz"
ich denke mal, was du suchst ist Output/HTML/AgentDashboardTicketGeneric.pm. die filterdefinitionen findest du nach der zeile my %TicketSearchSummary = ( falls du einen neuen filter hinzufügst, müsste - soweit ich mich erinnere - nur noch eine entsprechende sektion in Output/HTML/Standard/AgentDashb...
- 17 Jun 2013, 14:53
- Forum: Developers
- Topic: relogin required for remote-http access
- Replies: 0
- Views: 1119
relogin required for remote-http access
hi, i run into a somewhat strange problem. so i hope i can formulate it properly ;). it seems to be related with http access via vpn or other means of accessing a remote net. i wrote a new linkobject which works as intended. itsmconfigitems are now linked to other configitems, to tickets and to myLi...
- 14 May 2013, 15:41
- Forum: Developers
- Topic: how to add rtf-formatted articlebody
- Replies: 2
- Views: 1576
Re: how to add rtf-formatted articlebody
thanx again
- 14 May 2013, 15:12
- Forum: Developers
- Topic: how to add rtf-formatted articlebody
- Replies: 2
- Views: 1576
how to add rtf-formatted articlebody
hi, im creating an article via $Self->{TicketObject}->ArticleCreate and add a link to the body. using the otrs build in rtfeditor the resulting rtfsource reads: <a href="http://tester" target="_self">tester</a> now i want to add such a formatted string as article body, but it all...
- 03 May 2013, 16:29
- Forum: Developers
- Topic: HTMLForms action parameter in OTRS
- Replies: 2
- Views: 1644
Re: HTMLForms action parameter in OTRS
thanx for the rather fast reply
. it works.

- 03 May 2013, 16:21
- Forum: Developers
- Topic: HTMLForms action parameter in OTRS
- Replies: 2
- Views: 1644
HTMLForms action parameter in OTRS
hi, when im using the html-forms action parameter in otrs to link to a lokal otrs adress, it forwards me to index.pl. in all other contexts the url forwards me correctly to my page. <form action="?Action=AgentChecklistInstall" method="post"> => index.pl <a href="?Action=Agen...