mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[GH-ISSUE #103] "An error occured while communicating to the server." on new install #60
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#60
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 @mikepop on GitHub (Aug 17, 2016).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/103
Hi, I got that error after install nsedit. I've checked api works, 8081 is working, pdns.users.sqlite3 exists and it's writeble and cannot find any useful info on any log. Is there any way to debug it? Thanks.
Regards
@tuxis-ie commented on GitHub (Aug 17, 2016):
Which versions of nsedit and powerdns?
@mikepop commented on GitHub (Aug 17, 2016):
4.0.1 and I guess 1.0 I've just git clone https://github.com/tuxis-ie/nsedit.git like 6 or 7 hours ago.
@tuxis-ie commented on GitHub (Aug 17, 2016):
Nothing in your Apache error log?
@mikepop commented on GitHub (Aug 17, 2016):
Nginx, nothing in error log.

@tuxis-ie commented on GitHub (Aug 17, 2016):
Nginx? So php-fpm? Error logging fromphp-from is silent? Do you have Curl installed and enabled?
@mikepop commented on GitHub (Aug 17, 2016):
Yes, nothing also in php-fpm error log, curl-7.29.0-25.el7.centos.x86_64 is installed.
@mikepop commented on GitHub (Aug 18, 2016):
[root@ns1 test]# php -v
PHP 5.4.16 (cli) (built: Aug 11 2016 21:24:59)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
[root@ns1 test]# php -m
[PHP Modules]
bcmath
bz2
calendar
Core
ctype
curl
date
dom
ereg
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
json
libxml
mbstring
mcrypt
mhash
mysql
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
readline
Reflection
session
shmop
SimpleXML
sockets
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
tidy
tokenizer
wddx
xml
xmlreader
xmlwriter
xsl
zip
zlib
@mikepop commented on GitHub (Aug 18, 2016):
It was indeed some php issue, I've upgraded to php 7 and it´s working now.