Direct Mail: FEHLER Die HTML Inhalten können nicht ausgelesen werden



由于我已将网站从http更改为使用https,因此无法再在TYPO3中生成时事通讯。

我正在使用以下扩展程序发送时事通讯:http://typo3.org/extensions/repository/view/direct_mail

出现以下错误消息

FEHLER
Die HTML Inhalten können nicht ausgelesen werden.

我检查了以下设置:

 - Error Logs (php and apache), nothing in there
 - php settings (allow_url_fopen http://php.net/manual/en/filesystem.configuration.php), setup the way it should
 - checked the www's blogs but didn't find a working solution
 - the changes for ssl: domain record changed in typo3
 - htaccess forward from http to https
 - tried to send an external link (didn't work either)
 - checked for the boundries
 - checked for the right domain-settings
 - deprecation log didn't contain anything either
 - switched errors on (no alert or message concerning this issue)
 - typo3 configuration (curl is still on)

知道如何解决这个问题吗?

我实际上已经尝试了几种论坛设置来解决问题,但到目前为止并没有相处融洽。

后端是否也使用https?基本上,direct_mail使用与TYPO3 BE相同的协议,除非UseHttpToFetch被激活。

请检查以下内容:

  • 使用 wget 或 curl 直接从服务器手动获取页面(SSH 到服务器)
  • 如果设置了"UseHttpToFetch",请检查扩展配置。

最后但并非最不重要的一点是,我的大学再次解决了这个问题:

似乎有一个核心错误:

2328: // PATCH
2329: // CURRENT FILE: typo3/sysext/core/Classes/Utility/GeneralUtility.php
2330: // CONCERNING: typo3_src-6.1.5
2331: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);

The message now is: Seite ist erfolgreich ausgelesen.

谢谢你们的帮助!感谢尼科的补丁!

在我的情况下,当我使用 HTAccess 密码时,Direct Mail 报告了此问题。测试它的最简单方法是删除此密码访问一分钟。:)

最新更新