Multichain Demo - Click on Default hyper link doesn't navigate to the node detail page

+1 vote

Hi ,

I am trying to implement multichain-web-demo. My PHP configurations are working fine.

when i am clicking "Default" , it doesn't navigate to the corresponding node details (i.e. node address and other details).

My webserver and node server are in same system (Windows).

I have followed all the steps which you mentioned in README.TXT except 

cat ~/.multichain/chain1/multichain.conf
grep rpc-port ~/.multichain/chain1/params.dat
How should i execute above lines in Windows.
Thanks in advance.
 
asked Jun 12, 2017 by anonymous

1 Answer

0 votes

The Windows equivalent of the first line is simply to view the contents of the multichain.conf file in your blockchain directory (by default on Windows, the %APPDATA%\MultiChain\chain1\ directory).

And the Windows equivalent of the second line is to look at the line in the params.dat file in your blockchain directory which contains the phrase rpc-port.

answered Jun 13, 2017 by MultiChain
Thanks for your quick reply..I have done all steps which mentioned in GitHub Multichain Webdemo.

When i am clicking on "Default" hyperlink (mentioned in "index.php") is not navigating to next page which should show node details. But it's not happening in my case and no error in console.

I have executed sample programs which is having navigation link in PHP. and it seems to be fine .Hence PHP configurations are correct.

Can you please tell me in which case it's not showing the details.

Thanks in advance.
You can check your web server's error log to see if anything is reported. A common problem we've heard of in the past is people not having the curl module installed for PHP.
Ya you are correct and i have made the changes.Now it's opening...
Thank you so much...
...