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

Please follow the below template, it will help us to help you!

Expected Behaviour:

Dashboard is loaded with data

Actual Behaviour:

Dashboard is loaded with no data

Debug Token:

[✓] Your debug token is: wbdfit8796

Check out this topic for info related to your issue:

see if this works for you.

1 Like

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.

Installed the Json support for PHP fixed the issue.

Thanks,

1 Like

Installed the Json support for PHP fixed the issue.

Thanks,

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.