t3monitoring icon indicating copy to clipboard operation
t3monitoring copied to clipboard

[TASK] fix invalid path error

Open rvalkenburg opened this issue 5 years ago • 1 comments

The datatable files in Resources/JavaScript/ could not be loaded in the basecontroller because there is an 404 error

rvalkenburg avatar Jan 20 '21 08:01 rvalkenburg

There was one more thing for me to fix the chart in TYPO3 10.4.12.

I had have to change in this file:

/typo3conf/ext/t3monitoring/Resources/Private/Templates/Statistic/Index.html

Line 138

from

var dataSet = {coreVersionUsageJson -> f:format.raw()};

to

var dataSet = <f:format.raw>{coreVersionUsageJson}</f:format.raw>;

eckonator avatar Feb 11 '21 14:02 eckonator