Web demo Undefined index: in C:\xampp\htdocs\multichain-web-demo-master\index.php on line 14

+2 votes

Hi,

I have the web demo set up with the config file correct but I am getting a

 

Undefined index: in C:\xampp\htdocs\multichain-web-demo-master\index.php on line 14

error that is preventing anything node from being accessed. Upon printing the config file inside of the index.php file it only prints an empty array. Am I missing something obvious? My file is named config.txt

 

asked Jun 17, 2019 by Christian Murray

1 Answer

0 votes

Maybe the config.txt file is not readable by your web server? You should make sure it has the same owner as the PHP files.

answered Jun 18, 2019 by MultiChain
...