Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] fix invalid path error #191

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rvalkenburg
Copy link

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

@eckonator
Copy link

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>;

peterkraume added a commit to peterkraume/t3monitoring that referenced this pull request Jul 20, 2021
georgringer pushed a commit that referenced this pull request Jul 20, 2021
* [BUGFIX] Return proper type in Symfony console commands

Fixes: #183

* [BUGFIX] Fix JavaScript for chart generation

Relates to #191
peterkraume added a commit to peterkraume/t3monitoring that referenced this pull request Sep 22, 2021
* [BUGFIX] Return proper type in Symfony console commands

Fixes: georgringer#183

* [BUGFIX] Fix JavaScript for chart generation

Relates to georgringer#191
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants