Open
Description
Bug report
Summary
When I run setup advanced i get multiple errors like this shown in the installation summary:
Error updating table for class MODX\Revolution\modDashboard
Array
(
[0] => 42S21
[1] => 1060
[2] => Duplicate column name 'customizable'
)
Step to reproduce
Not sure how to exactly reproduce it. Happened with the github based revo installation for 3.x
Observed behaviour
Also there are errors shown in the summary, it seems those errors did not prevent a successful installation. You can then click the "Next" button and continue. You do not know, if the shown errors now are a problem or not.
Expected behavior
- there should not be errors like this in general
- if the error is more a warning, we should output that as a warning, not as an error
- if the error does not affect the installation, we may consider not even to show it, as it will only unsettle people
- if the error affects the installation, then the upgrade imho should have stopped immediately, rolled back and not shown as being successful