Project

General

Profile

Actions

Bug #88437

closed

Adminpanel: setting "simulateDate" to a timestamp value lower than 60 crashes the frontend

Added by Christian Eßl almost 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Category:
AdminPanel
Start date:
2019-05-25
Due date:
% Done:

100%

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

Description

Imagine this TSConfig:

admPanel {
enable.preview = 1
override.preview = 0
override.preview.simulateDate= 10
}

Setting simulateDate to a value lower than 60 seconds crashes the frontend with an unhandled runtime exception:

accessTimeStamp needs to be set to an integer value, but is empty! Maybe $GLOBALS['SIM_ACCESS_TIME'] has been overridden somewhere?

because of the following line in PreviewModule::initializeFrontendPreview():

$GLOBALS['SIM_ACCESS_TIME'] = $simTime - $simTime % 60;
Actions #1

Updated by Gerrit Code Review almost 5 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60821

Actions #2

Updated by Gerrit Code Review almost 5 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60821

Actions #3

Updated by Christian Eßl almost 5 years ago

  • Subject changed from adminpanel: setting "simulateDate" to a timestamp value lower than 60 crashes the frontend to Adminpanel: setting "simulateDate" to a timestamp value lower than 60 crashes the frontend
  • Assignee set to Christian Eßl
Actions #4

Updated by Gerrit Code Review almost 5 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60821

Actions #5

Updated by Christian Eßl almost 5 years ago

  • Target version set to Candidate for patchlevel
Actions #6

Updated by Gerrit Code Review almost 5 years ago

Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60851

Actions #7

Updated by Christian Eßl almost 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Benni Mack over 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF