CiscoDevNet / iPSK-Manager

Identity PSK (IPSK) Manager for Cisco ISE provides an example of how to manage the full Life Cycle of Wi-Fi Pre Shared Keys for supported Hardware/Software through Cisco ISE.
Apache License 2.0
31 stars 16 forks source link

RHEL Admin Portal Menu Not Showing #15

Closed wz4 closed 3 years ago

wz4 commented 3 years ago

Describe the bug No menus appear after logging in to the admin portal. Only the Navbar is displayed at the top of the page.

To Reproduce After a new install, the admin portal appears blank. A 500 error is reported in developer tools console.

Expected behavior The configuration menus should be displayed

Environment:

Additional context The following error is reported in /var/log/php-fpm/www-error.log

PHP Fatal error: Uncaught Error: Call to undefined function json_decode() in /var/www/iPSK-Manager/adminportal/adminportal.php:148

The problem is subsequently resolved by installing php-json package and restarting the httpd service.