tuxis-ie / nsedit

DNS Editor working with PowerDNS's new API
GNU General Public License v2.0
196 stars 55 forks source link

PHP 7 support or am I missing something? #86

Closed petzsch closed 8 years ago

petzsch commented 8 years ago

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 8 years ago

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 8 years ago

Found the problem: downling the master.zip from github.com left me without the dependencies.