WebSite X5Help Center

 
Stichnoth G.
Stichnoth G.
User

E-Mailversand geht nicht in bei Evolution 12  de

Author: Stichnoth G.
Visited 913, Followers 1, Shared 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 ANSWERS
Michael Bolz
Michael Bolz
User

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

Read more
Posted on the from Michael Bolz
Andreas S.
Andreas S.
Moderator
Best User of the month 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!

Read more
Posted on the from Andreas S.
Stichnoth G.
Stichnoth G.
User
Author

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

Read more
Posted on the from Stichnoth G.