2015-02-03 11 views
0

웹 사이트 을 http에서 https 대신으로 변경 했으므로 TYPO3에서 뉴스 레터를 더 이상 생성 할 수 없습니다.다이렉트 메일 : FEHLER 다이 HTML Inhalten können nicht aichgelesen werden

나는 뉴스 레터를 보내려면 다음과 같은 확장을 사용하고 있습니다 : 변합니다 http://typo3.org/extensions/repository/view/direct_mail

오류 메시지 다음을 :

- 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) 

: 나는 다음과 같은 설정을 확인했습니다

FEHLER 
Die HTML Inhalten können nicht ausgelesen werden. 

어떤 아이디어가 그 문제를 해결하는 방법?

저는 실제로 여러 가지 포럼 설정을 시도하여 문제를 해결했지만 지금까지 해결하지 못했습니다.

+0

.htaccess 암호 디렉토리 보호가 활성화되어 있지 않아서 분명히 문제가 발생하지 않을 수 있습니다. –

+1

아이디어 : 일부 루트 인증서가 없기 때문에 인증서 확인에 실패했습니다. 명령 줄에서 컬을 사용하여 페이지를 가져 오십시오. 어쩌면 그렇게 재현 할 수 있습니다. – Jost

답변

2

또한 https를 사용하는 백엔드입니까? 기본적으로 direct_mail은 UseHttpToFetch가 활성화 된 경우를 제외하고는 TYPO3 BE와 동일한 프로토콜을 사용합니다.

다음 확인하십시오 :

  • wget을을 사용하여 수동으로 페이지를 가져 오지 직접 확장 설정에서 서버 (SSH 서버)
  • 검사에서 "UseHttpToFetch"이 설정되어 곱슬 곱슬합니다.
1

마지막으로 적어도 내 대학이 다시 한 번이 문제가 해결되지 : 당신의 도움들에 대한

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님께 고마워요!

+0

예, 문제는 종종 개발 또는 테스트 중에 자체 서명 된 인증서를 사용하여 발생합니다. 다음은 버그 보고서입니다. https://forge.typo3.org/issues/75908 –