multichain-web-demo error

+1 vote

Hello, today i opened my webdemo and encountered error on the webdemo:

on the asset menu:

Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /var/www/html/chain1/page-update.php:129 Stack trace: #0 /var/www/html/chain1/index.php(85): require_once() #1 {main} thrown in /var/www/html/chain1/page-update.php on line 129

on the filter:transactions menu:

Warning: Undefined array key "for1" in /var/www/html/chain1/page-txfilter.php on line 10

And the homepage menu:

Warning: Undefined array key "" in /var/www/html/chain1/index.php on line 13

Forgot to add: php is on version 8.0.13

asked Dec 19, 2021 by mikhatanu

1 Answer

+1 vote
 
Best answer
Sounds like PHP 8 got more strict about some things. We've made some tweaks to the Github repo which should solve these problems. Please let us know if any more appear!
answered Dec 20, 2021 by MultiChain
selected Dec 20, 2021 by mikhatanu
...