I can not enter module page. getting error 500
I attached Screen shot with Dev mode
Whats wrong? please help!
Additional information
PrestaShop version: 1.7.6
PHP version: 7.3.2

Hi, PrestaShop 1.7 does not support php7.3, neither 1.7.4.4 nor 1.7.6.0 . The error messages come from this.
Next version of PrestaShop will support php7.3, but not the current one. You need to use php7.0, php7.1 or php7.2 .
Already change PHP version, but no luck

HI @tuhingr,
Could you please provide us with more info? We need more details to understand how we can reproduce your issue:
Don't you know how to get this information? Please read the following article:
http://build.prestashop.com/howtos/misc/how-to-create-bug-report/
Thanks!
Prestashop Version: 1.7.6 stable - (1.7.6.0)
Debug Mode Report: Screenshot Attached
host ( attachedl)
server setup and configuration (attached)
PHP err_log:
[15-Jul-2019 19:11:22 Asia/Dhaka] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home//public_html/modules/codazonmegamenupro/classes/MenuHtml.php on line 96
[15-Jul-2019 19:11:24 Asia/Dhaka] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home//public_html/modules/codazonwishlist/codazonwishlist.php on line 171
[15-Jul-2019 19:11:51 Asia/Dhaka] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home//public_html/modules/codazonwishlist/codazonwishlist.php on line 171
[15-Jul-2019 19:11:53 Asia/Dhaka] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home//public_html/modules/codazonwishlist/codazonwishlist.php on line 171
[15-Jul-2019 19:11:57 Asia/Dhaka] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home//public_html/modules/codazonmegamenupro/classes/MenuHtml.php on line 96
[15-Jul-2019 19:11:58 Asia/Dhaka] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home//public_html/modules/codazonmegamenupro/classes/MenuHtml.php on line 96
[15-Jul-2019 19:11:58 Asia/Dhaka] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home//public_html/modules/codazonmegamenupro/classes/MenuHtml.php on line 96


Hi @tuhingr,
You have some issues with the codazonmegamenupro module & inixframe module.
As it's not a module provided by Prestashop, we can't do anything with this.
You should contact the module author via your addons.prestashop.com account, they are the only ones to help you with it.
Thanks!
Hello
Issue resolved to edited on public_html/modules/inixframe/InixModule.php
protected function displayInformation($msg)
to
public function displayInformation($msg)
Hello
Issue resolved to edited on public_html/modules/inixframe/InixModule.php
protected function displayInformation($msg)
to
public function displayInformation($msg)
You are genius !!! Thank you very much for this post! Now finally I can enter: selected modules. Best wishes!
P.S.
Currently: Presta 1.7.6.3, this error has occurred with me, since version 1.7.4.4>
Most helpful comment
Hello
Issue resolved to edited on public_html/modules/inixframe/InixModule.php
protected function displayInformation($msg)
to
public function displayInformation($msg)