由于我已将网站从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)
任何想法如何解决这个问题?
我实际上已经尝试了几个论坛设置来解决这些问题,但到目前为止还没有相处。
答案 0 :(得分:2)
后端也使用https?基本上,direct_mail使用与TYPO3 BE相同的协议,除非激活UseHttpToFetch。
请检查以下内容:
答案 1 :(得分:1)
最后但并非最不重要的是,我的大学再一次解决了这个问题:
似乎有一个Core-Bug:
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.
感谢您的帮助! 谢谢Nico的补丁!
答案 2 :(得分:0)
在我的案例中,当我使用HTAccess密码时,Direct Mail报告了此问题。 测试它的最简单方法是删除此密码访问权限一分钟。 :)