We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A clear and concise summary of what the bug is, and the fixes you’ve attempted.
Your Environment:
Just installed the module on a fresh WHMCS install and got this error while using the product creator:
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'gid' cannot be null (SQL: insert into tblproducts (type, gid, name, hidden, showdomainoptions, paytype, servertype, configoption1, configoption2) values (server, ?, VULTR 64, 0, 0, recurring, vultr, (MYAPIKEY), 401))
tblproducts
type
gid
name
hidden
showdomainoptions
paytype
servertype
configoption1
configoption2
The text was updated successfully, but these errors were encountered:
Nevermind. I added a Product Group, then created a new product and it worked just fine
Sorry, something went wrong.
ddymko
No branches or pull requests
Describe the bug
A clear and concise summary of what the bug is, and the fixes you’ve attempted.
Your Environment:
Just installed the module on a fresh WHMCS install and got this error while using the product creator:
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'gid' cannot be null (SQL: insert into
tblproducts
(type
,gid
,name
,hidden
,showdomainoptions
,paytype
,servertype
,configoption1
,configoption2
) values (server, ?, VULTR 64, 0, 0, recurring, vultr, (MYAPIKEY), 401))The text was updated successfully, but these errors were encountered: