WebSite X5Help Center

 
SOFTMAINT S.R.L.
SOFTMAINT S.R.L.
User

Form mail, linguaggio PHP  it

Autor: SOFTMAINT S.R.L.
Visited 1312, Followers 1, Udostępniony 0  

Buongiorno, Ho riscontrato un problema dopo la pubblicazione dei siti, nella sezione CONTATTI, dopo ave cliccato INVIO esce fuori quet'errore **** "***", "owner_email_to" => "***", "customer_email_from" => "***", "customer_email_to" => "", "owner_message" => "", "customer_message" => "", "owner_subject" => "", "customer_subject" => "", "owner_csv" => False, "customer_csv" => False, "confirmation_page" => "../index.html" ); if(substr(basename($_SERVER['PHP_SELF']), 0, 11) == "imEmailForm") { include "../res/x5engine.php"; $answers = array( ); $form_data = array( array('label' => 'Nome', 'value' => $_POST['imObjectForm_2_1']), array('label' => 'Cognome', 'value' => $_POST['imObjectForm_2_2']), array('label' => 'Ragione Sociale', 'value' => $_POST['imObjectForm_2_3']), array('label' => 'Indirizzo', 'value' => $_POST['imObjectForm_2_4']), array('label' => 'Cap', 'value' => $_POST['imObjectForm_2_5']), array('label' => 'Città ', 'value' => $_POST['imObjectForm_2_6']), array('label' => 'Prov', 'value' => $_POST['imObjectForm_2_7']), array('label' => 'Telefono', 'value' => $_POST['imObjectForm_2_8']), array('label' => 'Cellulare', 'value' => $_POST['imObjectForm_2_9']), array('label' => 'E-mail', 'value' => $_POST['imObjectForm_2_10']), array('label' => 'La tua richista', 'value' => $_POST['imObjectForm_2_11']) ); $files_data = array( ); if(@$_POST['action'] != "check_answer") { if(!isset($_POST['imJsCheck']) || $_POST['imJsCheck'] != "jsactive") die(imPrintJsError()); if(isset($_POST['imSpProt']) && $_POST['imSpProt'] != "") die(imPrintJsError()); $email = new imSendEmail(); $email->sendFormEmail($settings['imEmailForm_4_2'], $form_data, $files_data); @header('Location: ' . $settings['imEmailForm_4_2']['confirmation_page']); } else { if(@$_POST['id'] == "" || @$_POST['answer'] == "" || strtolower(trim($answers[@$_POST['id']])) != strtolower(trim(@$_POST['answer']))) echo "0"; else echo "1"; } } // End of file P.S. Devo necessariamente risolvere il problema Grazie Giovanni Tutino - Softmaint (***)

Posted on the
4 ODPOWIEDZI
Roberto M.
Roberto M.
User

Controlla se nel modulo é attiva la spunta del invia i dati in un file csv allegato. A questo punto eliminala

Czytaj więcej
Posted on the from Roberto M.
SOFTMAINT S.R.L.
SOFTMAINT S.R.L.
User
Autor

Il flag non è attivo.

G.

Czytaj więcej
Posted on the from SOFTMAINT S.R.L.
Roberto M.
Roberto M.
User

MI potresti dare il sito in questione, cosi da leggerne il codice.

Oltre a questo prova a forzare un aggiornamento del sito (Premi e tieni premuto CTRL e clicca Anteprima)

Czytaj więcej
Posted on the from Roberto M.
Incomedia
Riccardo P.
Incomedia

Ciao Softmaint,

controlla che il tuo server supporti il linguaggio PHP, se non lo supporta il form mail non funziona. Prova ad andare alla pagina www.tuosito.com/admin e provare a effettualre l'accesso, se non la visualizzi o se non effettui il login è perchè il server non supporta il PHP.

Czytaj więcej
Posted on the from Riccardo P.