WebSite X5Help Center

 
Giovanni L.
Giovanni L.
User

Ho un problema sul form mail.  it

Author: Giovanni L.
Visited 1099, Followers 1, Shared 0  

ho un problema sul form mail. appena clikko sul tasto invio mi esce questo messaggio....dove sbaglio ?

setField('Nome', $_POST['imObjectForm_1_1'], '', false); $form->setField('E-mail', $_POST['imObjectForm_1_2'], '', false); $form->setField('Oggetto del messaggio', $_POST['imObjectForm_1_3'], '', false); $form->setField('Messaggio', $_POST['imObjectForm_1_4'], '', false); if(@$_POST['action'] != 'check_answer') { if(!isset($_POST['imJsCheck']) || $_POST['imJsCheck'] != 'jsactive' || (isset($_POST['imCpt']) && !isset($_POST['imCptHdn'])) || (isset($_POST['imSpProt']) && $_POST['imSpProt'] != "")) die(imPrintJsError()); $form->mailToOwner('***', '***', '', '', false); $form->mailToCustomer('***', $_POST['imObjectForm_1_2'], '', '', false); @header('Location: ../contatti.html'); exit(); } else { echo $form->checkAnswer(@$_POST['id'], @$_POST['answer']) ? 1 : 0; } } // End of file

Posted on the
4 ANSWERS - 1 CORRECT
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

... apparentemente sembra che non hai supporto PHP nel sito; ...contatta il tuo server...

... allega lo STAMP (screenshot) del pannello; www.nomesito.it/admin/login.php

.

ciao

Read more
Posted on the from  ‪ KolAsim ‪ ‪
Giovanni L.
Giovanni L.
User
Author

Grazie ... Allora il server dove è il sito è register.it 

Non sono molto esperto per favore di cosa devo fare lo sreenshot ?

Read more
Posted on the from Giovanni L.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

... devi contattare register e farti integrare il pacchetto PHP pagando la differenza...

... lo screenshot richiesto è quello segnalato, con link relativo al tuo sito, ma adesso non servirebbe, in quanto è sicuro che non hai il PHP...

... non avresti avuto problemi con l'HOST gemellato con il programma...

.

Read more
Posted on the from  ‪ KolAsim ‪ ‪
Giovanni L.
Giovanni L.
User
Author

Grazie

Read more
Posted on the from Giovanni L.