Giter Club home page Giter Club logo

Comments (6)

jethrocarr avatar jethrocarr commented on July 2, 2024

Sounds like incorrect configuration and it's hitting the wrong URL for the API.

from namedmanager.

gregnetau avatar gregnetau commented on July 2, 2024

Hi,

I did a TCPdump on the request and found this:

.xI....KHTTP/1.1 200 OK
Server: nginx
Date: Sun, 29 Jan 2017 04:05:15 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Keep-Alive: timeout=5
Vary: Accept-Encoding

49e


Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0



Warning: session_start(): Cannot send session cookie - headers already sent in /var/www/localhost/htdocs/named-manager/include/config.php on line 54



Warning: session_start(): Cannot send session cache limiter - headers already sent in /var/www/localhost/htdocs/named-manager/include/config.php on line 54

Line 50-55 of config.php is the following:

if (isset($_SERVER['SERVER_NAME']))
{
// proper session variables
session_name("namedmanager");
session_start();
}
else
{
// trick to make logging and error system work correctly for scripts.
$GLOBALS["_SESSION"] = array();
$_SESSION["mode"] = "cli";
}

from namedmanager.

gregnetau avatar gregnetau commented on July 2, 2024

Ok the first hint was fixing the PHP.ini. Now resolved

from namedmanager.

hylitjob avatar hylitjob commented on July 2, 2024

[root@localhost lib]# /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

from namedmanager.

hylitjob avatar hylitjob commented on July 2, 2024

I got this issue too, how to solve it, Thanks!

from namedmanager.

svalavuo avatar svalavuo commented on July 2, 2024

php -q /usr/share/namedmanager/bind/namedmanager_bind_configwriter.php
"Error: Unknown failure whilst attempting to authenticate with the API - Internal Server Error" for me too.
How to fix this?
Server has php 5.4.16 (namedmanager)
Client1 has php 5.3.3
Client2 has php 5.6.23-1

This has been working nicely, but now it doesn't.
Last synced on 14-08-2017 09:29:02

I can curl the first connection wsdl and it's working.

from namedmanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.