Skip to content
Snippets Groups Projects
Commit 8053b234 authored by Christian Kuhn's avatar Christian Kuhn Committed by Andreas Wolf
Browse files

[BUGFIX] Recreate PackageStates in install tool if missing

v8 has a fallback if PackageStates.php vanished on a running instance
and the install tool is called, a default PackageStates file is
generated that comes with a minimal set of active packages that
allow login to the backend and activating further packages again.

This broke in v9 with the install tool refactoring and is fixed
with the patch: The install tool detects after successful login
if PackageStates.php misses and creates a new one. Note this
operation is not yet messaged to the user. This could be added
later if a true recovery procedure is added to the install tool.
For now, the sole purpose of the patch is to resurrect an instance.

Resolves: #85634
Releases: master
Change-Id: I0e72a9e8b4f828892838921d722c61520179af1d
Reviewed-on: https://review.typo3.org/57690


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarAndreas Wolf <andreas.wolf@typo3.org>
Tested-by: default avatarAndreas Wolf <andreas.wolf@typo3.org>
parent 063c9f32
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment