Dashboard is loaded but there are no data loading into it. The cursor just keeps spinning

PHP Fatal error: Uncaught Error: Call to undefined function json_encode() in /var/www/html/admin/api.php:100

It looks like JSON support is not enabled or installed for PHP. Run php --ini to find the php.ini file you can check to see if it needs to be enabled.