mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-27 00:25:50 +03:00
[GH-ISSUE #162] nsedit get api error after pdns upgrade 4.1 #105
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @p2107 on GitHub (Dec 6, 2017).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/162
nsedit does not work after upgrade from pdns 4.0 to 4.1 I get API error 404 not found when edit or create zone/record. Is there some fix?
@margau commented on GitHub (Mar 2, 2018):
Hallo,
same problem here.
@tuxis-ie
Is there any kind of debug output so i may can look into the issue?
Best regards
margau
@lvo12 commented on GitHub (Mar 27, 2018):
Same problem here.
@skfigved commented on GitHub (Mar 27, 2018):
Same here as well
@tuxis-ie commented on GitHub (Mar 28, 2018):
https://github.com/tuxis-ie/nsedit/blob/master/includes/class/ApiHandler.php#L71 is where the magic happens. So you can debug some stuff there.
Calling zones.php directly (use inspector in your browser to see which calls are made) might give some useful output then.
@paulgiordanozethcon commented on GitHub (Mar 28, 2018):
Try this:
@skfigved commented on GitHub (Apr 12, 2018):
Did anyone get it working?
@tuxis-ie commented on GitHub (Apr 12, 2018):
On Thu, 2018-04-12 at 07:20 +0000, skf82 wrote:
Didn't Pauls suggestion help you?
--
Kerio Operator in de Cloud? https://www.kerioindecloud.nl/
Mark Schouten | Tuxis Internet Engineering
KvK: 61527076 | http://www.tuxis.nl/
T: 0318 200208 | info@tuxis.nl
@lvo12 commented on GitHub (Apr 12, 2018):
Could someone post how to patch these files? I tried this: patch foo.c < patch.diff
But that fails on line 23 for the ApiHandler.php file.
It runs fine on the PdnsApi.php file.
@skfigved commented on GitHub (Apr 18, 2018):
I fixed this issue by redownloading from master and reusing the config.inc.php