Cannot re-run setup after install in MODX3. This problem occurred after the big refactor PR has been merged, so my guess would be that it is related to that.

If I dump $install->runner->getResults();these are the results:
array(3) {
[0]=>
array(2) {
["class"]=>
string(7) "success"
["msg"]=>
string(51) "
Config file successfully written.
"
}
[1]=>
array(2) {
["class"]=>
string(7) "success"
["msg"]=>
string(63) "
Config file permissions successfully updated.
"
}
[2]=>
array(2) {
["class"]=>
string(6) "failed"
["msg"]=>
string(21) "
"
}
}
After rerunning the installer I see the message: "Errors were encountered during core installation. Please review the installation results below, correct the problems and proceed as directed."
I expect the setup to finish succesfully.
MODX 3
I fixed it already in https://github.com/modxcms/revolution/pull/14507
Only need to merge
I can reproduce this bug. Thanks
I'm closing this issue since re-running setup is possible thanks to PR #14507 being merged.
Most helpful comment
I fixed it already in https://github.com/modxcms/revolution/pull/14507
Only need to merge