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

PowerDNS Error #420

Closed
galluccib opened this issue Mar 15, 2016 · 4 comments
Closed

PowerDNS Error #420

galluccib opened this issue Mar 15, 2016 · 4 comments

Comments

@galluccib
Copy link

I'm trying to add a record and getting the following error. Not sure if I missed the setup instructions somewhere that outlined setting up phpipam with powerdns.

The error is....

Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'disabled' in 'field list'

@perkooo
Copy link

perkooo commented Mar 15, 2016

Hi,

I had the same problem. You probably added in MySQL (or MariaDB) an older version of PowerDNS so there are some columns that you don't have.
Use the officiel documentation here : to create database.
The column that you don't have : "disabled TINYINT(1) DEFAULT 0," and some others.

@galluccib
Copy link
Author

Worked great.... Thanks!

@phpipam phpipam closed this as completed Mar 30, 2016
@playnet
Copy link

playnet commented Jun 3, 2021

Hi,

I had the same problem. You probably added in MySQL (or MariaDB) an older version of PowerDNS so there are some columns that you don't have.
Use the officiel documentation here : to create database.
The column that you don't have : "disabled TINYINT(1) DEFAULT 0," and some others.

no field in https://doc.powerdns.com/authoritative/backends/generic-mysql.html#default-schema

@playnet
Copy link

playnet commented Jun 3, 2021

maybe add correct .sql to repo. to /var/www/html/db?

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

4 participants