Web demo not connecting to API

+2 votes
Hi, I have deployed the web demo on a Debian platform and can see the menu. ( see http://www.peoplestandup.com/menuwebdemo.jpg ). I guess the reason I do not see any asset shown below is that the web demo does not connect to API. I have used an Alias in Apache to the multichain web demo directory, which is not the same as the multichain explorer directory, but I would not have thought this to be an issue? I am using Multichain Explorer at the same time and this works just fine.
asked Oct 19, 2017 by Xavier

2 Answers

0 votes
Please check your web server's error log to see what could be the problem. The most likely thing is that you do not have the PHP curl extension installed.
answered Oct 19, 2017 by MultiChain
0 votes

Make sure that PHP 5.0+ and PHP curl is installed. I had the same issue and I had to do this to fix the exact same issue

 

apt-get install php-curl

See this 

answered Oct 19, 2017 by Neeraj
...