Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'op_correctioninvoices' (SQL: alter table tbldomains add op_correctioninvoices double(10, 4) not null) #13

Closed
willdashwood opened this issue Sep 20, 2018 · 2 comments

Comments

@willdashwood
Copy link

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.

@wmetge
Copy link
Contributor

wmetge commented Oct 3, 2018

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

@wmetge wmetge closed this as completed Oct 3, 2018
@exhumept
Copy link

exhumept commented Oct 3, 2018

Hi,

I still got the same error using the new files(1st October) when trying activate the addon

Addon Module Activated
SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'op_correctioninvoices' (SQL: alter table tbldomains add op_correctioninvoices double(10, 4) not null)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants