I am trying to connect to a Bitcoindark linux server, which is port forwarded, running, all ips allowed, I checked if the port was open on a site, and everything, but still I can't connect. Actually, it doesnt give an error on the connect line, and when I change the information on the connect line to wrong information, nothing changes. The error is given on the getinfo() line.
This is the error I get
Fatal error: Uncaught exception 'Exception' with message 'Incorrect response id (request id: 1, response id: )' in /home/crypsizy/public_html/jsonRPCClient.php:152 Stack trace: #0 /home/crypsizy/public_html/bitcoind.php(4): jsonRPCClient->__call('getinfo', Array) #1 /home/crypsizy/public_html/bitcoind.php(4): jsonRPCClient->getinfo() #2 {main} thrown in /home/crypsizy/public_html/jsonRPCClient.php on line 152
I can't tell if it connects or not, because it doesn't give an error if the connection line is wrong, and it doesnt show any error information.
Please help