簡體   English   中英

遷移到https://時的Tectite Formmail PHP腳本錯誤

[英]Tectite formmail php script error when migrating to https://

Tectite Formmail遷移到https://時出現錯誤

提交表單后,瀏覽器將轉到:

https://test.harrieboerhof.nl/templates/HB-home/forms/fmbadhandler.php?insession=1&vuyk=790dg132pl9sm33qcla6ho7dn5

並給出帶有此消息的白頁:

"insession specified, but no data found in session "

我收到一封主題為“ FormMail腳本錯誤”的郵件,並顯示以下消息:

mail_failed **********錯誤=發送電子郵件失敗

加上主題為“ FormMail腳本錯誤”的郵件和以下消息:

套接字錯誤0 ::

在瀏覽器中使用https://www.harrieboerhof/templates/HB-home/forms/formmail-aanvraag-tuinontwerpgesprek.php?testalert = 1進行測試時,出現以下消息:

測試消息已發送。 查看你的郵件。

並收到以下郵件:

這是一條測試警報消息,已加載語言為英語(內置)PHP版本為7.0.22-0ubuntu0.16.04.1 FormMail版本為8.24服務器類型:非Windows

DOCUMENT_ROOT:/ var / www / testhtml腳本文件名:/var/www/testhtml/templates/HB-home/forms/formmail-zend-uw-bericht-test.php PATH_TRANSLATED:-未設置-REAL_DOCUMENT_ROOT:/ var / www

SERVER_NAME是本地主機REQUEST_URI是/templates/HB-home/forms/formmail-zend-uw-bericht-test.php?testalert=1

用戶IP地址為81.206.125.28用戶代理為Mozilla / 5.0(Windows NT 6.1; WOW64; rv:55.0)Gecko / 20100101 Firefox / 55.0

表單的html:

 <form action="https://test.harrieboerhof.nl/templates/HB-home/forms/formmail-zend-uw-bericht-test.php" enctype="multipart/form-data" method="post"> <input name="recipients" type="hidden" value="harrie" > <input type="hidden" name="bcc" value="mail@domain.nl" /> <input name="conditions" type="hidden" value="conditions" > <input name="subject" type="hidden" value="Contactformulier van website" > <input name="mail_options" type="hidden" value="HTMLTemplate=https://test.harrieboerhof.nl/templates/HB-home/forms/zend-ons-uw-bericht.htm, NoPlain, FromAddr=noreply@harrieboerhof.nl,TemplateMissing=-, CharSet=utf-8 " > <input name="good_url" type="hidden" value="https://test.harrieboerhof.nl/nl/zend-ons-uw-bericht-bedankt/" > <input name="bad_url" type="hidden" value="https://test.harrieboerhof.nl/templates/HB-home/forms/fmbadhandler.php" > <input name="this_form" type="hidden" value="https://test.harrieboerhof.nl/nl/contact-met-uw-tuinman-hovenier-uit-drenthe/contactformulier/" /> <input name="bad_template" type="hidden" value="https://test.harrieboerhof.nl/nl/onvolledige-contactaanvraag/" /> 

當我使用測試站點的http://版本時,一切正常。 我在Google上搜索了這種情況,但這似乎是第一次出現這種情況,希望有人知道這可能是什么錯誤?

編輯:接受的答案不是完全的答案,請看下面的評論。

我懷疑問題在於PHP會話無法正常運行,而應該與您的https:// test站點一起使用。

“ vuyk”似乎是會話名稱。

那你有

$SESSION_NAME = "vuyk";

在FormMail和FMBadHandler中?

如果是這樣,則可能是https:// test站點的會話配置存在問題。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM