You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The TYPO3 backend lets us enable the maintenance mode via
Settings > Configure Installation-Wide Options > [FE][pageUnavailable_force] = true
If TRUE, every frontend page is shown as "unavailable". If the client matches [SYS][devIPmask], the page is shown as normal. This is useful during temporary site maintenance.
When activating this mode, pxa_lpeh runs in an infinite loop that leads to the following error:
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 528384 bytes) in /var/www/typo3/public/typo3/sysext/core/Classes/TimeTracker/TimeTracker.php on line 188
To Reproduce
Steps to reproduce the behavior:
Open TYPO3 backenc
Click on Management > Settings
Click on "Configure Installation-Wide Options"
Search for "force"
Activate [FE][pageUnavailable_force] = true
Write configuration
Open the frontend
Wait some seconds until the memory runs out and see the error
Expected behavior
Error page is shown
Additional context
TYPO3 v10.4.22
pxa_lpeh v1.1.0
The text was updated successfully, but these errors were encountered:
cweiske
added a commit
to mogic-le/pxa_lpeh
that referenced
this issue
Mar 29, 2022
Describe the bug
The TYPO3 backend lets us enable the maintenance mode via
Settings > Configure Installation-Wide Options >
[FE][pageUnavailable_force] = true
When activating this mode, pxa_lpeh runs in an infinite loop that leads to the following error:
To Reproduce
Steps to reproduce the behavior:
[FE][pageUnavailable_force] = true
Expected behavior
Error page is shown
Additional context
The text was updated successfully, but these errors were encountered: