[BUGFIX] Harden database select step
Currently this step does not do precautions, when the selected database does not exist. Additionally the step silently skips when the chosen database already has tables. Although the UI currently does not allow to select a non empty database, there are situations imaginable, where the database is empty during generation of the input form but is filled directly after that, or a database was empty but then got deleted, which previously ended up with a fatal error. This change now takes care of both cases and outputs a nice error message accordingly. Resolves: #75964 Releases: 7.6, master Change-Id: Ibc7083aa120f420d6201e512f3f41699f55c5f7f Reviewed-on: https://review.typo3.org/47950 Reviewed-by:Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
Please register or sign in to comment