Facing issue with webdemo

+2 votes

I am getting the following error:

Warning: file_get_contents(config.txt): failed to open stream: No such file or directory in C:\Apache24\htdocs\multichain-web-demo-master\functions.php on line 7

Notice: Undefined index: in C:\Apache24\htdocs\multichain-web-demo-master\index.php on line 13

Any help will be appreciated

asked Jul 1, 2019 by sudhanshu_kumar

1 Answer

+1 vote

It sounds like you may not have completed configuring the Web Demo yet. Please see this:

https://github.com/MultiChain/multichain-web-demo#configure-the-web-demo

Alternatively, it may be that your config.txt file is not readable by your web server program, in which case you need to fix that by setting its permissions appropriately.

answered Jul 1, 2019 by MultiChain
...