WebSite X5Help Center

 
Stichnoth G.
Stichnoth G.
User

E-Mailversand geht nicht in bei Evolution 12  de

Autore: Stichnoth G.
Visite 915, Followers 1, Condiviso 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

Postato il
3 RISPOSTE
Michael Bolz
Michael Bolz
User

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

Leggi di più
Postato il da Michael Bolz
Andreas S.
Andreas S.
Moderator
Utente del mese 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!

Leggi di più
Postato il da Andreas S.
Stichnoth G.
Stichnoth G.
User
Autore

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

Leggi di più
Postato il da Stichnoth G.