
Hallo zusammen, ist es möglich beim OTRS System 3.0.9 PHP zu aktivieren bzw. Php - Dateien auszuführen? Ich bitte um schnelle Rückmeldung. Mit freundlichen Grüßen Sebastian Hansen ________________________________ OTRS Daten OTRS 3.0.9 OTRS ITSM 3.0.4 Windows Server 2003 32 Bit ________________________________ ikado GmbH Auf der Hüls 198 D-52068 Aachen Tel +49 (0) 241 - 18294-17 Fax +49 (0) 241 - 18294-40 Mail: shansen@ikado.demailto:shansen@ikado.de Web: www.ikado.dehttp://www.ikado.de/ Gerichtsstand Aachen, HR B 4207 Geschäftsführer: Michael Lingen ________________________________ This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden

Hallo,
klar kann man das. Das hat ja mit OTRS selber nichts zu tun, das läuft in PERL.
Besten Gruß
Am 15. August 2011 11:03 schrieb Sebastian Hansen
Hallo zusammen,
ist es möglich beim OTRS System 3.0.9 PHP zu aktivieren bzw. Php – Dateien auszuführen?
Ich bitte um schnelle Rückmeldung.
Mit freundlichen Grüßen
Sebastian Hansen
________________________________
OTRS Daten
OTRS 3.0.9
OTRS ITSM 3.0.4
Windows Server 2003 32 Bit
________________________________
ikado GmbH Auf der Hüls 198 D-52068 Aachen Tel +49 (0) 241 - 18294-17 Fax +49 (0) 241 - 18294-40 Mail: shansen@ikado.de Web: www.ikado.de
Gerichtsstand Aachen, HR B 4207 Geschäftsführer: Michael Lingen
________________________________
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden
--------------------------------------------------------------------- OTRS mailing list: otrs-de - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs-de To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de
-- ------------------------------------------------------ Mit freundlichen Grüßen Johannes Nickel

Und wie sieht das ganze aus?
Ich habe Php 5.3.6 installiert, die entsprechenden Einträge in httpd.conf von Apache eingetragen.
Bei der php.ini habe ich folgende Einträge angepasst:
; The directory under which PHP opens the script using /~username used only
; if nonempty.
; http://php.net/user-dir
user_dir = "C:/Programme/OTRS/Apache/htdocs"
; Directory in which the loadable extensions (modules) reside.
; http://php.net/extension-dir
; extension_dir = "./"
; On windows:
extension_dir = "c:/php/ext"
Doch sobald ich den Apache dann wieder starten möchte, startet er nicht mehr. Muss ich etwas bestimmtes beachten?
Die httpd.conf ist im Anhang;)
Mit freundlichen Grüßen
Sebastian Hansen
ikado GmbH
Auf der Hüls 198
D-52068 Aachen
Tel +49 (0) 241 - 18294-17
Fax +49 (0) 241 - 18294-40
Mail: shansen@ikado.de
Web: www.ikado.de
Gerichtsstand Aachen, HR B 4207
Geschäftsführer: Michael Lingen
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail.
Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden
-----Ursprüngliche Nachricht-----
Von: otrs-de-bounces@otrs.org [mailto:otrs-de-bounces@otrs.org] Im Auftrag von Johannes Nickel
Gesendet: Montag, 15. August 2011 11:56
An: User questions and discussions about OTRS.org in German
Betreff: Re: [otrs-de] Php bei OTRS
Hallo,
klar kann man das. Das hat ja mit OTRS selber nichts zu tun, das läuft in PERL.
Besten Gruß
Am 15. August 2011 11:03 schrieb Sebastian Hansen
Hallo zusammen,
ist es möglich beim OTRS System 3.0.9 PHP zu aktivieren bzw. Php - Dateien auszuführen?
Ich bitte um schnelle Rückmeldung.
Mit freundlichen Grüßen
Sebastian Hansen
________________________________
OTRS Daten
OTRS 3.0.9
OTRS ITSM 3.0.4
Windows Server 2003 32 Bit
________________________________
ikado GmbH Auf der Hüls 198 D-52068 Aachen Tel +49 (0) 241 - 18294-17 Fax +49 (0) 241 - 18294-40 Mail: shansen@ikado.de Web: www.ikado.de
Gerichtsstand Aachen, HR B 4207 Geschäftsführer: Michael Lingen
________________________________
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden
--------------------------------------------------------------------- OTRS mailing list: otrs-de - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs-de To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de
-- ------------------------------------------------------ Mit freundlichen Grüßen Johannes Nickel --------------------------------------------------------------------- OTRS mailing list: otrs-de - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs-de To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de

Hi,
da brauchen wir mal das Log des Apachen.
Wenn er nicht startet muss er ja etwas zu meckern haben.
Ich kenn mich bei den Windows Installationen leider nicht so aus,
aber mit dem Log sollten wir weiter kommen
Kopier Error Log dann einfach hier rein.
Gruß
Am 15. August 2011 12:31 schrieb Sebastian Hansen
Und wie sieht das ganze aus? Ich habe Php 5.3.6 installiert, die entsprechenden Einträge in httpd.conf von Apache eingetragen. Bei der php.ini habe ich folgende Einträge angepasst:
; The directory under which PHP opens the script using /~username used only ; if nonempty. ; http://php.net/user-dir user_dir = "C:/Programme/OTRS/Apache/htdocs"
; Directory in which the loadable extensions (modules) reside. ; http://php.net/extension-dir ; extension_dir = "./" ; On windows: extension_dir = "c:/php/ext"
Doch sobald ich den Apache dann wieder starten möchte, startet er nicht mehr. Muss ich etwas bestimmtes beachten? Die httpd.conf ist im Anhang;)
Mit freundlichen Grüßen Sebastian Hansen
ikado GmbH Auf der Hüls 198 D-52068 Aachen Tel +49 (0) 241 - 18294-17 Fax +49 (0) 241 - 18294-40 Mail: shansen@ikado.de Web: www.ikado.de
Gerichtsstand Aachen, HR B 4207 Geschäftsführer: Michael Lingen
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden
-----Ursprüngliche Nachricht----- Von: otrs-de-bounces@otrs.org [mailto:otrs-de-bounces@otrs.org] Im Auftrag von Johannes Nickel Gesendet: Montag, 15. August 2011 11:56 An: User questions and discussions about OTRS.org in German Betreff: Re: [otrs-de] Php bei OTRS
Hallo,
klar kann man das. Das hat ja mit OTRS selber nichts zu tun, das läuft in PERL.
Besten Gruß
Am 15. August 2011 11:03 schrieb Sebastian Hansen
: Hallo zusammen,
ist es möglich beim OTRS System 3.0.9 PHP zu aktivieren bzw. Php - Dateien auszuführen?
Ich bitte um schnelle Rückmeldung.
Mit freundlichen Grüßen
Sebastian Hansen
________________________________
OTRS Daten
OTRS 3.0.9
OTRS ITSM 3.0.4
Windows Server 2003 32 Bit
________________________________
ikado GmbH Auf der Hüls 198 D-52068 Aachen Tel +49 (0) 241 - 18294-17 Fax +49 (0) 241 - 18294-40 Mail: shansen@ikado.de Web: www.ikado.de
Gerichtsstand Aachen, HR B 4207 Geschäftsführer: Michael Lingen
________________________________
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden
--------------------------------------------------------------------- OTRS mailing list: otrs-de - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs-de To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de
-- ------------------------------------------------------ Mit freundlichen Grüßen
Johannes Nickel --------------------------------------------------------------------- OTRS mailing list: otrs-de - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs-de To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de --------------------------------------------------------------------- OTRS mailing list: otrs-de - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs-de To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de
-- ------------------------------------------------------ Mit freundlichen Grüßen Johannes Nickel

Mit den Inhalt der Log Datei wird die Mail zu groß und musst erstmal freigegeben werden.
Kann ich die Logdatei eventuell schnell an eine andere E-Mail schicken?
Mit freundlichen Grüßen,
Sebastian Hansen
OTRS 3.0.9
OTRS ITSM 3.0.4
Windows Server 2003
Mail: shansen@ikado.de
-----Ursprüngliche Nachricht-----
Von: otrs-de-bounces@otrs.org [mailto:otrs-de-bounces@otrs.org] Im Auftrag von Johannes Nickel
Gesendet: Montag, 15. August 2011 12:36
An: User questions and discussions about OTRS.org in German
Betreff: Re: [otrs-de] Php bei OTRS
Hi,
da brauchen wir mal das Log des Apachen.
Wenn er nicht startet muss er ja etwas zu meckern haben.
Ich kenn mich bei den Windows Installationen leider nicht so aus, aber mit dem Log sollten wir weiter kommen
Kopier Error Log dann einfach hier rein.
Gruß
Am 15. August 2011 12:31 schrieb Sebastian Hansen
Und wie sieht das ganze aus? Ich habe Php 5.3.6 installiert, die entsprechenden Einträge in httpd.conf von Apache eingetragen. Bei der php.ini habe ich folgende Einträge angepasst:
; The directory under which PHP opens the script using /~username used only ; if nonempty. ; http://php.net/user-dir user_dir = "C:/Programme/OTRS/Apache/htdocs"
; Directory in which the loadable extensions (modules) reside. ; http://php.net/extension-dir ; extension_dir = "./" ; On windows: extension_dir = "c:/php/ext"
Doch sobald ich den Apache dann wieder starten möchte, startet er nicht mehr. Muss ich etwas bestimmtes beachten? Die httpd.conf ist im Anhang;)
Mit freundlichen Grüßen Sebastian Hansen
ikado GmbH Auf der Hüls 198 D-52068 Aachen Tel +49 (0) 241 - 18294-17 Fax +49 (0) 241 - 18294-40 Mail: shansen@ikado.de Web: www.ikado.de
Gerichtsstand Aachen, HR B 4207 Geschäftsführer: Michael Lingen
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden
-----Ursprüngliche Nachricht----- Von: otrs-de-bounces@otrs.org [mailto:otrs-de-bounces@otrs.org] Im Auftrag von Johannes Nickel Gesendet: Montag, 15. August 2011 11:56 An: User questions and discussions about OTRS.org in German Betreff: Re: [otrs-de] Php bei OTRS
Hallo,
klar kann man das. Das hat ja mit OTRS selber nichts zu tun, das läuft in PERL.
Besten Gruß
Am 15. August 2011 11:03 schrieb Sebastian Hansen
: Hallo zusammen,
ist es möglich beim OTRS System 3.0.9 PHP zu aktivieren bzw. Php - Dateien auszuführen?
Ich bitte um schnelle Rückmeldung.
Mit freundlichen Grüßen
Sebastian Hansen
________________________________
OTRS Daten
OTRS 3.0.9
OTRS ITSM 3.0.4
Windows Server 2003 32 Bit
________________________________
ikado GmbH Auf der Hüls 198 D-52068 Aachen Tel +49 (0) 241 - 18294-17 Fax +49 (0) 241 - 18294-40 Mail: shansen@ikado.de Web: www.ikado.de
Gerichtsstand Aachen, HR B 4207 Geschäftsführer: Michael Lingen
________________________________
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden
--------------------------------------------------------------------- OTRS mailing list: otrs-de - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs-de To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de
-- ------------------------------------------------------ Mit freundlichen Grüßen
Johannes Nickel --------------------------------------------------------------------- OTRS mailing list: otrs-de - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs-de To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de --------------------------------------------------------------------- OTRS mailing list: otrs-de - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs-de To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de
-- ------------------------------------------------------ Mit freundlichen Grüßen Johannes Nickel --------------------------------------------------------------------- OTRS mailing list: otrs-de - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs-de To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de

Sebastian Hansen wrote:
Mit den Inhalt der Log Datei wird die Mail zu groß und musst erstmal freigegeben werden. Kann ich die Logdatei eventuell schnell an eine andere E-Mail schicken?
Poste das Logfile doch auf http://pastebin.de/ - sofern es keine schuetzenswerten Informationen enthaelt - und schicke den Link an die Liste. frank

http://pastebin.de/18267 Dort findet ihr die log Datei. Hoffentlich die richtige^^. Ansonsten wo findet man die genau? Mit freundlichen Grüßen, Sebastian Hansen OTRS 3.0.9 OTRS ITSM 3.0.4 Windows Server 2003 Mail: shansen@ikado.de -----Ursprüngliche Nachricht----- Von: otrs-de-bounces@otrs.org [mailto:otrs-de-bounces@otrs.org] Im Auftrag von Frank Thommen Gesendet: Montag, 15. August 2011 13:10 An: User questions and discussions about OTRS.org in German Betreff: Re: [otrs-de] Php bei OTRS Sebastian Hansen wrote:
Mit den Inhalt der Log Datei wird die Mail zu groß und musst erstmal freigegeben werden. Kann ich die Logdatei eventuell schnell an eine andere E-Mail schicken?
Poste das Logfile doch auf http://pastebin.de/ - sofern es keine schuetzenswerten Informationen enthaelt - und schicke den Link an die Liste. frank --------------------------------------------------------------------- OTRS mailing list: otrs-de - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs-de To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de

Hat sich erledigt. Hatte die falsche PHP Version verwendet. Nicht die für Windows :( Hab nun das Zip Archiv für Windows geladen und entpackt. Auch die php.ini angepasst und die httpd.conf so gelassen wie bisher. ´Jetzt kann der Apache wieder starten. Otrs und PHP läuft nun. Ich danke euch trotzdem ;) Mit freundlichen Grüßen, Sebastian Hansen OTRS 3.0.9 OTRS ITSM 3.0.4 Windows Server 2003 Mail: shansen@ikado.de -----Ursprüngliche Nachricht----- Von: otrs-de-bounces@otrs.org [mailto:otrs-de-bounces@otrs.org] Im Auftrag von Sebastian Hansen Gesendet: Montag, 15. August 2011 13:17 An: 'User questions and discussions about OTRS.org in German' Betreff: Re: [otrs-de] Php bei OTRS http://pastebin.de/18267 Dort findet ihr die log Datei. Hoffentlich die richtige^^. Ansonsten wo findet man die genau? Mit freundlichen Grüßen, Sebastian Hansen OTRS 3.0.9 OTRS ITSM 3.0.4 Windows Server 2003 Mail: shansen@ikado.de -----Ursprüngliche Nachricht----- Von: otrs-de-bounces@otrs.org [mailto:otrs-de-bounces@otrs.org] Im Auftrag von Frank Thommen Gesendet: Montag, 15. August 2011 13:10 An: User questions and discussions about OTRS.org in German Betreff: Re: [otrs-de] Php bei OTRS Sebastian Hansen wrote:
Mit den Inhalt der Log Datei wird die Mail zu groß und musst erstmal freigegeben werden. Kann ich die Logdatei eventuell schnell an eine andere E-Mail schicken?
Poste das Logfile doch auf http://pastebin.de/ - sofern es keine schuetzenswerten Informationen enthaelt - und schicke den Link an die Liste. frank --------------------------------------------------------------------- OTRS mailing list: otrs-de - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs-de To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de --------------------------------------------------------------------- OTRS mailing list: otrs-de - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs-de To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de
participants (3)
-
Frank Thommen
-
Johannes Nickel
-
Sebastian Hansen