Project

General

Profile

Actions

Task #87073

closed

Optimize error message of handlePageError()

Added by Peter Kraume over 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Frontend
Start date:
2018-12-04
Due date:
% Done:

100%

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

Description

If fetching of an error page, e.g. the 404 page, fails, there is only a misleading error message:
Error handler could not fetch error page: Possible recursion detected.

This can for example happen, if you have a self signed SSL certificate in your local development environment and your site configuration defines a TYPO3 page as content source like this:

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

When fetching the content of the specified error page fails due to the self signed SSL certificate the above mentioned error message is misleading.

Another question is, if it is fine that error pages won't work in local development environments with self signed certificates.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #86935: Cannot fetch 404 page with simple baseClosed2018-11-15

Actions
Actions

Also available in: Atom PDF