-
Notifications
You must be signed in to change notification settings - Fork 55
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
Search returns 500 API error #119
Comments
Version? Php-error logs? pdns Error logs? A bit more information is useful. My primary reaction to such an issue is 'Ok, thanks for the information' and then just close the bug. |
I had the same problem after updating to PowerDNS 4. In my case it was that some zones actually contained bad data which threw an 500 API error when i searched for those zones. I was able to fix the issue by identifying the bad zones and deleting the records manually in mysql |
I had a similar problem after importing a zone from bind - there were duplicate records in the zone which needed thinning out. It was a powerdns problem, not nsedit. |
Ok. So mainly, the errorhandling needs to be better. |
I guess it might be related to this? |
@skf82 No. This issue is about search, not about importing. But thank you for pointing out that issue, it is something we are using. :) |
I just did a bulk import to pdns mysql via zone2sql and got the same problem when searching for a specific term in nsedit ui. The httpd instance that run nsedit had nothing in its error logs.
So, problem in this case was that I had a TXT record which was surrounded by extra quotes (probably had never worked at the place where the zones originates from).
So again, not an nsedit problem it self, but it's having a hard time interpreting syntax errors in zones :) |
Yes, we have to find out if we get these messages from PDNS. I don't know yet. |
I've created issue #128 for these issues. |
hi,
If I try the search I ever got an 500 API error.
The text was updated successfully, but these errors were encountered: