jethrocarr / namedmanager

AGPL web-based DNS management interface in PHP
349 stars 126 forks source link

Unknown failure whilst attempting to authenticate with the API #59

Closed hylitjob closed 7 years ago

hylitjob commented 7 years ago

/usr/local/php/bin/php /usr/local/download/namedmanager/bind/namedmanager_bind_configwriter.php Error: Unknown failure whilst attempting to authenticate with the API - Internal Server Error

hylitjob commented 7 years ago

I solved this problem. The client bind php env installed the soap module. So it can send SoapClient message to namedmanager server.

But the namedmanager server php env doesn't install the soap module.

see here, http://blog.csdn.net/terry_water/article/details/46691805.