WebSite X5Help Center

 
Stichnoth G.
Stichnoth G.
User

E-Mailversand geht nicht in bei Evolution 12  de

Autor: Stichnoth G.
Visited 914, Followers 1, Udostępniony 0  

Der E-Mailversand funktioniert nicht bei Win X 5 Evolution 12, es erscheint immer folgende Meldung :

<?php if(substr(basename($_SERVER['PHP_SELF']), 0, 11) == "imEmailForm") { include '../res/x5engine.php'; $form = new ImForm(); $form->setField('eigene E-Mailadresse', $_GET['imObjectForm_1_1'], '', false); $form->setField('Datum', $_GET['imObjectForm_1_2'], '', false); $form->setField('Text', $_GET['imObjectForm_1_3'], '', false); if(@$_GET['action'] != 'check_answer') { if(!isset($_GET['imJsCheck']) || $_GET['imJsCheck'] != 'jsactive' || (isset($_GET['imSpProt']) && $_GET['imSpProt'] != "")) die(imPrintJsError()); $form->mailToOwner($_GET['imObjectForm_1_1'] != "" ? $_GET['imObjectForm_1_1'] : '***', '***', '', '', false); @header('Location: ../index.html'); exit(); } else { echo $form->checkAnswer(@$_GET['id'], @$_GET['answer']) ? 1 : 0; } } // End of file

www.tauschring-kaiserstuhl-tuniberg.de

Was muss man machen ? Danke für Hilfe

GS

Posted on the
3 ODPOWIEDZI
Michael Bolz
Michael Bolz
User

Welche PHP-Version ist denn auf dem Server? Es muss mindestens 5.x sein.

Czytaj więcej
Posted on the from Michael Bolz
Andreas S.
Andreas S.
Moderator
Najlepszy Użytkownik miesiąca DE

Anscheinend läuft überhaupt kein PHP am Server!

Am besten deinen PRovider fragen ob PHP in deinem PAket vorhanden ist und ob es aktiviert ist!

Czytaj więcej
Posted on the from Andreas S.
Stichnoth G.
Stichnoth G.
User
Autor

Vielen Dank für die Antworten werde mal beim Provider nachfragen ob im Paket.

Czytaj więcej
Posted on the from Stichnoth G.