mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[GH-ISSUE #86] PHP 7 support or am I missing something? #47
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#47
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 @petzsch on GitHub (Apr 27, 2016).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/86
I've installed nsedit on a fresh ubuntu 16.04, but for some reason it doesn't seem to work.
The menu on the upper right corner doesn't react (just the logout button). Changing the password works - thats about it.
curl and openssl are enabled.
here is the phpinfo: http://dns.petzsch.eu/test.php
if you want to login: http://dns.petzsch.eu (user/pass: XXXXX) will change that later.
I've added a zone in the mysql db and
curl -H 'X-API-Key: XXXXXX' http://dns.petzsch.eu:8080/api/v1/servers/localhost/zones | jq .
shows the zone. (will change the apikey as well - just for debugging)
@petzsch commented on GitHub (Apr 27, 2016):
Must be some other issue. Just tried installing on PHP 5.5.9 and am seeing the same thing.
http://dns.petzsch.eu/zones.php?action=list shows the zone I created btw. (when logged in)
@petzsch commented on GitHub (Apr 27, 2016):
Found the problem: downling the master.zip from github.com left me without the dependencies.