You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When activating the OpenProvider domain addon, I got a 500 error and the addon failed to activate. When trying to activate again I get:
SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'op_correctioninvoices' (SQL: alter table tbldomainsaddop_correctioninvoices double(10, 4) not null)
Can the activation routine gracefully handle situations where it partially activated? I'm just trying to see what the original error was that caused it to fail during activation.
The text was updated successfully, but these errors were encountered:
Hi @willdashwood, thanks for bringing this to our attention. An exception has been added for this case, and has been included in the commits on October 1
When activating the OpenProvider domain addon, I got a 500 error and the addon failed to activate. When trying to activate again I get:
SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'op_correctioninvoices' (SQL: alter table
tbldomainsadd
op_correctioninvoicesdouble(10, 4) not null)
Can the activation routine gracefully handle situations where it partially activated? I'm just trying to see what the original error was that caused it to fail during activation.
The text was updated successfully, but these errors were encountered: