Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Home page dashboard boxs not loaded
#3
I found the cause of the problem

The function json_encode in modules/Home/HomeWidgetBlockList.php fail

PHP Code:
echo json_encode($widgetHTML); 

json_last_error() returns Malformed UTF-8 characters, possibly incorrectly encoded

In my case $widgetHTML contain non Latin charters.

Some lines in $widgetHTML (like filter name in key metric box) are truncate.
... (3 dots) added to the filter names, probably because of global parameter like: Application_ListView_Max_Text_Length.

Look like the truncation is not UTF8 safe and break the string encoding.

Attach screenshot


Attached Files Image(s)
   
Reply


Messages In This Thread
RE: Home page dashboard boxs not loaded - addady2 - 02-05-2020, 02:17 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)