Closed wz4 closed 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.
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.