WebSite X5Help Center

 
Paolo C.
Paolo C.
User

La posta non parte e vengono evidenziate quattro riche di linguaggio html  it

Author: Paolo C.
Visited 830, Followers 1, Shared 0  

Ciao a tutti,

ho inserito il modulo di posta e ho riversato il sito. QUando riempio il modulo, invece di partire compare questa pagina:

setField('Cognome e Nome', @$_POST['imObjectForm_11_1'], '', false); $form->setField('Città di residenza', @$_POST['imObjectForm_11_2'], '', false); $form->setField('Indirizzo Mail', @$_POST['imObjectForm_11_3'], '', false); $form->setField('Telefono o Cellulare', @$_POST['imObjectForm_11_4'], '', false); $form->setField('Messaggio', @$_POST['imObjectForm_11_5'], '', false); if(@$_POST['action'] != 'check_answer') { if(!isset($_POST['imJsCheck']) || $_POST['imJsCheck'] != '85D26E711C6471D2C602FF8C617600BD' || (isset($_POST['imSpProt']) && $_POST['imSpProt'] != "")) die(imPrintJsError()); $form->mailToOwner('***', '***', 'Invio Modulo', 'Gentilissimi, Vi invio la richiesta inserita nel modulo. Cordiali saluti ', false); $form->mailToCustomer('***', $_POST['imObjectForm_11_3'], 'Ricevuta del Modulo.', 'Abbiamo ricevuto la sua richiesta e risponderemo al più presto.ù Il Team di Ten Thousand ', false); @header('Location: ../index.html'); exit(); } else { echo $form->checkAnswer(@$_POST['id'], @$_POST['answer']) ? 1 : 0; } } // End of file

Il sito è in costruzione però può essere visualizzato quì www.tenthousand.tech

Ho controllato che la gestione dati fosse corretta.

Grazie per l'aiuto che vorrete darmi.

Cari saluti 

Paolo

Posted on the
7 ANSWERS - 1 CORRECT
Giancarlo B.
Giancarlo B.
User
Best User of the month IT

Ciao Paolo metti il link, potrebbero mancare i requisiti minimi richiesti del PHP

Read more
Posted on the from Giancarlo B.
Claudio D.
Claudio D.
Moderator

non hai il PHP sull'host

richiedilo (sarà a pagamento) ... serve almeno la 7.1 come versione...

la 8 al momento non è ancora supportata...

e buon divertimento su Register cry

Read more
Posted on the from Claudio D.
Giancarlo B.
Giancarlo B.
User
Best User of the month IT

www.tenthousand.tech

aggiorna il PHP versione minima 7.1

Read more
Posted on the from Giancarlo B.
Paolo C.
Paolo C.
User
Author

Grazie a tutti.

Farò la mia battaglia con register. Chi mi ha commissionato il sito mi ha detto che aveva attivato l'hosting Linus.

Cari saluti 

Paolo

Read more
Posted on the from Paolo C.
Claudio D.
Claudio D.
Moderator

si linux/apache va bene...

ma su register il php è un servizio a parte e a pagamento...

.

quando risolto , ricordati di chiudere il post...

Read more
Posted on the from Claudio D.
Giancarlo B.
Giancarlo B.
User
Best User of the month IT

register??? surprised

Read more
Posted on the from Giancarlo B.
Paolo C.
Paolo C.
User
Author

Ok.

Grazie ancora a tutti.

Paolo

Read more
Posted on the from Paolo C.