Project

General

Profile

Actions

Bug #88957

closed

ID was not an accessible page - on hidden pages although the 404 error handler is configured in the site config

Added by Denis Mir over 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2019-08-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

On pages that are configured "hidden" in the page properties users get a "Page Not Found Reason: ID was not an accessible page" error except getting the configured 404 error page.

In the site config we have something like:

errorHandling:
  -
    errorCode: '404'
    errorHandler: Page
    errorContentSource: 't3://page?uid=22'

So the error handler is configured correctly. But on hidden pages it is not thrown correctly. For pages that do really not exist the correct error page is shown. (ID 22)

Is it our configuration error or is it a bug?


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #89006: Page unavailable exception is thrown when the root page if fe group protectedClosed2019-08-23

Actions
Related to TYPO3 Core - Bug #86346: Hidden pages sent 403 HeaderClosed2018-09-21

Actions
Actions

Also available in: Atom PDF