2017-12-28 3 views
0

에 액세스 할 때 자신의 내선에서 비활성화 cHash는 오류가 발생합니다 오류 :TYPO3 내가 cHash를 비활성화 할 수 있습니다 link.action에 noCacheHash = "1"을 추가하면 기록

Uncaught TYPO3 Exception 
#1509296606: Failed to fetch error page "domain/index.php?id=72", reason: Client error: `GET domain/index.php?id=72` resulted in a `401 Unauthorized` response: <script>window.location.href='domain/access-denied/';</script><noscript>Error 401 - Access Deni (truncated...) 

20 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("domain/index.php?id=72", "HTTP/1.0 404 Not Found", "Request parameters could not be validated (&cHash empty)") 

cHash를 비활성화 할 때 어떻게 올바르게 액세스 할 수 있습니까?

+0

: plugin.tx_yourextension.features.requireCHashArgumentForActionArguments = 0 그러나이 안정적이고 안전합니까? –

답변

0

이것은 noCacheHash 매개 변수가 원인이 아닙니다. 나는 pageID (43)에 대한 특별한 권한을 설정했다고 생각합니다. 따라서이 페이지는이 레코드에 대한 액세스 권한이 아닙니다.

그래서 먼저이 페이지 액세스 권한을 확인하십시오.

typoscript에 추가되어 작동 무엇
관련 문제